Color Hex Logo

#808996 Color Hex

#808996
(128,137,150)
0 Favorites   0 Comments

Color spaces of #808996

RGB 128137150
HSL0.600.090.55
HSV215°15°59°
CMYK 0.150.090.00   0.41
XYZ23.352824.682532.3875
Yxy24.68250.29040.3069
Hunter Lab49.6815-3.0386-3.8743
CIE-Lab56.7647-0.4783-8.0500

#808996 color RGB value is (128,137,150).

#808996 hex color red value is 128, green value is 137 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #808996 hue: 0.60 , saturation: 0.09 and the lightness value of 808996 is 0.55.

The process color (four color CMYK) of #808996 color hex is 0.15, 0.09, 0.00, 0.41. Web safe color of #808996 is #999999. Color #808996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001001 10010110
Octal 200 211 226
Decimal 128 137 150
Hex 80 89 96

RGB Percentages of Color #808996

%30.84
%33.01
%36.14

CMYK Percentages of Color #808996

%15
%9
%0
%41

Triadic Colors of #808996

#808996 #968089 #899680

Analogous Colors of #808996

#808996 #828096 #809496

Monochromatic Colors of #808996

#808996

Complementary Color

#808996 #968d80

#808996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808996 Color CSS Codes

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

#808996 Text Font Color

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

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


#808996 Background Color

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

This div background color is #808996


#808996 Border Color

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

This div border color is #808996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,137,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808996;
  -webkit-box-shadow: 1px 1px 3px 2px #808996;
  box-shadow:         1px 1px 3px 2px #808996; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808996


Comments

No comments written yet.

Please login to write comment.