COLOR #99C7AE

HEX: #99C7AE RGB: (153,199,174)

Color info

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

RGB color model

#99C7AE color RGB value is (153,199,174).

RGB: (153,199,174) (60%, 78%, 68%)

RGB channels and saturation

R 153 of 255 = 60%
G 199 of 255 = 78%
B 174 of 255 = 68%

153
199
174

R + G + B ~ 69%. #99C7AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 199 + 174 = 526 (100%)
R 153 of 526 ~ 29.09%
G 199 of 526 ~ 37.83%
B 174 of 526 ~ 33.08'%

%29.09
%37.83
%33.08

CMYK color model

#99C7AE color CMYK value is (23,0,13,22).

  • cyan value is 23.12%
  • magenta value is 0.00%
  • yellow value is 12.56%
  • key color value is 21.96%

CMYK: (23,0,13,22)
C23M0Y13K22 (23%, 0%, 13%, 22%)
(0.23 / 0.00 / 0.13 / 0.22)

CMYK percentages

%23.12
%0
%12.56
%21.96

Codes

Color #99C7AE in popluar color models

99 C7 AE
RGB 153 199 174
HSL 147° 29.11% 69.02%
HSB/HSV 147° 23.12% 78.04%
CMYK 23.12% 0.00% 12.56%
21.96%

Color #99C7AE in popluar number systems.

HEX 99 C7 AE
Decimal 153 199 174
Binary 10011001 11000111 10101110
Octal 231 307 256

Shades and tints

Shades of #99C7AE

#99C7AE
(153,199,174)
#8CB59F
(140,181,159)
#7FA390
(127,163,144)
#729181
(114,145,129)
#657F72
(101,127,114)
#586D63
(88,109,99)
#4B5B54
(75,91,84)
#3E4945
(62,73,69)
#313736
(49,55,54)
#242527
(36,37,39)
#171318
(23,19,24)
#000000
(0,0,0)

Tints of #99C7AE

#99C7AE
(153,199,174)
#A2CCB5
(162,204,181)
#ABD1BC
(171,209,188)
#B4D6C3
(180,214,195)
#BDDBCA
(189,219,202)
#C6E0D1
(198,224,209)
#CFE5D8
(207,229,216)
#D8EADF
(216,234,223)
#E1EFE6
(225,239,230)
#EAF4ED
(234,244,237)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99C7AE; }

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

This text font color is #99C7AE.

Background Color

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

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

This div background color is #99C7AE.

Border color

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

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

This div border color is #99C7AE.

Opacity

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

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

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

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

This text has shadow with #99C7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99C7AE.

Preview

Color preview on black background

This text has color #99C7AE on black background.


Color preview on white background

This text has color #99C7AE on white background.


Black color preview on #99C7AE background

This text has black color on #99C7AE background.


White color preview on #99C7AE background

This text has white color on #99C7AE background.


Related colors

Complementary color

Complementary color for #hex is #663851.


I love getcolorcode.com

Triadic colors

1 #AE99C7 and #C7AE99 with #99C7AE are triadic colors.

2 #AEC799 and #C799AE with #99C7AE are triadic colors.