COLOR #9DBEB0

HEX: #9DBEB0
RGB: (157,190,176)

Color info

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

RGB color model

#9DBEB0 color RGB value is (157,190,176).

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

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 176 of 255 = 69%

157
190
176

R + G + B ~ 69%. #9DBEB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 176 = 523 (100%)
R 157 of 523 ~ 30.02%
G 190 of 523 ~ 36.33%
B 176 of 523 ~ 33.65%

%30.02
%36.33
%33.65

CMYK color model

#9DBEB0 color CMYK value is (17,0,7,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(17,0,7,25)
C17M0Y7K25 
(17%,0%,7%,25%)
(0.17/0.00/0.07/0.25)	

CMYK percentages

%17.37
%0
%7.37
%25.49

Codes

Color #9DBEB0 in popluar color models

9DBEB0
RGB157190176
HSL155°20.25%68.04%
HSB/HSV155°17.37%74.51%
CMYK17.37%0.00%7.37%
25.49%

Color #9DBEB0 in popluar number systems.

HEX9DBEB0
Decimal157190176
Binary100111011011111010110000
Octal235276260

Shades and tints

Shades of #9DBEB0

#9DBEB0
(157,190,176)
#8FADA0
(143,173,160)
#819C90
(129,156,144)
#738B80
(115,139,128)
#657A70
(101,122,112)
#576960
(87,105,96)
#495850
(73,88,80)
#3B4740
(59,71,64)
#2D3630
(45,54,48)
#1F2520
(31,37,32)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #9DBEB0

#9DBEB0
(157,190,176)
#A5C3B7
(165,195,183)
#ADC8BE
(173,200,190)
#B5CDC5
(181,205,197)
#BDD2CC
(189,210,204)
#C5D7D3
(197,215,211)
#CDDCDA
(205,220,218)
#D5E1E1
(213,225,225)
#DDE6E8
(221,230,232)
#E5EBEF
(229,235,239)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEB0; }

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

This text font color is #9DBEB0.


Background Color

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

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

This div background color is #9DBEB0.


Border color

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

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

This div border color is #9DBEB0.


Opacity

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

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

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

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

This text has shadow with #9DBEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBEB0 on black background.


Color preview on white background

This text has color #9DBEB0 on white background.



Black color preview on #9DBEB0 background

This text has black color on #9DBEB0 background.


White color preview on #9DBEB0 background

This text has white color on #9DBEB0 background.