COLOR #9DCEEB

HEX: #9DCEEB
RGB: (157,206,235)

Color info

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

RGB color model

#9DCEEB color RGB value is (157,206,235).

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

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 235 of 255 = 92%

157
206
235

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

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 235 = 598 (100%)
R 157 of 598 ~ 26.25%
G 206 of 598 ~ 34.45%
B 235 of 598 ~ 39.3%

%26.25
%34.45
%39.3

CMYK color model

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

  • cyan value is 33.19%
  • magenta value is 12.34%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,12,0,8)
C33M12Y0K8 
(33%,12%,0%,8%)
(0.33/0.12/0.00/0.08)	

CMYK percentages

%33.19
%12.34
%0
%7.84

Codes

Color #9DCEEB in popluar color models

9DCEEB
RGB157206235
HSL202°66.10%76.86%
HSB/HSV202°33.19%92.16%
CMYK33.19%12.34%0.00%
7.84%

Color #9DCEEB in popluar number systems.

HEX9DCEEB
Decimal157206235
Binary100111011100111011101011
Octal235316353

Shades and tints

Shades of #9DCEEB

#9DCEEB
(157,206,235)
#8FBCD6
(143,188,214)
#81AAC1
(129,170,193)
#7398AC
(115,152,172)
#658697
(101,134,151)
#577482
(87,116,130)
#49626D
(73,98,109)
#3B5058
(59,80,88)
#2D3E43
(45,62,67)
#1F2C2E
(31,44,46)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #9DCEEB

#9DCEEB
(157,206,235)
#A5D2EC
(165,210,236)
#ADD6ED
(173,214,237)
#B5DAEE
(181,218,238)
#BDDEEF
(189,222,239)
#C5E2F0
(197,226,240)
#CDE6F1
(205,230,241)
#D5EAF2
(213,234,242)
#DDEEF3
(221,238,243)
#E5F2F4
(229,242,244)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCEEB; }

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

This text font color is #9DCEEB.


Background Color

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

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

This div background color is #9DCEEB.


Border color

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

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

This div border color is #9DCEEB.


Opacity

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

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

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

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

This text has shadow with #9DCEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCEEB on black background.


Color preview on white background

This text has color #9DCEEB on white background.



Black color preview on #9DCEEB background

This text has black color on #9DCEEB background.


White color preview on #9DCEEB background

This text has white color on #9DCEEB background.