COLOR #9DCEE9

HEX: #9DCEE9
RGB: (157,206,233)

Color info

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

RGB color model

#9DCEE9 color RGB value is (157,206,233).

  • red value is 157;
  • green value is 206;
  • blue value is 233.
RGB:
(157,206,233)
(62%,81%,91%)

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 233 of 255 = 91%

157
206
233

R + G + B ~ 78%. #9DCEE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 233 = 596 (100%)
R 157 of 596 ~ 26.34%
G 206 of 596 ~ 34.56%
B 233 of 596 ~ 39.09%

%26.34
%34.56
%39.09

CMYK color model

#9DCEE9 color CMYK value is (33,12,0,9).

  • cyan value is 32.62%
  • magenta value is 11.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(33,12,0,9)
C33M12Y0K9 
(33%,12%,0%,9%)
(0.33/0.12/0.00/0.09)	

CMYK percentages

%32.62
%11.59
%0
%8.63

Codes

Color #9DCEE9 in popluar color models

9DCEE9
RGB157206233
HSL201°63.33%76.47%
HSB/HSV201°32.62%91.37%
CMYK32.62%11.59%0.00%
8.63%

Color #9DCEE9 in popluar number systems.

HEX9DCEE9
Decimal157206233
Binary100111011100111011101001
Octal235316351

Shades and tints

Shades of #9DCEE9

#9DCEE9
(157,206,233)
#8FBCD4
(143,188,212)
#81AABF
(129,170,191)
#7398AA
(115,152,170)
#658695
(101,134,149)
#577480
(87,116,128)
#49626B
(73,98,107)
#3B5056
(59,80,86)
#2D3E41
(45,62,65)
#1F2C2C
(31,44,44)
#111A17
(17,26,23)
#000000
(0,0,0)

Tints of #9DCEE9

#9DCEE9
(157,206,233)
#A5D2EB
(165,210,235)
#ADD6ED
(173,214,237)
#B5DAEF
(181,218,239)
#BDDEF1
(189,222,241)
#C5E2F3
(197,226,243)
#CDE6F5
(205,230,245)
#D5EAF7
(213,234,247)
#DDEEF9
(221,238,249)
#E5F2FB
(229,242,251)
#EDF6FD
(237,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCEE9 color. Also use rgb(157,206,233) instead hex code.

Text Font Color

.myTextColor { color: #9DCEE9; }

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

This text font color is #9DCEE9.


Background Color

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

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

This div background color is #9DCEE9.


Border color

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

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

This div border color is #9DCEE9.


Opacity

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

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

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

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

This text has shadow with #9DCEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCEE9 on black background.


Color preview on white background

This text has color #9DCEE9 on white background.



Black color preview on #9DCEE9 background

This text has black color on #9DCEE9 background.


White color preview on #9DCEE9 background

This text has white color on #9DCEE9 background.