COLOR #99AE8A

HEX: #99AE8A
RGB: (153,174,138)

Color info

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

RGB color model

#99AE8A color RGB value is (153,174,138).

  • red value is 153;
  • green value is 174;
  • blue value is 138.
RGB:
(153,174,138)
(60%,68%,54%)

RGB channels and saturation

R 153 of 255 = 60%
G 174 of 255 = 68%
B 138 of 255 = 54%

153
174
138

R + G + B ~ 61%. #99AE8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 174 + 138 = 465 (100%)
R 153 of 465 ~ 32.9%
G 174 of 465 ~ 37.42%
B 138 of 465 ~ 29.68%

%32.9
%37.42
%29.68

CMYK color model

#99AE8A color CMYK value is (12,0,21,32).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 20.69%
  • key color value is 31.76%
CMYK:
(12,0,21,32)
C12M0Y21K32 
(12%,0%,21%,32%)
(0.12/0.00/0.21/0.32)	

CMYK percentages

%12.07
%0
%20.69
%31.76

Codes

Color #99AE8A in popluar color models

99AE8A
RGB153174138
HSL95°18.18%61.18%
HSB/HSV95°20.69%68.24%
CMYK12.07%0.00%20.69%
31.76%

Color #99AE8A in popluar number systems.

HEX99AE8A
Decimal153174138
Binary100110011010111010001010
Octal231256212

Shades and tints

Shades of #99AE8A

#99AE8A
(153,174,138)
#8C9F7E
(140,159,126)
#7F9072
(127,144,114)
#728166
(114,129,102)
#65725A
(101,114,90)
#58634E
(88,99,78)
#4B5442
(75,84,66)
#3E4536
(62,69,54)
#31362A
(49,54,42)
#24271E
(36,39,30)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #99AE8A

#99AE8A
(153,174,138)
#A2B594
(162,181,148)
#ABBC9E
(171,188,158)
#B4C3A8
(180,195,168)
#BDCAB2
(189,202,178)
#C6D1BC
(198,209,188)
#CFD8C6
(207,216,198)
#D8DFD0
(216,223,208)
#E1E6DA
(225,230,218)
#EAEDE4
(234,237,228)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99AE8A; }

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

This text font color is #99AE8A.


Background Color

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

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

This div background color is #99AE8A.


Border color

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

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

This div border color is #99AE8A.


Opacity

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

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

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

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

This text has shadow with #99AE8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99AE8A on black background.


Color preview on white background

This text has color #99AE8A on white background.



Black color preview on #99AE8A background

This text has black color on #99AE8A background.


White color preview on #99AE8A background

This text has white color on #99AE8A background.