Color Hex Logo

#96868b Color Hex

#96868B
(150,134,139)
0 Favorites   0 Comments

Color spaces of #96868b

RGB 150134139
HSL0.950.070.56
HSV341°11°59°
CMYK 0.000.110.07   0.41
XYZ25.763025.398327.9706
Yxy25.39830.32560.3210
Hunter Lab50.39673.05562.3713
CIE-Lab57.46156.9415-0.4809

#96868b color RGB value is (150,134,139).

#96868b hex color red value is 150, green value is 134 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #96868b hue: 0.95 , saturation: 0.07 and the lightness value of 96868b is 0.56.

The process color (four color CMYK) of #96868b color hex is 0.00, 0.11, 0.07, 0.41. Web safe color of #96868b is #999999. Color #96868b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000110 10001011
Octal 226 206 213
Decimal 150 134 139
Hex 96 86 8B

RGB Percentages of Color #96868b

%35.46
%31.68
%32.86

CMYK Percentages of Color #96868b

%0
%11
%7
%41

Triadic Colors of #96868b

#96868b #8b9686 #868b96

Analogous Colors of #96868b

#96868b #968986 #968693

Monochromatic Colors of #96868b

#96868b

Complementary Color

#96868b #869691

#96868b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96868b Color Preview on White Background

Lorem ipsum dolor sit amet.

#96868b Color CSS Codes

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

#96868b Text Font Color

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

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


#96868b Background Color

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

This div background color is #96868b


#96868b Border Color

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

This div border color is #96868b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96868b

#96868b Color Palettes


Comments

No comments written yet.

Please login to write comment.