COLOR #9CD9EA

HEX: #9CD9EA RGB: (156,217,234)

Color info

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

RGB color model

#9CD9EA color RGB value is (156,217,234).

RGB: (156,217,234) (61%, 85%, 92%)

RGB channels and saturation

R 156 of 255 = 61%
G 217 of 255 = 85%
B 234 of 255 = 92%

156
217
234

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

Portions of RGB colors in percentages

R + G + B = 156 + 217 + 234 = 607 (100%)
R 156 of 607 ~ 25.7%
G 217 of 607 ~ 35.75%
B 234 of 607 ~ 38.55'%

%25.7
%35.75
%38.55

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (33,7,0,8) C33M7Y0K8 (33%,7%,0%,8%) (0.33/0.07/0.00/0.08) 

CMYK percentages

%33.33
%7.26
%0
%8.24

Codes

Color #9CD9EA in popluar color models

9C D9 EA
RGB 156 217 234
HSL 193° 65.00% 76.47%
HSB/HSV 193° 33.33% 91.76%
CMYK 33.33% 7.26% 0.00%
8.24%

Color #9CD9EA in popluar number systems.

HEX 9C D9 EA
Decimal 156 217 234
Binary 10011100 11011001 11101010
Octal 234 331 352

Shades and tints

Shades of #9CD9EA

#9CD9EA
(156,217,234)
#8EC6D5
(142,198,213)
#80B3C0
(128,179,192)
#72A0AB
(114,160,171)
#648D96
(100,141,150)
#567A81
(86,122,129)
#48676C
(72,103,108)
#3A5457
(58,84,87)
#2C4142
(44,65,66)
#1E2E2D
(30,46,45)
#101B18
(16,27,24)
#000000
(0,0,0)

Tints of #9CD9EA

#9CD9EA
(156,217,234)
#A5DCEB
(165,220,235)
#AEDFEC
(174,223,236)
#B7E2ED
(183,226,237)
#C0E5EE
(192,229,238)
#C9E8EF
(201,232,239)
#D2EBF0
(210,235,240)
#DBEEF1
(219,238,241)
#E4F1F2
(228,241,242)
#EDF4F3
(237,244,243)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CD9EA; }

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

This text font color is #9CD9EA.

Background Color

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

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

This div background color is #9CD9EA.

Border color

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

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

This div border color is #9CD9EA.

Opacity

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

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

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

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

This text has shadow with #9CD9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CD9EA.

Preview

Color preview on black background

This text has color #9CD9EA on black background.


Color preview on white background

This text has color #9CD9EA on white background.


Black color preview on #9CD9EA background

This text has black color on #9CD9EA background.


White color preview on #9CD9EA background

This text has white color on #9CD9EA background.


Related colors

Complementary color

Complementary color for #hex is #632615.


I love getcolorcode.com

Triadic colors

1 #EA9CD9 and #D9EA9C with #9CD9EA are triadic colors.

2 #EAD99C and #D99CEA with #9CD9EA are triadic colors.