COLOR #9DD8C1

HEX: #9DD8C1
RGB: (157,216,193)

Color info

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

RGB color model

#9DD8C1 color RGB value is (157,216,193).

  • red value is 157;
  • green value is 216;
  • blue value is 193.
RGB:
(157,216,193)
(62%,85%,76%)

RGB channels and saturation

R 157 of 255 = 62%
G 216 of 255 = 85%
B 193 of 255 = 76%

157
216
193

R + G + B ~ 74%. #9DD8C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 216 + 193 = 566 (100%)
R 157 of 566 ~ 27.74%
G 216 of 566 ~ 38.16%
B 193 of 566 ~ 34.1%

%27.74
%38.16
%34.1

CMYK color model

#9DD8C1 color CMYK value is (27,0,11,15).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 10.65%
  • key color value is 15.29%
CMYK:
(27,0,11,15)
C27M0Y11K15 
(27%,0%,11%,15%)
(0.27/0.00/0.11/0.15)	

CMYK percentages

%27.31
%0
%10.65
%15.29

Codes

Color #9DD8C1 in popluar color models

9DD8C1
RGB157216193
HSL157°43.07%73.14%
HSB/HSV157°27.31%84.71%
CMYK27.31%0.00%10.65%
15.29%

Color #9DD8C1 in popluar number systems.

HEX9DD8C1
Decimal157216193
Binary100111011101100011000001
Octal235330301

Shades and tints

Shades of #9DD8C1

#9DD8C1
(157,216,193)
#8FC5B0
(143,197,176)
#81B29F
(129,178,159)
#739F8E
(115,159,142)
#658C7D
(101,140,125)
#57796C
(87,121,108)
#49665B
(73,102,91)
#3B534A
(59,83,74)
#2D4039
(45,64,57)
#1F2D28
(31,45,40)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #9DD8C1

#9DD8C1
(157,216,193)
#A5DBC6
(165,219,198)
#ADDECB
(173,222,203)
#B5E1D0
(181,225,208)
#BDE4D5
(189,228,213)
#C5E7DA
(197,231,218)
#CDEADF
(205,234,223)
#D5EDE4
(213,237,228)
#DDF0E9
(221,240,233)
#E5F3EE
(229,243,238)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD8C1 color. Also use rgb(157,216,193) instead hex code.

Text Font Color

.myTextColor { color: #9DD8C1; }

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

This text font color is #9DD8C1.


Background Color

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

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

This div background color is #9DD8C1.


Border color

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

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

This div border color is #9DD8C1.


Opacity

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

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

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

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

This text has shadow with #9DD8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD8C1 on black background.


Color preview on white background

This text has color #9DD8C1 on white background.



Black color preview on #9DD8C1 background

This text has black color on #9DD8C1 background.


White color preview on #9DD8C1 background

This text has white color on #9DD8C1 background.