COLOR #999E88

HEX: #999E88 RGB: (153,158,136)

Color info

#999E88 contains red, green and blue colors in about the same proportion. Web safe color of #999E88 is #999999 (or #999).

RGB color model

#999E88 color RGB value is (153,158,136).

RGB: (153,158,136) (60%, 62%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 158 of 255 = 62%
B 136 of 255 = 53%

153
158
136

R + G + B ~ 58%. #999E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 158 + 136 = 447 (100%)
R 153 of 447 ~ 34.23%
G 158 of 447 ~ 35.35%
B 136 of 447 ~ 30.43'%

%34.23
%35.35
%30.43

CMYK color model

#999E88 color CMYK value is (3,0,14,38).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%
CMYK: (3,0,14,38) C3M0Y14K38 (3%,0%,14%,38%) (0.03/0.00/0.14/0.38) 

CMYK percentages

%3.16
%0
%13.92
%38.04

Codes

Color #999E88 in popluar color models

99 9E 88
RGB 153 158 136
HSL 74° 10.19% 57.65%
HSB/HSV 74° 13.92% 61.96%
CMYK 3.16% 0.00% 13.92%
38.04%

Color #999E88 in popluar number systems.

HEX 99 9E 88
Decimal 153 158 136
Binary 10011001 10011110 10001000
Octal 231 236 210

Shades and tints

Shades of #999E88

#999E88
(153,158,136)
#8C907C
(140,144,124)
#7F8270
(127,130,112)
#727464
(114,116,100)
#656658
(101,102,88)
#58584C
(88,88,76)
#4B4A40
(75,74,64)
#3E3C34
(62,60,52)
#312E28
(49,46,40)
#24201C
(36,32,28)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #999E88

#999E88
(153,158,136)
#A2A692
(162,166,146)
#ABAE9C
(171,174,156)
#B4B6A6
(180,182,166)
#BDBEB0
(189,190,176)
#C6C6BA
(198,198,186)
#CFCEC4
(207,206,196)
#D8D6CE
(216,214,206)
#E1DED8
(225,222,216)
#EAE6E2
(234,230,226)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #999E88 color. Also use rgb(153,158,136) instead hex code.

Text Font Color

.myTextColor { color: #999E88; }

<p style="color:#999E88">This sample text font color is #999E88.</p>

This text font color is #999E88.

Background Color

.myBgColor { background-color: #999E88; }

<div style="background-color:#999E88">Inner text</div>

This div background color is #999E88.

Border color

.myBorderColor { border: 1px solid #999E88; }

<div style="border:3px solid #999E88">Div</div>

This div border color is #999E88.

Opacity

.myOpacity80 { color: #999E88; opacity: 0.8; }

<p style="color:#999E88;opacity:0.8;">80%</p>

Text with #999E88 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #999E88;}

<p style="text-shadow: 3px 3px 1px #999E88">Text here.</p>

This text has shadow with #999E88 color.


.textShadow {text-shadow: 3px 3px 1px #999E88', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #999E88, 5px 5px 20px red">Text here.</p>

This text has shadow with #999E88 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#999E88, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#999E88, Direction=45, Strength=4)">Text</p>

This text has shadow with #999E88 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #999E88;
-webkit-box-shadow: 1px 1px 3px 2px #999E88;
box-shadow: 1px 1px 3px 2px #999E88;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #999E88; -webkit-box-shadow: 1px 1px 3px 2px #999E88; box-shadow:1px 1px 3px 2px #999E88;">
Div content here
</div>

This div box has shadow with color #999E88.

Preview

Color preview on black background

This text has color #999E88 on black background.


Color preview on white background

This text has color #999E88 on white background.


Black color preview on #999E88 background

This text has black color on #999E88 background.


White color preview on #999E88 background

This text has white color on #999E88 background.


Related colors

Complementary color

Complementary color for #hex is #666177.


I love getcolorcode.com

Triadic colors

1 #88999E and #9E8899 with #999E88 are triadic colors.

2 #889E99 and #9E9988 with #999E88 are triadic colors.