COLOR #9DCBE1

HEX: #9DCBE1
RGB: (157,203,225)

Color info

#9DCBE1 contains mainly green and blue colors. Web safe color of #9DCBE1 is #99CCCC (or #9CC).

RGB color model

#9DCBE1 color RGB value is (157,203,225).

  • red value is 157;
  • green value is 203;
  • blue value is 225.
RGB:
(157,203,225)
(62%,80%,88%)

RGB channels and saturation

R 157 of 255 = 62%
G 203 of 255 = 80%
B 225 of 255 = 88%

157
203
225

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

Portions of RGB colors in percentages

R + G + B =
157 + 203 + 225 = 585 (100%)
R 157 of 585 ~ 26.84%
G 203 of 585 ~ 34.7%
B 225 of 585 ~ 38.46%

%26.84
%34.7
%38.46

CMYK color model

#9DCBE1 color CMYK value is (30,10,0,12).

  • cyan value is 30.22%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(30,10,0,12)
C30M10Y0K12 
(30%,10%,0%,12%)
(0.30/0.10/0.00/0.12)	

CMYK percentages

%30.22
%9.78
%0
%11.76

Codes

Color #9DCBE1 in popluar color models

9DCBE1
RGB157203225
HSL199°53.13%74.90%
HSB/HSV199°30.22%88.24%
CMYK30.22%9.78%0.00%
11.76%

Color #9DCBE1 in popluar number systems.

HEX9DCBE1
Decimal157203225
Binary100111011100101111100001
Octal235313341

Shades and tints

Shades of #9DCBE1

#9DCBE1
(157,203,225)
#8FB9CD
(143,185,205)
#81A7B9
(129,167,185)
#7395A5
(115,149,165)
#658391
(101,131,145)
#57717D
(87,113,125)
#495F69
(73,95,105)
#3B4D55
(59,77,85)
#2D3B41
(45,59,65)
#1F292D
(31,41,45)
#111719
(17,23,25)
#000000
(0,0,0)

Tints of #9DCBE1

#9DCBE1
(157,203,225)
#A5CFE3
(165,207,227)
#ADD3E5
(173,211,229)
#B5D7E7
(181,215,231)
#BDDBE9
(189,219,233)
#C5DFEB
(197,223,235)
#CDE3ED
(205,227,237)
#D5E7EF
(213,231,239)
#DDEBF1
(221,235,241)
#E5EFF3
(229,239,243)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCBE1 color. Also use rgb(157,203,225) instead hex code.

Text Font Color

.myTextColor { color: #9DCBE1; }

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

This text font color is #9DCBE1.


Background Color

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

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

This div background color is #9DCBE1.


Border color

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

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

This div border color is #9DCBE1.


Opacity

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

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

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

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

This text has shadow with #9DCBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCBE1 on black background.


Color preview on white background

This text has color #9DCBE1 on white background.



Black color preview on #9DCBE1 background

This text has black color on #9DCBE1 background.


White color preview on #9DCBE1 background

This text has white color on #9DCBE1 background.