COLOR #99A38E

HEX: #99A38E RGB: (153,163,142)

Color info

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

RGB color model

#99A38E color RGB value is (153,163,142).

RGB: (153,163,142) (60%, 64%, 56%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 142 of 255 = 56%

153
163
142

R + G + B ~ 60%. #99A38E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 163 + 142 = 458 (100%)
R 153 of 458 ~ 33.41%
G 163 of 458 ~ 35.59%
B 142 of 458 ~ 31'%

%33.41
%35.59
%31

CMYK color model

#99A38E color CMYK value is (6,0,13,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 36.08%

CMYK: (6,0,13,36)
C6M0Y13K36 (6%, 0%, 13%, 36%)
(0.06 / 0.00 / 0.13 / 0.36)

CMYK percentages

%6.13
%0
%12.88
%36.08

Codes

Color #99A38E in popluar color models

99 A3 8E
RGB 153 163 142
HSL 89° 10.24% 59.80%
HSB/HSV 89° 12.88% 63.92%
CMYK 6.13% 0.00% 12.88%
36.08%

Color #99A38E in popluar number systems.

HEX 99 A3 8E
Decimal 153 163 142
Binary 10011001 10100011 10001110
Octal 231 243 216

Shades and tints

Shades of #99A38E

#99A38E
(153,163,142)
#8C9582
(140,149,130)
#7F8776
(127,135,118)
#72796A
(114,121,106)
#656B5E
(101,107,94)
#585D52
(88,93,82)
#4B4F46
(75,79,70)
#3E413A
(62,65,58)
#31332E
(49,51,46)
#242522
(36,37,34)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #99A38E

#99A38E
(153,163,142)
#A2AB98
(162,171,152)
#ABB3A2
(171,179,162)
#B4BBAC
(180,187,172)
#BDC3B6
(189,195,182)
#C6CBC0
(198,203,192)
#CFD3CA
(207,211,202)
#D8DBD4
(216,219,212)
#E1E3DE
(225,227,222)
#EAEBE8
(234,235,232)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A38E color. Also use rgb(153,163,142) instead hex code.

Text Font Color

.myTextColor { color: #99A38E; }

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

This text font color is #99A38E.

Background Color

.myBgColor { background-color: #99A38E; }

<div style="background-color:#99A38E">Inner text</div>

This div background color is #99A38E.

Border color

.myBorderColor { border: 1px solid #99A38E; }

<div style="border:3px solid #99A38E">Div</div>

This div border color is #99A38E.

Opacity

.myOpacity80 { color: #99A38E; opacity: 0.8; }

<p style="color:#99A38E;opacity:0.8;">80%</p>

Text with #99A38E 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 #99A38E;}

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

This text has shadow with #99A38E color.


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

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

This text has shadow with #99A38E primary color and red secondary color.


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

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

This text has shadow with #99A38E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99A38E.

Preview

Color preview on black background

This text has color #99A38E on black background.


Color preview on white background

This text has color #99A38E on white background.


Black color preview on #99A38E background

This text has black color on #99A38E background.


White color preview on #99A38E background

This text has white color on #99A38E background.


Related colors

Complementary color

Complementary color for #hex is #665C71.


I love getcolorcode.com

Triadic colors

1 #8E99A3 and #A38E99 with #99A38E are triadic colors.

2 #8EA399 and #A3998E with #99A38E are triadic colors.