COLOR #9DBEB1

HEX: #9DBEB1
RGB: (157,190,177)

Color info

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

RGB color model

#9DBEB1 color RGB value is (157,190,177).

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

RGB channels and saturation

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

157
190
177

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

Portions of RGB colors in percentages

R + G + B =
157 + 190 + 177 = 524 (100%)
R 157 of 524 ~ 29.96%
G 190 of 524 ~ 36.26%
B 177 of 524 ~ 33.78%

%29.96
%36.26
%33.78

CMYK color model

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

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 6.84%
  • 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
%6.84
%25.49

Codes

Color #9DBEB1 in popluar color models

9DBEB1
RGB157190177
HSL156°20.25%68.04%
HSB/HSV156°17.37%74.51%
CMYK17.37%0.00%6.84%
25.49%

Color #9DBEB1 in popluar number systems.

HEX9DBEB1
Decimal157190177
Binary100111011011111010110001
Octal235276261

Shades and tints

Shades of #9DBEB1

#9DBEB1
(157,190,177)
#8FADA1
(143,173,161)
#819C91
(129,156,145)
#738B81
(115,139,129)
#657A71
(101,122,113)
#576961
(87,105,97)
#495851
(73,88,81)
#3B4741
(59,71,65)
#2D3631
(45,54,49)
#1F2521
(31,37,33)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #9DBEB1

#9DBEB1
(157,190,177)
#A5C3B8
(165,195,184)
#ADC8BF
(173,200,191)
#B5CDC6
(181,205,198)
#BDD2CD
(189,210,205)
#C5D7D4
(197,215,212)
#CDDCDB
(205,220,219)
#D5E1E2
(213,225,226)
#DDE6E9
(221,230,233)
#E5EBF0
(229,235,240)
#EDF0F7
(237,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEB1; }

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

This text font color is #9DBEB1.


Background Color

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

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

This div background color is #9DBEB1.


Border color

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

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

This div border color is #9DBEB1.


Opacity

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

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

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

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

This text has shadow with #9DBEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DBEB1 on black background.


Color preview on white background

This text has color #9DBEB1 on white background.



Black color preview on #9DBEB1 background

This text has black color on #9DBEB1 background.


White color preview on #9DBEB1 background

This text has white color on #9DBEB1 background.