COLOR #99A37E

HEX: #99A37E RGB: (153,163,126)

Color info

#99A37E contains red, green and blue colors in about the same proportion. Web safe color of #99A37E is #999966 (or #996).

RGB color model

#99A37E color RGB value is (153,163,126).

RGB: (153,163,126) (60%, 64%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 163 of 255 = 64%
B 126 of 255 = 49%

153
163
126

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

Portions of RGB colors in percentages

R + G + B = 153 + 163 + 126 = 442 (100%)
R 153 of 442 ~ 34.62%
G 163 of 442 ~ 36.88%
B 126 of 442 ~ 28.51'%

%34.62
%36.88
%28.51

CMYK color model

#99A37E color CMYK value is (6,0,23,36).

  • cyan value is 6.13%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%
CMYK: (6,0,23,36) C6M0Y23K36 (6%,0%,23%,36%) (0.06/0.00/0.23/0.36) 

CMYK percentages

%6.13
%0
%22.7
%36.08

Codes

Color #99A37E in popluar color models

99 A3 7E
RGB 153 163 126
HSL 76° 16.74% 56.67%
HSB/HSV 76° 22.70% 63.92%
CMYK 6.13% 0.00% 22.70%
36.08%

Color #99A37E in popluar number systems.

HEX 99 A3 7E
Decimal 153 163 126
Binary 10011001 10100011 1111110
Octal 231 243 176

Shades and tints

Shades of #99A37E

#99A37E
(153,163,126)
#8C9573
(140,149,115)
#7F8768
(127,135,104)
#72795D
(114,121,93)
#656B52
(101,107,82)
#585D47
(88,93,71)
#4B4F3C
(75,79,60)
#3E4131
(62,65,49)
#313326
(49,51,38)
#24251B
(36,37,27)
#171710
(23,23,16)
#000000
(0,0,0)

Tints of #99A37E

#99A37E
(153,163,126)
#A2AB89
(162,171,137)
#ABB394
(171,179,148)
#B4BB9F
(180,187,159)
#BDC3AA
(189,195,170)
#C6CBB5
(198,203,181)
#CFD3C0
(207,211,192)
#D8DBCB
(216,219,203)
#E1E3D6
(225,227,214)
#EAEBE1
(234,235,225)
#F3F3EC
(243,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99A37E; }

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

This text font color is #99A37E.

Background Color

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

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

This div background color is #99A37E.

Border color

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

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

This div border color is #99A37E.

Opacity

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

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

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

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

This text has shadow with #99A37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A37E.

Preview

Color preview on black background

This text has color #99A37E on black background.


Color preview on white background

This text has color #99A37E on white background.


Black color preview on #99A37E background

This text has black color on #99A37E background.


White color preview on #99A37E background

This text has white color on #99A37E background.


Related colors

Complementary color

Complementary color for #hex is #665C81.


I love getcolorcode.com

Triadic colors

1 #7E99A3 and #A37E99 with #99A37E are triadic colors.

2 #7EA399 and #A3997E with #99A37E are triadic colors.