Color Hex Logo

#97ccbb Color Hex

#97CCBB
(151,204,187)
0 Favorites   0 Comments

Color spaces of #97ccbb

RGB 151204187
HSL0.450.340.70
HSV161°26°80°
CMYK 0.260.000.08   0.20
XYZ43.325053.352955.0284
Yxy53.35290.28560.3517
Hunter Lab73.0431-21.94936.4629
CIE-Lab78.0829-20.72822.9034

#97ccbb color RGB value is (151,204,187).

#97ccbb hex color red value is 151, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #97ccbb hue: 0.45 , saturation: 0.34 and the lightness value of 97ccbb is 0.70.

The process color (four color CMYK) of #97ccbb color hex is 0.26, 0.00, 0.08, 0.20. Web safe color of #97ccbb is #99cccc. Color #97ccbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 11001100 10111011
Octal 227 314 273
Decimal 151 204 187
Hex 97 CC BB

RGB Percentages of Color #97ccbb

%27.86
%37.64
%34.50

CMYK Percentages of Color #97ccbb

%26
%0
%8
%20

Triadic Colors of #97ccbb

#97ccbb #bb97cc #ccbb97

Analogous Colors of #97ccbb

#97ccbb #97c3cc #97cca1

Monochromatic Colors of #97ccbb

#97ccbb

Complementary Color

#97ccbb #cc97a8

#97ccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97ccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#97ccbb Color CSS Codes

.mybgcolor {background-color:#97ccbb; } 
.myforecolor {color:#97ccbb; }
.mybordercolor {border:3px solid #97ccbb; }

#97ccbb Text Font Color

<p style="color:#97ccbb">Text here</p>

This sample text font color is #97ccbb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#97ccbb Background Color

<div style="background-color:#97ccbb">
Div content here</div>

This div background color is #97ccbb


#97ccbb Border Color

<div style="border:3px solid #97ccbb">
Div here</div>

This div border color is #97ccbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,204,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97ccbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97ccbb;
  -webkit-box-shadow: 1px 1px 3px 2px #97ccbb;
  box-shadow:         1px 1px 3px 2px #97ccbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,204,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #97ccbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #97ccbb;
  -webkit-box-shadow: 1px 1px 3px 2px #97ccbb;
  box-shadow:         1px 1px 3px 2px #97ccbb;">
Div content here</div>

This div box has shadow with color #97ccbb


Comments

No comments written yet.

Please login to write comment.