COLOR #99C0AE

HEX: #99C0AE
RGB: (153,192,174)

Color info

#99C0AE contains red, green and blue colors in about the same proportion. Web safe color of #99C0AE is #99CC99 (or #9C9).

RGB color model

#99C0AE color RGB value is (153,192,174).

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

RGB channels and saturation

R 153 of 255 = 60%
G 192 of 255 = 75%
B 174 of 255 = 68%

153
192
174

R + G + B ~ 68%. #99C0AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 192 + 174 = 519 (100%)
R 153 of 519 ~ 29.48%
G 192 of 519 ~ 36.99%
B 174 of 519 ~ 33.53%

%29.48
%36.99
%33.53

CMYK color model

#99C0AE color CMYK value is (20,0,9,25).

  • cyan value is 20.31%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 24.71%
CMYK:
(20,0,9,25)
C20M0Y9K25 
(20%,0%,9%,25%)
(0.20/0.00/0.09/0.25)	

CMYK percentages

%20.31
%0
%9.38
%24.71

Codes

Color #99C0AE in popluar color models

99C0AE
RGB153192174
HSL152°23.64%67.65%
HSB/HSV152°20.31%75.29%
CMYK20.31%0.00%9.38%
24.71%

Color #99C0AE in popluar number systems.

HEX99C0AE
Decimal153192174
Binary100110011100000010101110
Octal231300256

Shades and tints

Shades of #99C0AE

#99C0AE
(153,192,174)
#8CAF9F
(140,175,159)
#7F9E90
(127,158,144)
#728D81
(114,141,129)
#657C72
(101,124,114)
#586B63
(88,107,99)
#4B5A54
(75,90,84)
#3E4945
(62,73,69)
#313836
(49,56,54)
#242727
(36,39,39)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #99C0AE

#99C0AE
(153,192,174)
#A2C5B5
(162,197,181)
#ABCABC
(171,202,188)
#B4CFC3
(180,207,195)
#BDD4CA
(189,212,202)
#C6D9D1
(198,217,209)
#CFDED8
(207,222,216)
#D8E3DF
(216,227,223)
#E1E8E6
(225,232,230)
#EAEDED
(234,237,237)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C0AE; }

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

This text font color is #99C0AE.


Background Color

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

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

This div background color is #99C0AE.


Border color

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

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

This div border color is #99C0AE.


Opacity

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

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

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

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

This text has shadow with #99C0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99C0AE on black background.


Color preview on white background

This text has color #99C0AE on white background.



Black color preview on #99C0AE background

This text has black color on #99C0AE background.


White color preview on #99C0AE background

This text has white color on #99C0AE background.