Color Hex Logo

#99878c Color Hex

#99878C
(153,135,140)
0 Favorites   0 Comments

Color spaces of #99878c

RGB 153135140
HSL0.950.080.56
HSV343°12°60°
CMYK 0.000.120.08   0.40
XYZ26.534525.993728.4297
Yxy25.99370.32780.3211
Hunter Lab50.98403.67782.6275
CIE-Lab58.03117.6846-0.1906

#99878c color RGB value is (153,135,140).

#99878c hex color red value is 153, green value is 135 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #99878c hue: 0.95 , saturation: 0.08 and the lightness value of 99878c is 0.56.

The process color (four color CMYK) of #99878c color hex is 0.00, 0.12, 0.08, 0.40. Web safe color of #99878c is #999999. Color #99878c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000111 10001100
Octal 231 207 214
Decimal 153 135 140
Hex 99 87 8C

RGB Percentages of Color #99878c

%35.75
%31.54
%32.71

CMYK Percentages of Color #99878c

%0
%12
%8
%40

Triadic Colors of #99878c

#99878c #8c9987 #878c99

Analogous Colors of #99878c

#99878c #998b87 #998795

Monochromatic Colors of #99878c

#99878c

Complementary Color

#99878c #879994

#99878c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99878c Color Preview on White Background

Lorem ipsum dolor sit amet.

#99878c Color CSS Codes

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

#99878c Text Font Color

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

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


#99878c Background Color

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

This div background color is #99878c


#99878c Border Color

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

This div border color is #99878c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99878c


Comments

No comments written yet.

Please login to write comment.