COLOR #9DC3AD

HEX: #9DC3AD RGB: (157,195,173)

Color info

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

RGB color model

#9DC3AD color RGB value is (157,195,173).

RGB: (157,195,173) (62%, 76%, 68%)

RGB channels and saturation

R 157 of 255 = 62%
G 195 of 255 = 76%
B 173 of 255 = 68%

157
195
173

R + G + B ~ 69%. #9DC3AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 195 + 173 = 525 (100%)
R 157 of 525 ~ 29.9%
G 195 of 525 ~ 37.14%
B 173 of 525 ~ 32.95'%

%29.9
%37.14
%32.95

CMYK color model

#9DC3AD color CMYK value is (19,0,11,24).

  • cyan value is 19.49%
  • magenta value is 0.00%
  • yellow value is 11.28%
  • key color value is 23.53%

CMYK: (19,0,11,24)
C19M0Y11K24 (19%, 0%, 11%, 24%)
(0.19 / 0.00 / 0.11 / 0.24)

CMYK percentages

%19.49
%0
%11.28
%23.53

Codes

Color #9DC3AD in popluar color models

9D C3 AD
RGB 157 195 173
HSL 145° 24.05% 69.02%
HSB/HSV 145° 19.49% 76.47%
CMYK 19.49% 0.00% 11.28%
23.53%

Color #9DC3AD in popluar number systems.

HEX 9D C3 AD
Decimal 157 195 173
Binary 10011101 11000011 10101101
Octal 235 303 255

Shades and tints

Shades of #9DC3AD

#9DC3AD
(157,195,173)
#8FB29E
(143,178,158)
#81A18F
(129,161,143)
#739080
(115,144,128)
#657F71
(101,127,113)
#576E62
(87,110,98)
#495D53
(73,93,83)
#3B4C44
(59,76,68)
#2D3B35
(45,59,53)
#1F2A26
(31,42,38)
#111917
(17,25,23)
#000000
(0,0,0)

Tints of #9DC3AD

#9DC3AD
(157,195,173)
#A5C8B4
(165,200,180)
#ADCDBB
(173,205,187)
#B5D2C2
(181,210,194)
#BDD7C9
(189,215,201)
#C5DCD0
(197,220,208)
#CDE1D7
(205,225,215)
#D5E6DE
(213,230,222)
#DDEBE5
(221,235,229)
#E5F0EC
(229,240,236)
#EDF5F3
(237,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC3AD; }

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

This text font color is #9DC3AD.

Background Color

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

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

This div background color is #9DC3AD.

Border color

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

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

This div border color is #9DC3AD.

Opacity

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

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

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

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

This text has shadow with #9DC3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DC3AD.

Preview

Color preview on black background

This text has color #9DC3AD on black background.


Color preview on white background

This text has color #9DC3AD on white background.


Black color preview on #9DC3AD background

This text has black color on #9DC3AD background.


White color preview on #9DC3AD background

This text has white color on #9DC3AD background.


Related colors

Complementary color

Complementary color for #hex is #623C52.


I love getcolorcode.com

Triadic colors

1 #AD9DC3 and #C3AD9D with #9DC3AD are triadic colors.

2 #ADC39D and #C39DAD with #9DC3AD are triadic colors.