COLOR #9DDFC9

HEX: #9DDFC9 RGB: (157,223,201)

Color info

#9DDFC9 contains mainly green and blue colors. Web safe color of #9DDFC9 is #99CCCC (or #9CC).

RGB color model

#9DDFC9 color RGB value is (157,223,201).

RGB: (157,223,201) (62%, 87%, 79%)

RGB channels and saturation

R 157 of 255 = 62%
G 223 of 255 = 87%
B 201 of 255 = 79%

157
223
201

R + G + B ~ 76%. #9DDFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 157 + 223 + 201 = 581 (100%)
R 157 of 581 ~ 27.02%
G 223 of 581 ~ 38.38%
B 201 of 581 ~ 34.6'%

%27.02
%38.38
%34.6

CMYK color model

#9DDFC9 color CMYK value is (30,0,10,13).

  • cyan value is 29.60%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 12.55%

CMYK: (30,0,10,13)
C30M0Y10K13 (30%, 0%, 10%, 13%)
(0.30 / 0.00 / 0.10 / 0.13)

CMYK percentages

%29.6
%0
%9.87
%12.55

Codes

Color #9DDFC9 in popluar color models

9D DF C9
RGB 157 223 201
HSL 160° 50.77% 74.51%
HSB/HSV 160° 29.60% 87.45%
CMYK 29.60% 0.00% 9.87%
12.55%

Color #9DDFC9 in popluar number systems.

HEX 9D DF C9
Decimal 157 223 201
Binary 10011101 11011111 11001001
Octal 235 337 311

Shades and tints

Shades of #9DDFC9

#9DDFC9
(157,223,201)
#8FCBB7
(143,203,183)
#81B7A5
(129,183,165)
#73A393
(115,163,147)
#658F81
(101,143,129)
#577B6F
(87,123,111)
#49675D
(73,103,93)
#3B534B
(59,83,75)
#2D3F39
(45,63,57)
#1F2B27
(31,43,39)
#111715
(17,23,21)
#000000
(0,0,0)

Tints of #9DDFC9

#9DDFC9
(157,223,201)
#A5E1CD
(165,225,205)
#ADE3D1
(173,227,209)
#B5E5D5
(181,229,213)
#BDE7D9
(189,231,217)
#C5E9DD
(197,233,221)
#CDEBE1
(205,235,225)
#D5EDE5
(213,237,229)
#DDEFE9
(221,239,233)
#E5F1ED
(229,241,237)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDFC9 color. Also use rgb(157,223,201) instead hex code.

Text Font Color

.myTextColor { color: #9DDFC9; }

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

This text font color is #9DDFC9.

Background Color

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

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

This div background color is #9DDFC9.

Border color

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

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

This div border color is #9DDFC9.

Opacity

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

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

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

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

This text has shadow with #9DDFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DDFC9.

Preview

Color preview on black background

This text has color #9DDFC9 on black background.


Color preview on white background

This text has color #9DDFC9 on white background.


Black color preview on #9DDFC9 background

This text has black color on #9DDFC9 background.


White color preview on #9DDFC9 background

This text has white color on #9DDFC9 background.


Related colors

Complementary color

Complementary color for #hex is #622036.


I love getcolorcode.com

Triadic colors

1 #C99DDF and #DFC99D with #9DDFC9 are triadic colors.

2 #C9DF9D and #DF9DC9 with #9DDFC9 are triadic colors.