COLOR #9CD7EC

HEX: #9CD7EC RGB: (156,215,236)

Color info

#9CD7EC contains mainly green and blue colors. Web safe color of #9CD7EC is #99CCFF (or #9CF).

RGB color model

#9CD7EC color RGB value is (156,215,236).

RGB: (156,215,236) (61%, 84%, 93%)

RGB channels and saturation

R 156 of 255 = 61%
G 215 of 255 = 84%
B 236 of 255 = 93%

156
215
236

R + G + B ~ 79%. #9CD7EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 215 + 236 = 607 (100%)
R 156 of 607 ~ 25.7%
G 215 of 607 ~ 35.42%
B 236 of 607 ~ 38.88'%

%25.7
%35.42
%38.88

CMYK color model

#9CD7EC color CMYK value is (34,9,0,7).

  • cyan value is 33.90%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (34,9,0,7)
C34M9Y0K7 (34%, 9%, 0%, 7%)
(0.34 / 0.09 / 0.00 / 0.07)

CMYK percentages

%33.9
%8.9
%0
%7.45

Codes

Color #9CD7EC in popluar color models

9C D7 EC
RGB 156 215 236
HSL 196° 67.80% 76.86%
HSB/HSV 196° 33.90% 92.55%
CMYK 33.90% 8.90% 0.00%
7.45%

Color #9CD7EC in popluar number systems.

HEX 9C D7 EC
Decimal 156 215 236
Binary 10011100 11010111 11101100
Octal 234 327 354

Shades and tints

Shades of #9CD7EC

#9CD7EC
(156,215,236)
#8EC4D7
(142,196,215)
#80B1C2
(128,177,194)
#729EAD
(114,158,173)
#648B98
(100,139,152)
#567883
(86,120,131)
#48656E
(72,101,110)
#3A5259
(58,82,89)
#2C3F44
(44,63,68)
#1E2C2F
(30,44,47)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #9CD7EC

#9CD7EC
(156,215,236)
#A5DAED
(165,218,237)
#AEDDEE
(174,221,238)
#B7E0EF
(183,224,239)
#C0E3F0
(192,227,240)
#C9E6F1
(201,230,241)
#D2E9F2
(210,233,242)
#DBECF3
(219,236,243)
#E4EFF4
(228,239,244)
#EDF2F5
(237,242,245)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD7EC; }

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

This text font color is #9CD7EC.

Background Color

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

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

This div background color is #9CD7EC.

Border color

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

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

This div border color is #9CD7EC.

Opacity

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

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

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

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

This text has shadow with #9CD7EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD7EC.

Preview

Color preview on black background

This text has color #9CD7EC on black background.


Color preview on white background

This text has color #9CD7EC on white background.


Black color preview on #9CD7EC background

This text has black color on #9CD7EC background.


White color preview on #9CD7EC background

This text has white color on #9CD7EC background.


Related colors

Complementary color

Complementary color for #hex is #632813.


I love getcolorcode.com

Triadic colors

1 #EC9CD7 and #D7EC9C with #9CD7EC are triadic colors.

2 #ECD79C and #D79CEC with #9CD7EC are triadic colors.