Color Hex Logo

#97b8ce Color Hex

#97B8CE
(151,184,206)
0 Favorites   0 Comments

Color spaces of #97b8ce

RGB 151184206
HSL0.570.360.70
HSV204°27°81°
CMYK 0.270.110.00   0.19
XYZ41.043645.316564.9763
Yxy45.31650.27120.2994
Hunter Lab67.3175-8.9740-10.1057
CIE-Lab73.0998-6.1259-14.7614

#97b8ce color RGB value is (151,184,206).

#97b8ce hex color red value is 151, green value is 184 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #97b8ce hue: 0.57 , saturation: 0.36 and the lightness value of 97b8ce is 0.70.

The process color (four color CMYK) of #97b8ce color hex is 0.27, 0.11, 0.00, 0.19. Web safe color of #97b8ce is #99cccc. Color #97b8ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10111000 11001110
Octal 227 270 316
Decimal 151 184 206
Hex 97 B8 CE

RGB Percentages of Color #97b8ce

%27.91
%34.01
%38.08

CMYK Percentages of Color #97b8ce

%27
%11
%0
%19

Triadic Colors of #97b8ce

#97b8ce #ce97b8 #b8ce97

Analogous Colors of #97b8ce

#97b8ce #979dce #97cec9

Monochromatic Colors of #97b8ce

#97b8ce

Complementary Color

#97b8ce #cead97

#97b8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97b8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#97b8ce Color CSS Codes

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

#97b8ce Text Font Color

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

This sample text font color is #97b8ce
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.


#97b8ce Background Color

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

This div background color is #97b8ce


#97b8ce Border Color

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

This div border color is #97b8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97b8ce


Comments

No comments written yet.

Please login to write comment.