COLOR #9DC2E7

HEX: #9DC2E7
RGB: (157,194,231)

Color info

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

RGB color model

#9DC2E7 color RGB value is (157,194,231).

  • red value is 157;
  • green value is 194;
  • blue value is 231.
RGB:
(157,194,231)
(62%,76%,91%)

RGB channels and saturation

R 157 of 255 = 62%
G 194 of 255 = 76%
B 231 of 255 = 91%

157
194
231

R + G + B ~ 76%. #9DC2E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 194 + 231 = 582 (100%)
R 157 of 582 ~ 26.98%
G 194 of 582 ~ 33.33%
B 231 of 582 ~ 39.69%

%26.98
%33.33
%39.69

CMYK color model

#9DC2E7 color CMYK value is (32,16,0,9).

  • cyan value is 32.03%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(32,16,0,9)
C32M16Y0K9 
(32%,16%,0%,9%)
(0.32/0.16/0.00/0.09)	

CMYK percentages

%32.03
%16.02
%0
%9.41

Codes

Color #9DC2E7 in popluar color models

9DC2E7
RGB157194231
HSL210°60.66%76.08%
HSB/HSV210°32.03%90.59%
CMYK32.03%16.02%0.00%
9.41%

Color #9DC2E7 in popluar number systems.

HEX9DC2E7
Decimal157194231
Binary100111011100001011100111
Octal235302347

Shades and tints

Shades of #9DC2E7

#9DC2E7
(157,194,231)
#8FB1D2
(143,177,210)
#81A0BD
(129,160,189)
#738FA8
(115,143,168)
#657E93
(101,126,147)
#576D7E
(87,109,126)
#495C69
(73,92,105)
#3B4B54
(59,75,84)
#2D3A3F
(45,58,63)
#1F292A
(31,41,42)
#111815
(17,24,21)
#000000
(0,0,0)

Tints of #9DC2E7

#9DC2E7
(157,194,231)
#A5C7E9
(165,199,233)
#ADCCEB
(173,204,235)
#B5D1ED
(181,209,237)
#BDD6EF
(189,214,239)
#C5DBF1
(197,219,241)
#CDE0F3
(205,224,243)
#D5E5F5
(213,229,245)
#DDEAF7
(221,234,247)
#E5EFF9
(229,239,249)
#EDF4FB
(237,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DC2E7 color. Also use rgb(157,194,231) instead hex code.

Text Font Color

.myTextColor { color: #9DC2E7; }

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

This text font color is #9DC2E7.


Background Color

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

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

This div background color is #9DC2E7.


Border color

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

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

This div border color is #9DC2E7.


Opacity

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

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

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

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

This text has shadow with #9DC2E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC2E7 on black background.


Color preview on white background

This text has color #9DC2E7 on white background.



Black color preview on #9DC2E7 background

This text has black color on #9DC2E7 background.


White color preview on #9DC2E7 background

This text has white color on #9DC2E7 background.