Color Hex Logo

#998680 Color Hex

#998680
(153,134,128)
0 Favorites   0 Comments

Color spaces of #998680

RGB 153134128
HSL0.040.110.55
HSV14°16°60°
CMYK 0.000.120.16   0.40
XYZ25.558225.381023.9740
Yxy25.38100.34120.3388
Hunter Lab50.37962.39117.0515
CIE-Lab57.44486.15375.8596

#998680 color RGB value is (153,134,128).

#998680 hex color red value is 153, green value is 134 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #998680 hue: 0.04 , saturation: 0.11 and the lightness value of 998680 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10000110 10000000
Octal 231 206 200
Decimal 153 134 128
Hex 99 86 80

RGB Percentages of Color #998680

%36.87
%32.29
%30.84

CMYK Percentages of Color #998680

%0
%12
%16
%40

Triadic Colors of #998680

#998680 #809986 #868099

Analogous Colors of #998680

#998680 #999380 #998087

Monochromatic Colors of #998680

#998680

Complementary Color

#998680 #809399

#998680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998680 Color CSS Codes

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

#998680 Text Font Color

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

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


#998680 Background Color

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

This div background color is #998680


#998680 Border Color

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

This div border color is #998680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998680


Comments

No comments written yet.

Please login to write comment.