COLOR #9DC0AD

HEX: #9DC0AD RGB: (157,192,173)

Color info

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

RGB color model

#9DC0AD color RGB value is (157,192,173).

RGB: (157,192,173) (62%, 75%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 192 of 255 = 75%
B 173 of 255 = 68%

157
192
173

R + G + B ~ 68%. #9DC0AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 192 + 173 = 522 (100%)
R 157 of 522 ~ 30.08%
G 192 of 522 ~ 36.78%
B 173 of 522 ~ 33.14'%

%30.08
%36.78
%33.14

CMYK color model

#9DC0AD color CMYK value is (18,0,10,25).

  • cyan value is 18.23%
  • magenta value is 0.00%
  • yellow value is 9.90%
  • key color value is 24.71%

CMYK: (18,0,10,25)
C18M0Y10K25 (18%, 0%, 10%, 25%)
(0.18 / 0.00 / 0.10 / 0.25)

CMYK percentages

%18.23
%0
%9.9
%24.71

Codes

Color #9DC0AD in popluar color models

9D C0 AD
RGB 157 192 173
HSL 147° 21.74% 68.43%
HSB/HSV 147° 18.23% 75.29%
CMYK 18.23% 0.00% 9.90%
24.71%

Color #9DC0AD in popluar number systems.

HEX 9D C0 AD
Decimal 157 192 173
Binary 10011101 11000000 10101101
Octal 235 300 255

Shades and tints

Shades of #9DC0AD

#9DC0AD
(157,192,173)
#8FAF9E
(143,175,158)
#819E8F
(129,158,143)
#738D80
(115,141,128)
#657C71
(101,124,113)
#576B62
(87,107,98)
#495A53
(73,90,83)
#3B4944
(59,73,68)
#2D3835
(45,56,53)
#1F2726
(31,39,38)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #9DC0AD

#9DC0AD
(157,192,173)
#A5C5B4
(165,197,180)
#ADCABB
(173,202,187)
#B5CFC2
(181,207,194)
#BDD4C9
(189,212,201)
#C5D9D0
(197,217,208)
#CDDED7
(205,222,215)
#D5E3DE
(213,227,222)
#DDE8E5
(221,232,229)
#E5EDEC
(229,237,236)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC0AD color. Also use rgb(157,192,173) instead hex code.

Text Font Color

.myTextColor { color: #9DC0AD; }

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

This text font color is #9DC0AD.

Background Color

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

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

This div background color is #9DC0AD.

Border color

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

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

This div border color is #9DC0AD.

Opacity

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

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

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

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

This text has shadow with #9DC0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC0AD.

Preview

Color preview on black background

This text has color #9DC0AD on black background.


Color preview on white background

This text has color #9DC0AD on white background.


Black color preview on #9DC0AD background

This text has black color on #9DC0AD background.


White color preview on #9DC0AD background

This text has white color on #9DC0AD background.


Related colors

Complementary color

Complementary color for #hex is #623F52.


I love getcolorcode.com

Triadic colors

1 #AD9DC0 and #C0AD9D with #9DC0AD are triadic colors.

2 #ADC09D and #C09DAD with #9DC0AD are triadic colors.