COLOR #9DCACD

HEX: #9DCACD
RGB: (157,202,205)

Color info

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

RGB color model

#9DCACD color RGB value is (157,202,205).

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

RGB channels and saturation

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

157
202
205

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

Portions of RGB colors in percentages

R + G + B =
157 + 202 + 205 = 564 (100%)
R 157 of 564 ~ 27.84%
G 202 of 564 ~ 35.82%
B 205 of 564 ~ 36.35%

%27.84
%35.82
%36.35

CMYK color model

#9DCACD color CMYK value is (23,1,0,20).

  • cyan value is 23.41%
  • magenta value is 1.46%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,1,0,20)
C23M1Y0K20 
(23%,1%,0%,20%)
(0.23/0.01/0.00/0.20)	

CMYK percentages

%23.41
%1.46
%0
%19.61

Codes

Color #9DCACD in popluar color models

9DCACD
RGB157202205
HSL184°32.43%70.98%
HSB/HSV184°23.41%80.39%
CMYK23.41%1.46%0.00%
19.61%

Color #9DCACD in popluar number systems.

HEX9DCACD
Decimal157202205
Binary100111011100101011001101
Octal235312315

Shades and tints

Shades of #9DCACD

#9DCACD
(157,202,205)
#8FB8BB
(143,184,187)
#81A6A9
(129,166,169)
#739497
(115,148,151)
#658285
(101,130,133)
#577073
(87,112,115)
#495E61
(73,94,97)
#3B4C4F
(59,76,79)
#2D3A3D
(45,58,61)
#1F282B
(31,40,43)
#111619
(17,22,25)
#000000
(0,0,0)

Tints of #9DCACD

#9DCACD
(157,202,205)
#A5CED1
(165,206,209)
#ADD2D5
(173,210,213)
#B5D6D9
(181,214,217)
#BDDADD
(189,218,221)
#C5DEE1
(197,222,225)
#CDE2E5
(205,226,229)
#D5E6E9
(213,230,233)
#DDEAED
(221,234,237)
#E5EEF1
(229,238,241)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCACD; }

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

This text font color is #9DCACD.


Background Color

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

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

This div background color is #9DCACD.


Border color

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

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

This div border color is #9DCACD.


Opacity

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

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

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

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

This text has shadow with #9DCACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCACD on black background.


Color preview on white background

This text has color #9DCACD on white background.



Black color preview on #9DCACD background

This text has black color on #9DCACD background.


White color preview on #9DCACD background

This text has white color on #9DCACD background.