COLOR #9DD3C0

HEX: #9DD3C0 RGB: (157,211,192)

Color info

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

RGB color model

#9DD3C0 color RGB value is (157,211,192).

RGB: (157,211,192) (62%, 83%, 75%)

RGB channels and saturation

R 157 of 255 = 62%
G 211 of 255 = 83%
B 192 of 255 = 75%

157
211
192

R + G + B ~ 73%. #9DD3C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 211 + 192 = 560 (100%)
R 157 of 560 ~ 28.04%
G 211 of 560 ~ 37.68%
B 192 of 560 ~ 34.29'%

%28.04
%37.68
%34.29

CMYK color model

#9DD3C0 color CMYK value is (26,0,9,17).

  • cyan value is 25.59%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 17.25%

CMYK: (26,0,9,17)
C26M0Y9K17 (26%, 0%, 9%, 17%)
(0.26 / 0.00 / 0.09 / 0.17)

CMYK percentages

%25.59
%0
%9
%17.25

Codes

Color #9DD3C0 in popluar color models

9D D3 C0
RGB 157 211 192
HSL 159° 38.03% 72.16%
HSB/HSV 159° 25.59% 82.75%
CMYK 25.59% 0.00% 9.00%
17.25%

Color #9DD3C0 in popluar number systems.

HEX 9D D3 C0
Decimal 157 211 192
Binary 10011101 11010011 11000000
Octal 235 323 300

Shades and tints

Shades of #9DD3C0

#9DD3C0
(157,211,192)
#8FC0AF
(143,192,175)
#81AD9E
(129,173,158)
#739A8D
(115,154,141)
#65877C
(101,135,124)
#57746B
(87,116,107)
#49615A
(73,97,90)
#3B4E49
(59,78,73)
#2D3B38
(45,59,56)
#1F2827
(31,40,39)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #9DD3C0

#9DD3C0
(157,211,192)
#A5D7C5
(165,215,197)
#ADDBCA
(173,219,202)
#B5DFCF
(181,223,207)
#BDE3D4
(189,227,212)
#C5E7D9
(197,231,217)
#CDEBDE
(205,235,222)
#D5EFE3
(213,239,227)
#DDF3E8
(221,243,232)
#E5F7ED
(229,247,237)
#EDFBF2
(237,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD3C0; }

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

This text font color is #9DD3C0.

Background Color

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

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

This div background color is #9DD3C0.

Border color

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

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

This div border color is #9DD3C0.

Opacity

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

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

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

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

This text has shadow with #9DD3C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DD3C0.

Preview

Color preview on black background

This text has color #9DD3C0 on black background.


Color preview on white background

This text has color #9DD3C0 on white background.


Black color preview on #9DD3C0 background

This text has black color on #9DD3C0 background.


White color preview on #9DD3C0 background

This text has white color on #9DD3C0 background.


Related colors

Complementary color

Complementary color for #hex is #622C3F.


I love getcolorcode.com

Triadic colors

1 #C09DD3 and #D3C09D with #9DD3C0 are triadic colors.

2 #C0D39D and #D39DC0 with #9DD3C0 are triadic colors.