COLOR #9DCAAE

HEX: #9DCAAE RGB: (157,202,174)

Color info

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

RGB color model

#9DCAAE color RGB value is (157,202,174).

RGB: (157,202,174) (62%, 79%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 202 of 255 = 79%
B 174 of 255 = 68%

157
202
174

R + G + B ~ 70%. #9DCAAE is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 202 + 174 = 533 (100%)
R 157 of 533 ~ 29.46%
G 202 of 533 ~ 37.9%
B 174 of 533 ~ 32.65'%

%29.46
%37.9
%32.65

CMYK color model

#9DCAAE color CMYK value is (22,0,14,21).

  • cyan value is 22.28%
  • magenta value is 0.00%
  • yellow value is 13.86%
  • key color value is 20.78%

CMYK: (22,0,14,21)
C22M0Y14K21 (22%, 0%, 14%, 21%)
(0.22 / 0.00 / 0.14 / 0.21)

CMYK percentages

%22.28
%0
%13.86
%20.78

Codes

Color #9DCAAE in popluar color models

9D CA AE
RGB 157 202 174
HSL 143° 29.80% 70.39%
HSB/HSV 143° 22.28% 79.22%
CMYK 22.28% 0.00% 13.86%
20.78%

Color #9DCAAE in popluar number systems.

HEX 9D CA AE
Decimal 157 202 174
Binary 10011101 11001010 10101110
Octal 235 312 256

Shades and tints

Shades of #9DCAAE

#9DCAAE
(157,202,174)
#8FB89F
(143,184,159)
#81A690
(129,166,144)
#739481
(115,148,129)
#658272
(101,130,114)
#577063
(87,112,99)
#495E54
(73,94,84)
#3B4C45
(59,76,69)
#2D3A36
(45,58,54)
#1F2827
(31,40,39)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #9DCAAE

#9DCAAE
(157,202,174)
#A5CEB5
(165,206,181)
#ADD2BC
(173,210,188)
#B5D6C3
(181,214,195)
#BDDACA
(189,218,202)
#C5DED1
(197,222,209)
#CDE2D8
(205,226,216)
#D5E6DF
(213,230,223)
#DDEAE6
(221,234,230)
#E5EEED
(229,238,237)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCAAE color. Also use rgb(157,202,174) instead hex code.

Text Font Color

.myTextColor { color: #9DCAAE; }

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

This text font color is #9DCAAE.

Background Color

.myBgColor { background-color: #9DCAAE; }

<div style="background-color:#9DCAAE">Inner text</div>

This div background color is #9DCAAE.

Border color

.myBorderColor { border: 1px solid #9DCAAE; }

<div style="border:3px solid #9DCAAE">Div</div>

This div border color is #9DCAAE.

Opacity

.myOpacity80 { color: #9DCAAE; opacity: 0.8; }

<p style="color:#9DCAAE;opacity:0.8;">80%</p>

Text with #9DCAAE 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 #9DCAAE;}

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

This text has shadow with #9DCAAE color.


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

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

This text has shadow with #9DCAAE primary color and red secondary color.


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

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

This text has shadow with #9DCAAE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9DCAAE.

Preview

Color preview on black background

This text has color #9DCAAE on black background.


Color preview on white background

This text has color #9DCAAE on white background.


Black color preview on #9DCAAE background

This text has black color on #9DCAAE background.


White color preview on #9DCAAE background

This text has white color on #9DCAAE background.


Related colors

Complementary color

Complementary color for #hex is #623551.


I love getcolorcode.com

Triadic colors

1 #AE9DCA and #CAAE9D with #9DCAAE are triadic colors.

2 #AECA9D and #CA9DAE with #9DCAAE are triadic colors.