COLOR #9DCDC4

HEX: #9DCDC4 RGB: (157,205,196)

Color info

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

RGB color model

#9DCDC4 color RGB value is (157,205,196).

RGB: (157,205,196) (62%, 80%, 77%)

RGB channels and saturation

R 157 of 255 = 62%
G 205 of 255 = 80%
B 196 of 255 = 77%

157
205
196

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

Portions of RGB colors in percentages

R + G + B = 157 + 205 + 196 = 558 (100%)
R 157 of 558 ~ 28.14%
G 205 of 558 ~ 36.74%
B 196 of 558 ~ 35.13'%

%28.14
%36.74
%35.13

CMYK color model

#9DCDC4 color CMYK value is (23,0,4,20).

  • cyan value is 23.41%
  • magenta value is 0.00%
  • yellow value is 4.39%
  • key color value is 19.61%

CMYK: (23,0,4,20)
C23M0Y4K20 (23%, 0%, 4%, 20%)
(0.23 / 0.00 / 0.04 / 0.20)

CMYK percentages

%23.41
%0
%4.39
%19.61

Codes

Color #9DCDC4 in popluar color models

9D CD C4
RGB 157 205 196
HSL 169° 32.43% 70.98%
HSB/HSV 169° 23.41% 80.39%
CMYK 23.41% 0.00% 4.39%
19.61%

Color #9DCDC4 in popluar number systems.

HEX 9D CD C4
Decimal 157 205 196
Binary 10011101 11001101 11000100
Octal 235 315 304

Shades and tints

Shades of #9DCDC4

#9DCDC4
(157,205,196)
#8FBBB3
(143,187,179)
#81A9A2
(129,169,162)
#739791
(115,151,145)
#658580
(101,133,128)
#57736F
(87,115,111)
#49615E
(73,97,94)
#3B4F4D
(59,79,77)
#2D3D3C
(45,61,60)
#1F2B2B
(31,43,43)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #9DCDC4

#9DCDC4
(157,205,196)
#A5D1C9
(165,209,201)
#ADD5CE
(173,213,206)
#B5D9D3
(181,217,211)
#BDDDD8
(189,221,216)
#C5E1DD
(197,225,221)
#CDE5E2
(205,229,226)
#D5E9E7
(213,233,231)
#DDEDEC
(221,237,236)
#E5F1F1
(229,241,241)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCDC4; }

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

This text font color is #9DCDC4.

Background Color

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

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

This div background color is #9DCDC4.

Border color

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

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

This div border color is #9DCDC4.

Opacity

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

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

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

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

This text has shadow with #9DCDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DCDC4.

Preview

Color preview on black background

This text has color #9DCDC4 on black background.


Color preview on white background

This text has color #9DCDC4 on white background.


Black color preview on #9DCDC4 background

This text has black color on #9DCDC4 background.


White color preview on #9DCDC4 background

This text has white color on #9DCDC4 background.


Related colors

Complementary color

Complementary color for #hex is #62323B.


I love getcolorcode.com

Triadic colors

1 #C49DCD and #CDC49D with #9DCDC4 are triadic colors.

2 #C4CD9D and #CD9DC4 with #9DCDC4 are triadic colors.