COLOR #9DDCD2

HEX: #9DDCD2
RGB: (157,220,210)

Color info

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

RGB color model

#9DDCD2 color RGB value is (157,220,210).

  • red value is 157;
  • green value is 220;
  • blue value is 210.
RGB:
(157,220,210)
(62%,86%,82%)

RGB channels and saturation

R 157 of 255 = 62%
G 220 of 255 = 86%
B 210 of 255 = 82%

157
220
210

R + G + B ~ 77%. #9DDCD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 220 + 210 = 587 (100%)
R 157 of 587 ~ 26.75%
G 220 of 587 ~ 37.48%
B 210 of 587 ~ 35.78%

%26.75
%37.48
%35.78

CMYK color model

#9DDCD2 color CMYK value is (29,0,5,14).

  • cyan value is 28.64%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 13.73%
CMYK:
(29,0,5,14)
C29M0Y5K14 
(29%,0%,5%,14%)
(0.29/0.00/0.05/0.14)	

CMYK percentages

%28.64
%0
%4.55
%13.73

Codes

Color #9DDCD2 in popluar color models

9DDCD2
RGB157220210
HSL170°47.37%73.92%
HSB/HSV170°28.64%86.27%
CMYK28.64%0.00%4.55%
13.73%

Color #9DDCD2 in popluar number systems.

HEX9DDCD2
Decimal157220210
Binary100111011101110011010010
Octal235334322

Shades and tints

Shades of #9DDCD2

#9DDCD2
(157,220,210)
#8FC8BF
(143,200,191)
#81B4AC
(129,180,172)
#73A099
(115,160,153)
#658C86
(101,140,134)
#577873
(87,120,115)
#496460
(73,100,96)
#3B504D
(59,80,77)
#2D3C3A
(45,60,58)
#1F2827
(31,40,39)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #9DDCD2

#9DDCD2
(157,220,210)
#A5DFD6
(165,223,214)
#ADE2DA
(173,226,218)
#B5E5DE
(181,229,222)
#BDE8E2
(189,232,226)
#C5EBE6
(197,235,230)
#CDEEEA
(205,238,234)
#D5F1EE
(213,241,238)
#DDF4F2
(221,244,242)
#E5F7F6
(229,247,246)
#EDFAFA
(237,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DDCD2 color. Also use rgb(157,220,210) instead hex code.

Text Font Color

.myTextColor { color: #9DDCD2; }

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

This text font color is #9DDCD2.


Background Color

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

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

This div background color is #9DDCD2.


Border color

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

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

This div border color is #9DDCD2.


Opacity

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

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

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

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

This text has shadow with #9DDCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DDCD2 on black background.


Color preview on white background

This text has color #9DDCD2 on white background.



Black color preview on #9DDCD2 background

This text has black color on #9DDCD2 background.


White color preview on #9DDCD2 background

This text has white color on #9DDCD2 background.