COLOR #9DCDC9

HEX: #9DCDC9
RGB: (157,205,201)

Color info

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

RGB color model

#9DCDC9 color RGB value is (157,205,201).

  • red value is 157;
  • green value is 205;
  • blue value is 201.
RGB:
(157,205,201)
(62%,80%,79%)

RGB channels and saturation

R 157 of 255 = 62%
G 205 of 255 = 80%
B 201 of 255 = 79%

157
205
201

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

Portions of RGB colors in percentages

R + G + B =
157 + 205 + 201 = 563 (100%)
R 157 of 563 ~ 27.89%
G 205 of 563 ~ 36.41%
B 201 of 563 ~ 35.7%

%27.89
%36.41
%35.7

CMYK color model

#9DCDC9 color CMYK value is (23,0,2,20).

  • cyan value is 23.41%
  • magenta value is 0.00%
  • yellow value is 1.95%
  • key color value is 19.61%
CMYK:
(23,0,2,20)
C23M0Y2K20 
(23%,0%,2%,20%)
(0.23/0.00/0.02/0.20)	

CMYK percentages

%23.41
%0
%1.95
%19.61

Codes

Color #9DCDC9 in popluar color models

9DCDC9
RGB157205201
HSL175°32.43%70.98%
HSB/HSV175°23.41%80.39%
CMYK23.41%0.00%1.95%
19.61%

Color #9DCDC9 in popluar number systems.

HEX9DCDC9
Decimal157205201
Binary100111011100110111001001
Octal235315311

Shades and tints

Shades of #9DCDC9

#9DCDC9
(157,205,201)
#8FBBB7
(143,187,183)
#81A9A5
(129,169,165)
#739793
(115,151,147)
#658581
(101,133,129)
#57736F
(87,115,111)
#49615D
(73,97,93)
#3B4F4B
(59,79,75)
#2D3D39
(45,61,57)
#1F2B27
(31,43,39)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #9DCDC9

#9DCDC9
(157,205,201)
#A5D1CD
(165,209,205)
#ADD5D1
(173,213,209)
#B5D9D5
(181,217,213)
#BDDDD9
(189,221,217)
#C5E1DD
(197,225,221)
#CDE5E1
(205,229,225)
#D5E9E5
(213,233,229)
#DDEDE9
(221,237,233)
#E5F1ED
(229,241,237)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCDC9; }

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

This text font color is #9DCDC9.


Background Color

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

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

This div background color is #9DCDC9.


Border color

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

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

This div border color is #9DCDC9.


Opacity

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

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

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

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

This text has shadow with #9DCDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCDC9 on black background.


Color preview on white background

This text has color #9DCDC9 on white background.



Black color preview on #9DCDC9 background

This text has black color on #9DCDC9 background.


White color preview on #9DCDC9 background

This text has white color on #9DCDC9 background.