COLOR #99A781

HEX: #99A781 RGB: (153,167,129)

Color info

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

RGB color model

#99A781 color RGB value is (153,167,129).

RGB: (153,167,129) (60%, 65%, 51%)

RGB channels and saturation

R 153 of 255 = 60%
G 167 of 255 = 65%
B 129 of 255 = 51%

153
167
129

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

Portions of RGB colors in percentages

R + G + B = 153 + 167 + 129 = 449 (100%)
R 153 of 449 ~ 34.08%
G 167 of 449 ~ 37.19%
B 129 of 449 ~ 28.73'%

%34.08
%37.19
%28.73

CMYK color model

#99A781 color CMYK value is (8,0,23,35).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 22.75%
  • key color value is 34.51%

CMYK: (8,0,23,35)
C8M0Y23K35 (8%, 0%, 23%, 35%)
(0.08 / 0.00 / 0.23 / 0.35)

CMYK percentages

%8.38
%0
%22.75
%34.51

Codes

Color #99A781 in popluar color models

99 A7 81
RGB 153 167 129
HSL 82° 17.76% 58.04%
HSB/HSV 82° 22.75% 65.49%
CMYK 8.38% 0.00% 22.75%
34.51%

Color #99A781 in popluar number systems.

HEX 99 A7 81
Decimal 153 167 129
Binary 10011001 10100111 10000001
Octal 231 247 201

Shades and tints

Shades of #99A781

#99A781
(153,167,129)
#8C9876
(140,152,118)
#7F896B
(127,137,107)
#727A60
(114,122,96)
#656B55
(101,107,85)
#585C4A
(88,92,74)
#4B4D3F
(75,77,63)
#3E3E34
(62,62,52)
#312F29
(49,47,41)
#24201E
(36,32,30)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #99A781

#99A781
(153,167,129)
#A2AF8C
(162,175,140)
#ABB797
(171,183,151)
#B4BFA2
(180,191,162)
#BDC7AD
(189,199,173)
#C6CFB8
(198,207,184)
#CFD7C3
(207,215,195)
#D8DFCE
(216,223,206)
#E1E7D9
(225,231,217)
#EAEFE4
(234,239,228)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99A781 color. Also use rgb(153,167,129) instead hex code.

Text Font Color

.myTextColor { color: #99A781; }

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

This text font color is #99A781.

Background Color

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

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

This div background color is #99A781.

Border color

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

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

This div border color is #99A781.

Opacity

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

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

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

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

This text has shadow with #99A781 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99A781.

Preview

Color preview on black background

This text has color #99A781 on black background.


Color preview on white background

This text has color #99A781 on white background.


Black color preview on #99A781 background

This text has black color on #99A781 background.


White color preview on #99A781 background

This text has white color on #99A781 background.


Related colors

Complementary color

Complementary color for #hex is #66587E.


I love getcolorcode.com

Triadic colors

1 #8199A7 and #A78199 with #99A781 are triadic colors.

2 #81A799 and #A79981 with #99A781 are triadic colors.