COLOR #9DD2C2

HEX: #9DD2C2
RGB: (157,210,194)

Color info

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

RGB color model

#9DD2C2 color RGB value is (157,210,194).

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

RGB channels and saturation

R 157 of 255 = 62%
G 210 of 255 = 82%
B 194 of 255 = 76%

157
210
194

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

Portions of RGB colors in percentages

R + G + B =
157 + 210 + 194 = 561 (100%)
R 157 of 561 ~ 27.99%
G 210 of 561 ~ 37.43%
B 194 of 561 ~ 34.58%

%27.99
%37.43
%34.58

CMYK color model

#9DD2C2 color CMYK value is (25,0,8,18).

  • cyan value is 25.24%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 17.65%
CMYK:
(25,0,8,18)
C25M0Y8K18 
(25%,0%,8%,18%)
(0.25/0.00/0.08/0.18)	

CMYK percentages

%25.24
%0
%7.62
%17.65

Codes

Color #9DD2C2 in popluar color models

9DD2C2
RGB157210194
HSL162°37.06%71.96%
HSB/HSV162°25.24%82.35%
CMYK25.24%0.00%7.62%
17.65%

Color #9DD2C2 in popluar number systems.

HEX9DD2C2
Decimal157210194
Binary100111011101001011000010
Octal235322302

Shades and tints

Shades of #9DD2C2

#9DD2C2
(157,210,194)
#8FBFB1
(143,191,177)
#81ACA0
(129,172,160)
#73998F
(115,153,143)
#65867E
(101,134,126)
#57736D
(87,115,109)
#49605C
(73,96,92)
#3B4D4B
(59,77,75)
#2D3A3A
(45,58,58)
#1F2729
(31,39,41)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #9DD2C2

#9DD2C2
(157,210,194)
#A5D6C7
(165,214,199)
#ADDACC
(173,218,204)
#B5DED1
(181,222,209)
#BDE2D6
(189,226,214)
#C5E6DB
(197,230,219)
#CDEAE0
(205,234,224)
#D5EEE5
(213,238,229)
#DDF2EA
(221,242,234)
#E5F6EF
(229,246,239)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD2C2; }

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

This text font color is #9DD2C2.


Background Color

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

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

This div background color is #9DD2C2.


Border color

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

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

This div border color is #9DD2C2.


Opacity

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

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

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

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

This text has shadow with #9DD2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD2C2 on black background.


Color preview on white background

This text has color #9DD2C2 on white background.



Black color preview on #9DD2C2 background

This text has black color on #9DD2C2 background.


White color preview on #9DD2C2 background

This text has white color on #9DD2C2 background.