COLOR #9CD7DD

HEX: #9CD7DD RGB: (156,215,221)

Color info

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

RGB color model

#9CD7DD color RGB value is (156,215,221).

RGB: (156,215,221) (61%, 84%, 87%)

RGB channels and saturation

R 156 of 255 = 61%
G 215 of 255 = 84%
B 221 of 255 = 87%

156
215
221

R + G + B ~ 77%. #9CD7DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 215 + 221 = 592 (100%)
R 156 of 592 ~ 26.35%
G 215 of 592 ~ 36.32%
B 221 of 592 ~ 37.33'%

%26.35
%36.32
%37.33

CMYK color model

#9CD7DD color CMYK value is (29,3,0,13).

  • cyan value is 29.41%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (29,3,0,13) C29M3Y0K13 (29%,3%,0%,13%) (0.29/0.03/0.00/0.13) 

CMYK percentages

%29.41
%2.71
%0
%13.33

Codes

Color #9CD7DD in popluar color models

9C D7 DD
RGB 156 215 221
HSL 186° 48.87% 73.92%
HSB/HSV 186° 29.41% 86.67%
CMYK 29.41% 2.71% 0.00%
13.33%

Color #9CD7DD in popluar number systems.

HEX 9C D7 DD
Decimal 156 215 221
Binary 10011100 11010111 11011101
Octal 234 327 335

Shades and tints

Shades of #9CD7DD

#9CD7DD
(156,215,221)
#8EC4C9
(142,196,201)
#80B1B5
(128,177,181)
#729EA1
(114,158,161)
#648B8D
(100,139,141)
#567879
(86,120,121)
#486565
(72,101,101)
#3A5251
(58,82,81)
#2C3F3D
(44,63,61)
#1E2C29
(30,44,41)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #9CD7DD

#9CD7DD
(156,215,221)
#A5DAE0
(165,218,224)
#AEDDE3
(174,221,227)
#B7E0E6
(183,224,230)
#C0E3E9
(192,227,233)
#C9E6EC
(201,230,236)
#D2E9EF
(210,233,239)
#DBECF2
(219,236,242)
#E4EFF5
(228,239,245)
#EDF2F8
(237,242,248)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD7DD color. Also use rgb(156,215,221) instead hex code.

Text Font Color

.myTextColor { color: #9CD7DD; }

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

This text font color is #9CD7DD.

Background Color

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

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

This div background color is #9CD7DD.

Border color

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

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

This div border color is #9CD7DD.

Opacity

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

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

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

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

This text has shadow with #9CD7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD7DD.

Preview

Color preview on black background

This text has color #9CD7DD on black background.


Color preview on white background

This text has color #9CD7DD on white background.


Black color preview on #9CD7DD background

This text has black color on #9CD7DD background.


White color preview on #9CD7DD background

This text has white color on #9CD7DD background.


Related colors

Complementary color

Complementary color for #hex is #632822.


I love getcolorcode.com

Triadic colors

1 #DD9CD7 and #D7DD9C with #9CD7DD are triadic colors.

2 #DDD79C and #D79CDD with #9CD7DD are triadic colors.