COLOR #9DD2EB

HEX: #9DD2EB
RGB: (157,210,235)

Color info

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

RGB color model

#9DD2EB color RGB value is (157,210,235).

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

RGB channels and saturation

R 157 of 255 = 62%
G 210 of 255 = 82%
B 235 of 255 = 92%

157
210
235

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

Portions of RGB colors in percentages

R + G + B =
157 + 210 + 235 = 602 (100%)
R 157 of 602 ~ 26.08%
G 210 of 602 ~ 34.88%
B 235 of 602 ~ 39.04%

%26.08
%34.88
%39.04

CMYK color model

#9DD2EB color CMYK value is (33,11,0,8).

  • cyan value is 33.19%
  • magenta value is 10.64%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(33,11,0,8)
C33M11Y0K8 
(33%,11%,0%,8%)
(0.33/0.11/0.00/0.08)	

CMYK percentages

%33.19
%10.64
%0
%7.84

Codes

Color #9DD2EB in popluar color models

9DD2EB
RGB157210235
HSL199°66.10%76.86%
HSB/HSV199°33.19%92.16%
CMYK33.19%10.64%0.00%
7.84%

Color #9DD2EB in popluar number systems.

HEX9DD2EB
Decimal157210235
Binary100111011101001011101011
Octal235322353

Shades and tints

Shades of #9DD2EB

#9DD2EB
(157,210,235)
#8FBFD6
(143,191,214)
#81ACC1
(129,172,193)
#7399AC
(115,153,172)
#658697
(101,134,151)
#577382
(87,115,130)
#49606D
(73,96,109)
#3B4D58
(59,77,88)
#2D3A43
(45,58,67)
#1F272E
(31,39,46)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #9DD2EB

#9DD2EB
(157,210,235)
#A5D6EC
(165,214,236)
#ADDAED
(173,218,237)
#B5DEEE
(181,222,238)
#BDE2EF
(189,226,239)
#C5E6F0
(197,230,240)
#CDEAF1
(205,234,241)
#D5EEF2
(213,238,242)
#DDF2F3
(221,242,243)
#E5F6F4
(229,246,244)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DD2EB; }

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

This text font color is #9DD2EB.


Background Color

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

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

This div background color is #9DD2EB.


Border color

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

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

This div border color is #9DD2EB.


Opacity

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

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

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

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

This text has shadow with #9DD2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD2EB on black background.


Color preview on white background

This text has color #9DD2EB on white background.



Black color preview on #9DD2EB background

This text has black color on #9DD2EB background.


White color preview on #9DD2EB background

This text has white color on #9DD2EB background.