COLOR #9CD2D8

HEX: #9CD2D8 RGB: (156,210,216)

Color info

#9CD2D8 contains mainly green and blue colors. Web safe color of #9CD2D8 is #99CCCC (or #9CC).

RGB color model

#9CD2D8 color RGB value is (156,210,216).

RGB: (156,210,216) (61%, 82%, 85%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 216 of 255 = 85%

156
210
216

R + G + B ~ 76%. #9CD2D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 210 + 216 = 582 (100%)
R 156 of 582 ~ 26.8%
G 210 of 582 ~ 36.08%
B 216 of 582 ~ 37.11'%

%26.8
%36.08
%37.11

CMYK color model

#9CD2D8 color CMYK value is (28,3,0,15).

  • cyan value is 27.78%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (28,3,0,15)
C28M3Y0K15 (28%, 3%, 0%, 15%)
(0.28 / 0.03 / 0.00 / 0.15)

CMYK percentages

%27.78
%2.78
%0
%15.29

Codes

Color #9CD2D8 in popluar color models

9C D2 D8
RGB 156 210 216
HSL 186° 43.48% 72.94%
HSB/HSV 186° 27.78% 84.71%
CMYK 27.78% 2.78% 0.00%
15.29%

Color #9CD2D8 in popluar number systems.

HEX 9C D2 D8
Decimal 156 210 216
Binary 10011100 11010010 11011000
Octal 234 322 330

Shades and tints

Shades of #9CD2D8

#9CD2D8
(156,210,216)
#8EBFC5
(142,191,197)
#80ACB2
(128,172,178)
#72999F
(114,153,159)
#64868C
(100,134,140)
#567379
(86,115,121)
#486066
(72,96,102)
#3A4D53
(58,77,83)
#2C3A40
(44,58,64)
#1E272D
(30,39,45)
#10141A
(16,20,26)
#000000
(0,0,0)

Tints of #9CD2D8

#9CD2D8
(156,210,216)
#A5D6DB
(165,214,219)
#AEDADE
(174,218,222)
#B7DEE1
(183,222,225)
#C0E2E4
(192,226,228)
#C9E6E7
(201,230,231)
#D2EAEA
(210,234,234)
#DBEEED
(219,238,237)
#E4F2F0
(228,242,240)
#EDF6F3
(237,246,243)
#F6FAF6
(246,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD2D8 color. Also use rgb(156,210,216) instead hex code.

Text Font Color

.myTextColor { color: #9CD2D8; }

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

This text font color is #9CD2D8.

Background Color

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

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

This div background color is #9CD2D8.

Border color

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

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

This div border color is #9CD2D8.

Opacity

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

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

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

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

This text has shadow with #9CD2D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD2D8.

Preview

Color preview on black background

This text has color #9CD2D8 on black background.


Color preview on white background

This text has color #9CD2D8 on white background.


Black color preview on #9CD2D8 background

This text has black color on #9CD2D8 background.


White color preview on #9CD2D8 background

This text has white color on #9CD2D8 background.


Related colors

Complementary color

Complementary color for #hex is #632D27.


I love getcolorcode.com

Triadic colors

1 #D89CD2 and #D2D89C with #9CD2D8 are triadic colors.

2 #D8D29C and #D29CD8 with #9CD2D8 are triadic colors.