Color Hex Logo

#998899 Color Hex

#998899
(153,136,153)
2 Favorites   0 Comments

Color spaces of #998899

RGB 153136153
HSL0.830.080.57
HSV300°11°60°
CMYK 0.000.110.00   0.40
XYZ27.690826.680533.8274
Yxy26.68050.31400.3025
Hunter Lab51.65325.2992-2.6715
CIE-Lab58.67749.5781-6.7022

#998899 color RGB value is (153,136,153). This hex color code is also a web safe color which is equal to #989.

#998899 hex color red value is 153, green value is 136 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #998899 hue: 0.83 , saturation: 0.08 and the lightness value of 998899 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001000 10011001
Octal 231 210 231
Decimal 153 136 153
Hex 99 88 99

RGB Percentages of Color #998899

%34.62
%30.77
%34.62

CMYK Percentages of Color #998899

%0
%11
%0
%40

Triadic Colors of #998899

#998899 #999988 #889999

Analogous Colors of #998899

#998899 #998891 #918899

Monochromatic Colors of #998899

#998899

Complementary Color

#998899 #889988

#998899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998899 Color CSS Codes

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

#998899 Text Font Color

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

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


#998899 Background Color

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

This div background color is #998899


#998899 Border Color

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

This div border color is #998899


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,136,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 #998899">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998899


Comments

No comments written yet.

Please login to write comment.