COLOR #99AE6A

HEX: #99AE6A RGB: (153,174,106)

Color info

#99AE6A contains mainly red and green colors. Web safe color of #99AE6A is #999966 (or #996).

RGB color model

#99AE6A color RGB value is (153,174,106).

RGB: (153,174,106) (60%, 68%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 106 of 255 = 42%

153
174
106

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

Portions of RGB colors in percentages

R + G + B = 153 + 174 + 106 = 433 (100%)
R 153 of 433 ~ 35.33%
G 174 of 433 ~ 40.18%
B 106 of 433 ~ 24.48'%

%35.33
%40.18
%24.48

CMYK color model

#99AE6A color CMYK value is (12,0,39,32).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 39.08%
  • key color value is 31.76%

CMYK: (12,0,39,32)
C12M0Y39K32 (12%, 0%, 39%, 32%)
(0.12 / 0.00 / 0.39 / 0.32)

CMYK percentages

%12.07
%0
%39.08
%31.76

Codes

Color #99AE6A in popluar color models

99 AE 6A
RGB 153 174 106
HSL 79° 29.57% 54.90%
HSB/HSV 79° 39.08% 68.24%
CMYK 12.07% 0.00% 39.08%
31.76%

Color #99AE6A in popluar number systems.

HEX 99 AE 6A
Decimal 153 174 106
Binary 10011001 10101110 1101010
Octal 231 256 152

Shades and tints

Shades of #99AE6A

#99AE6A
(153,174,106)
#8C9F61
(140,159,97)
#7F9058
(127,144,88)
#72814F
(114,129,79)
#657246
(101,114,70)
#58633D
(88,99,61)
#4B5434
(75,84,52)
#3E452B
(62,69,43)
#313622
(49,54,34)
#242719
(36,39,25)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #99AE6A

#99AE6A
(153,174,106)
#A2B577
(162,181,119)
#ABBC84
(171,188,132)
#B4C391
(180,195,145)
#BDCA9E
(189,202,158)
#C6D1AB
(198,209,171)
#CFD8B8
(207,216,184)
#D8DFC5
(216,223,197)
#E1E6D2
(225,230,210)
#EAEDDF
(234,237,223)
#F3F4EC
(243,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AE6A color. Also use rgb(153,174,106) instead hex code.

Text Font Color

.myTextColor { color: #99AE6A; }

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

This text font color is #99AE6A.

Background Color

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

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

This div background color is #99AE6A.

Border color

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

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

This div border color is #99AE6A.

Opacity

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

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

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

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

This text has shadow with #99AE6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99AE6A.

Preview

Color preview on black background

This text has color #99AE6A on black background.


Color preview on white background

This text has color #99AE6A on white background.


Black color preview on #99AE6A background

This text has black color on #99AE6A background.


White color preview on #99AE6A background

This text has white color on #99AE6A background.


Related colors

Complementary color

Complementary color for #hex is #665195.


I love getcolorcode.com

Triadic colors

1 #6A99AE and #AE6A99 with #99AE6A are triadic colors.

2 #6AAE99 and #AE996A with #99AE6A are triadic colors.