COLOR #9DC2EB

HEX: #9DC2EB
RGB: (157,194,235)

Color info

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

RGB color model

#9DC2EB color RGB value is (157,194,235).

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

RGB channels and saturation

R 157 of 255 = 62%
G 194 of 255 = 76%
B 235 of 255 = 92%

157
194
235

R + G + B ~ 77%. #9DC2EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 194 + 235 = 586 (100%)
R 157 of 586 ~ 26.79%
G 194 of 586 ~ 33.11%
B 235 of 586 ~ 40.1%

%26.79
%33.11
%40.1

CMYK color model

#9DC2EB color CMYK value is (33,17,0,8).

  • cyan value is 33.19%
  • magenta value is 17.45%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,17,0,8)
C33M17Y0K8 
(33%,17%,0%,8%)
(0.33/0.17/0.00/0.08)	

CMYK percentages

%33.19
%17.45
%0
%7.84

Codes

Color #9DC2EB in popluar color models

9DC2EB
RGB157194235
HSL212°66.10%76.86%
HSB/HSV212°33.19%92.16%
CMYK33.19%17.45%0.00%
7.84%

Color #9DC2EB in popluar number systems.

HEX9DC2EB
Decimal157194235
Binary100111011100001011101011
Octal235302353

Shades and tints

Shades of #9DC2EB

#9DC2EB
(157,194,235)
#8FB1D6
(143,177,214)
#81A0C1
(129,160,193)
#738FAC
(115,143,172)
#657E97
(101,126,151)
#576D82
(87,109,130)
#495C6D
(73,92,109)
#3B4B58
(59,75,88)
#2D3A43
(45,58,67)
#1F292E
(31,41,46)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #9DC2EB

#9DC2EB
(157,194,235)
#A5C7EC
(165,199,236)
#ADCCED
(173,204,237)
#B5D1EE
(181,209,238)
#BDD6EF
(189,214,239)
#C5DBF0
(197,219,240)
#CDE0F1
(205,224,241)
#D5E5F2
(213,229,242)
#DDEAF3
(221,234,243)
#E5EFF4
(229,239,244)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DC2EB; }

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

This text font color is #9DC2EB.


Background Color

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

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

This div background color is #9DC2EB.


Border color

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

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

This div border color is #9DC2EB.


Opacity

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

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

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

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

This text has shadow with #9DC2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DC2EB on black background.


Color preview on white background

This text has color #9DC2EB on white background.



Black color preview on #9DC2EB background

This text has black color on #9DC2EB background.


White color preview on #9DC2EB background

This text has white color on #9DC2EB background.