Color Hex Logo

#997187 Color Hex

#997187
(153,113,135)
0 Favorites   0 Comments

Color spaces of #997187

RGB 153113135
HSL0.910.160.52
HSV327°26°60°
CMYK 0.000.260.12   0.40
XYZ23.415220.331825.6120
Yxy20.33180.33760.2931
Hunter Lab45.090813.7844-2.1137
CIE-Lab52.210319.4316-5.8555

#997187 color RGB value is (153,113,135).

#997187 hex color red value is 153, green value is 113 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #997187 hue: 0.91 , saturation: 0.16 and the lightness value of 997187 is 0.52.

The process color (four color CMYK) of #997187 color hex is 0.00, 0.26, 0.12, 0.40. Web safe color of #997187 is #996699. Color #997187 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110001 10000111
Octal 231 161 207
Decimal 153 113 135
Hex 99 71 87

RGB Percentages of Color #997187

%38.15
%28.18
%33.67

CMYK Percentages of Color #997187

%0
%26
%12
%40

Triadic Colors of #997187

#997187 #879971 #718799

Analogous Colors of #997187

#997187 #997173 #977199

Monochromatic Colors of #997187

#997187

Complementary Color

#997187 #719983

#997187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#997187 Color CSS Codes

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

#997187 Text Font Color

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

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


#997187 Background Color

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

This div background color is #997187


#997187 Border Color

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

This div border color is #997187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,113,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997187;
  -webkit-box-shadow: 1px 1px 3px 2px #997187;
  box-shadow:         1px 1px 3px 2px #997187; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,113,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997187


Comments

No comments written yet.

Please login to write comment.