COLOR #9DBECD

HEX: #9DBECD
RGB: (157,190,205)

Color info

#9DBECD contains red, green and blue colors in about the same proportion. Web safe color of #9DBECD is #99CCCC (or #9CC).

RGB color model

#9DBECD color RGB value is (157,190,205).

  • red value is 157;
  • green value is 190;
  • blue value is 205.
RGB:
(157,190,205)
(62%,75%,80%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 205 of 255 = 80%

157
190
205

R + G + B ~ 72%. #9DBECD is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 205 = 552 (100%)
R 157 of 552 ~ 28.44%
G 190 of 552 ~ 34.42%
B 205 of 552 ~ 37.14%

%28.44
%34.42
%37.14

CMYK color model

#9DBECD color CMYK value is (23,7,0,20).

  • cyan value is 23.41%
  • magenta value is 7.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,7,0,20)
C23M7Y0K20 
(23%,7%,0%,20%)
(0.23/0.07/0.00/0.20)	

CMYK percentages

%23.41
%7.32
%0
%19.61

Codes

Color #9DBECD in popluar color models

9DBECD
RGB157190205
HSL199°32.43%70.98%
HSB/HSV199°23.41%80.39%
CMYK23.41%7.32%0.00%
19.61%

Color #9DBECD in popluar number systems.

HEX9DBECD
Decimal157190205
Binary100111011011111011001101
Octal235276315

Shades and tints

Shades of #9DBECD

#9DBECD
(157,190,205)
#8FADBB
(143,173,187)
#819CA9
(129,156,169)
#738B97
(115,139,151)
#657A85
(101,122,133)
#576973
(87,105,115)
#495861
(73,88,97)
#3B474F
(59,71,79)
#2D363D
(45,54,61)
#1F252B
(31,37,43)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #9DBECD

#9DBECD
(157,190,205)
#A5C3D1
(165,195,209)
#ADC8D5
(173,200,213)
#B5CDD9
(181,205,217)
#BDD2DD
(189,210,221)
#C5D7E1
(197,215,225)
#CDDCE5
(205,220,229)
#D5E1E9
(213,225,233)
#DDE6ED
(221,230,237)
#E5EBF1
(229,235,241)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DBECD color. Also use rgb(157,190,205) instead hex code.

Text Font Color

.myTextColor { color: #9DBECD; }

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

This text font color is #9DBECD.


Background Color

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

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

This div background color is #9DBECD.


Border color

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

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

This div border color is #9DBECD.


Opacity

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

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

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

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

This text has shadow with #9DBECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBECD on black background.


Color preview on white background

This text has color #9DBECD on white background.



Black color preview on #9DBECD background

This text has black color on #9DBECD background.


White color preview on #9DBECD background

This text has white color on #9DBECD background.