COLOR #9CDBEF

HEX: #9CDBEF RGB: (156,219,239)

Color info

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

RGB color model

#9CDBEF color RGB value is (156,219,239).

RGB: (156,219,239) (61%, 86%, 94%)

RGB channels and saturation

R 156 of 255 = 61%
G 219 of 255 = 86%
B 239 of 255 = 94%

156
219
239

R + G + B ~ 80%. #9CDBEF is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 219 + 239 = 614 (100%)
R 156 of 614 ~ 25.41%
G 219 of 614 ~ 35.67%
B 239 of 614 ~ 38.93'%

%25.41
%35.67
%38.93

CMYK color model

#9CDBEF color CMYK value is (35,8,0,6).

  • cyan value is 34.73%
  • magenta value is 8.37%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (35,8,0,6)
C35M8Y0K6 (35%, 8%, 0%, 6%)
(0.35 / 0.08 / 0.00 / 0.06)

CMYK percentages

%34.73
%8.37
%0
%6.27

Codes

Color #9CDBEF in popluar color models

9C DB EF
RGB 156 219 239
HSL 194° 72.17% 77.45%
HSB/HSV 194° 34.73% 93.73%
CMYK 34.73% 8.37% 0.00%
6.27%

Color #9CDBEF in popluar number systems.

HEX 9C DB EF
Decimal 156 219 239
Binary 10011100 11011011 11101111
Octal 234 333 357

Shades and tints

Shades of #9CDBEF

#9CDBEF
(156,219,239)
#8EC8DA
(142,200,218)
#80B5C5
(128,181,197)
#72A2B0
(114,162,176)
#648F9B
(100,143,155)
#567C86
(86,124,134)
#486971
(72,105,113)
#3A565C
(58,86,92)
#2C4347
(44,67,71)
#1E3032
(30,48,50)
#101D1D
(16,29,29)
#000000
(0,0,0)

Tints of #9CDBEF

#9CDBEF
(156,219,239)
#A5DEF0
(165,222,240)
#AEE1F1
(174,225,241)
#B7E4F2
(183,228,242)
#C0E7F3
(192,231,243)
#C9EAF4
(201,234,244)
#D2EDF5
(210,237,245)
#DBF0F6
(219,240,246)
#E4F3F7
(228,243,247)
#EDF6F8
(237,246,248)
#F6F9F9
(246,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CDBEF; }

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

This text font color is #9CDBEF.

Background Color

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

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

This div background color is #9CDBEF.

Border color

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

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

This div border color is #9CDBEF.

Opacity

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

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

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

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

This text has shadow with #9CDBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDBEF.

Preview

Color preview on black background

This text has color #9CDBEF on black background.


Color preview on white background

This text has color #9CDBEF on white background.


Black color preview on #9CDBEF background

This text has black color on #9CDBEF background.


White color preview on #9CDBEF background

This text has white color on #9CDBEF background.


Related colors

Complementary color

Complementary color for #hex is #632410.


I love getcolorcode.com

Triadic colors

1 #EF9CDB and #DBEF9C with #9CDBEF are triadic colors.

2 #EFDB9C and #DB9CEF with #9CDBEF are triadic colors.