Color Hex Logo

#899699 Color Hex

#899699
(137,150,153)
0 Favorites   0 Comments

Color spaces of #899699

RGB 137150153
HSL0.530.070.57
HSV191°10°60°
CMYK 0.100.020.00   0.40
XYZ26.972629.431034.3961
Yxy29.43100.29710.3241
Hunter Lab54.2503-6.19010.3839
CIE-Lab61.1601-4.0141-3.1765

#899699 color RGB value is (137,150,153).

#899699 hex color red value is 137, green value is 150 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #899699 hue: 0.53 , saturation: 0.07 and the lightness value of 899699 is 0.57.

The process color (four color CMYK) of #899699 color hex is 0.10, 0.02, 0.00, 0.40. Web safe color of #899699 is #999999. Color #899699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010110 10011001
Octal 211 226 231
Decimal 137 150 153
Hex 89 96 99

RGB Percentages of Color #899699

%31.14
%34.09
%34.77

CMYK Percentages of Color #899699

%10
%2
%0
%40

Triadic Colors of #899699

#899699 #998996 #969989

Analogous Colors of #899699

#899699 #898e99 #899994

Monochromatic Colors of #899699

#899699

Complementary Color

#899699 #998c89

#899699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#899699 Color CSS Codes

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

#899699 Text Font Color

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

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


#899699 Background Color

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

This div background color is #899699


#899699 Border Color

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

This div border color is #899699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899699


Comments

No comments written yet.

Please login to write comment.