Color Hex Logo

#96867c Color Hex

#96867C
(150,134,124)
0 Favorites   0 Comments

Color spaces of #96867c

RGB 150134124
HSL0.060.110.54
HSV23°17°59°
CMYK 0.000.110.17   0.41
XYZ24.740924.989522.5882
Yxy24.98950.34210.3455
Hunter Lab49.98950.86198.2019
CIE-Lab57.06524.31257.5784

#96867c color RGB value is (150,134,124).

#96867c hex color red value is 150, green value is 134 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #96867c hue: 0.06 , saturation: 0.11 and the lightness value of 96867c is 0.54.

The process color (four color CMYK) of #96867c color hex is 0.00, 0.11, 0.17, 0.41. Web safe color of #96867c is #999966. Color #96867c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 01111100
Octal 226 206 174
Decimal 150 134 124
Hex 96 86 7C

RGB Percentages of Color #96867c

%36.76
%32.84
%30.39

CMYK Percentages of Color #96867c

%0
%11
%17
%41

Triadic Colors of #96867c

#96867c #7c9686 #867c96

Analogous Colors of #96867c

#96867c #96937c #967c7f

Monochromatic Colors of #96867c

#96867c

Complementary Color

#96867c #7c8c96

#96867c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96867c Color Preview on White Background

Lorem ipsum dolor sit amet.

#96867c Color CSS Codes

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

#96867c Text Font Color

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

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


#96867c Background Color

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

This div background color is #96867c


#96867c Border Color

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

This div border color is #96867c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,134,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96867c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96867c;
  -webkit-box-shadow: 1px 1px 3px 2px #96867c;
  box-shadow:         1px 1px 3px 2px #96867c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,134,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96867c


Comments

No comments written yet.

Please login to write comment.