COLOR #9CD9E9

HEX: #9CD9E9
RGB: (156,217,233)

Color info

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

RGB color model

#9CD9E9 color RGB value is (156,217,233).

  • red value is 156;
  • green value is 217;
  • blue value is 233.
RGB:
(156,217,233)
(61%,85%,91%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 233 of 255 = 91%

156
217
233

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

Portions of RGB colors in percentages

R + G + B =
156 + 217 + 233 = 606 (100%)
R 156 of 606 ~ 25.74%
G 217 of 606 ~ 35.81%
B 233 of 606 ~ 38.45%

%25.74
%35.81
%38.45

CMYK color model

#9CD9E9 color CMYK value is (33,7,0,9).

  • cyan value is 33.05%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(33,7,0,9)
C33M7Y0K9 
(33%,7%,0%,9%)
(0.33/0.07/0.00/0.09)	

CMYK percentages

%33.05
%6.87
%0
%8.63

Codes

Color #9CD9E9 in popluar color models

9CD9E9
RGB156217233
HSL192°63.64%76.27%
HSB/HSV192°33.05%91.37%
CMYK33.05%6.87%0.00%
8.63%

Color #9CD9E9 in popluar number systems.

HEX9CD9E9
Decimal156217233
Binary100111001101100111101001
Octal234331351

Shades and tints

Shades of #9CD9E9

#9CD9E9
(156,217,233)
#8EC6D4
(142,198,212)
#80B3BF
(128,179,191)
#72A0AA
(114,160,170)
#648D95
(100,141,149)
#567A80
(86,122,128)
#48676B
(72,103,107)
#3A5456
(58,84,86)
#2C4141
(44,65,65)
#1E2E2C
(30,46,44)
#101B17
(16,27,23)
#000000
(0,0,0)

Tints of #9CD9E9

#9CD9E9
(156,217,233)
#A5DCEB
(165,220,235)
#AEDFED
(174,223,237)
#B7E2EF
(183,226,239)
#C0E5F1
(192,229,241)
#C9E8F3
(201,232,243)
#D2EBF5
(210,235,245)
#DBEEF7
(219,238,247)
#E4F1F9
(228,241,249)
#EDF4FB
(237,244,251)
#F6F7FD
(246,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CD9E9 color. Also use rgb(156,217,233) instead hex code.

Text Font Color

.myTextColor { color: #9CD9E9; }

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

This text font color is #9CD9E9.


Background Color

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

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

This div background color is #9CD9E9.


Border color

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

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

This div border color is #9CD9E9.


Opacity

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

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

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

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

This text has shadow with #9CD9E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CD9E9 on black background.


Color preview on white background

This text has color #9CD9E9 on white background.



Black color preview on #9CD9E9 background

This text has black color on #9CD9E9 background.


White color preview on #9CD9E9 background

This text has white color on #9CD9E9 background.