COLOR #9CD2EF

HEX: #9CD2EF
RGB: (156,210,239)

Color info

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

RGB color model

#9CD2EF color RGB value is (156,210,239).

  • red value is 156;
  • green value is 210;
  • blue value is 239.
RGB:
(156,210,239)
(61%,82%,94%)

RGB channels and saturation

R 156 of 255 = 61%
G 210 of 255 = 82%
B 239 of 255 = 94%

156
210
239

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

Portions of RGB colors in percentages

R + G + B =
156 + 210 + 239 = 605 (100%)
R 156 of 605 ~ 25.79%
G 210 of 605 ~ 34.71%
B 239 of 605 ~ 39.5%

%25.79
%34.71
%39.5

CMYK color model

#9CD2EF color CMYK value is (35,12,0,6).

  • cyan value is 34.73%
  • magenta value is 12.13%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(35,12,0,6)
C35M12Y0K6 
(35%,12%,0%,6%)
(0.35/0.12/0.00/0.06)	

CMYK percentages

%34.73
%12.13
%0
%6.27

Codes

Color #9CD2EF in popluar color models

9CD2EF
RGB156210239
HSL201°72.17%77.45%
HSB/HSV201°34.73%93.73%
CMYK34.73%12.13%0.00%
6.27%

Color #9CD2EF in popluar number systems.

HEX9CD2EF
Decimal156210239
Binary100111001101001011101111
Octal234322357

Shades and tints

Shades of #9CD2EF

#9CD2EF
(156,210,239)
#8EBFDA
(142,191,218)
#80ACC5
(128,172,197)
#7299B0
(114,153,176)
#64869B
(100,134,155)
#567386
(86,115,134)
#486071
(72,96,113)
#3A4D5C
(58,77,92)
#2C3A47
(44,58,71)
#1E2732
(30,39,50)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #9CD2EF

#9CD2EF
(156,210,239)
#A5D6F0
(165,214,240)
#AEDAF1
(174,218,241)
#B7DEF2
(183,222,242)
#C0E2F3
(192,226,243)
#C9E6F4
(201,230,244)
#D2EAF5
(210,234,245)
#DBEEF6
(219,238,246)
#E4F2F7
(228,242,247)
#EDF6F8
(237,246,248)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD2EF; }

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

This text font color is #9CD2EF.


Background Color

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

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

This div background color is #9CD2EF.


Border color

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

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

This div border color is #9CD2EF.


Opacity

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

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

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

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

This text has shadow with #9CD2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD2EF on black background.


Color preview on white background

This text has color #9CD2EF on white background.



Black color preview on #9CD2EF background

This text has black color on #9CD2EF background.


White color preview on #9CD2EF background

This text has white color on #9CD2EF background.