COLOR #9DB5BE

HEX: #9DB5BE
RGB: (157,181,190)

Color info

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

RGB color model

#9DB5BE color RGB value is (157,181,190).

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

RGB channels and saturation

R 157 of 255 = 62%
G 181 of 255 = 71%
B 190 of 255 = 75%

157
181
190

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

Portions of RGB colors in percentages

R + G + B =
157 + 181 + 190 = 528 (100%)
R 157 of 528 ~ 29.73%
G 181 of 528 ~ 34.28%
B 190 of 528 ~ 35.98%

%29.73
%34.28
%35.98

CMYK color model

#9DB5BE color CMYK value is (17,5,0,25).

  • cyan value is 17.37%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,5,0,25)
C17M5Y0K25 
(17%,5%,0%,25%)
(0.17/0.05/0.00/0.25)	

CMYK percentages

%17.37
%4.74
%0
%25.49

Codes

Color #9DB5BE in popluar color models

9DB5BE
RGB157181190
HSL196°20.25%68.04%
HSB/HSV196°17.37%74.51%
CMYK17.37%4.74%0.00%
25.49%

Color #9DB5BE in popluar number systems.

HEX9DB5BE
Decimal157181190
Binary100111011011010110111110
Octal235265276

Shades and tints

Shades of #9DB5BE

#9DB5BE
(157,181,190)
#8FA5AD
(143,165,173)
#81959C
(129,149,156)
#73858B
(115,133,139)
#65757A
(101,117,122)
#576569
(87,101,105)
#495558
(73,85,88)
#3B4547
(59,69,71)
#2D3536
(45,53,54)
#1F2525
(31,37,37)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #9DB5BE

#9DB5BE
(157,181,190)
#A5BBC3
(165,187,195)
#ADC1C8
(173,193,200)
#B5C7CD
(181,199,205)
#BDCDD2
(189,205,210)
#C5D3D7
(197,211,215)
#CDD9DC
(205,217,220)
#D5DFE1
(213,223,225)
#DDE5E6
(221,229,230)
#E5EBEB
(229,235,235)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DB5BE; }

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

This text font color is #9DB5BE.


Background Color

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

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

This div background color is #9DB5BE.


Border color

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

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

This div border color is #9DB5BE.


Opacity

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

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

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

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

This text has shadow with #9DB5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DB5BE on black background.


Color preview on white background

This text has color #9DB5BE on white background.



Black color preview on #9DB5BE background

This text has black color on #9DB5BE background.


White color preview on #9DB5BE background

This text has white color on #9DB5BE background.