COLOR #9BB5D1

HEX: #9BB5D1
RGB: (155,181,209)

Color info

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

RGB color model

#9BB5D1 color RGB value is (155,181,209).

  • red value is 155;
  • green value is 181;
  • blue value is 209.
RGB:
(155,181,209)
(61%,71%,82%)

RGB channels and saturation

R 155 of 255 = 61%
G 181 of 255 = 71%
B 209 of 255 = 82%

155
181
209

R + G + B ~ 71%. #9BB5D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 181 + 209 = 545 (100%)
R 155 of 545 ~ 28.44%
G 181 of 545 ~ 33.21%
B 209 of 545 ~ 38.35%

%28.44
%33.21
%38.35

CMYK color model

#9BB5D1 color CMYK value is (26,13,0,18).

  • cyan value is 25.84%
  • magenta value is 13.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(26,13,0,18)
C26M13Y0K18 
(26%,13%,0%,18%)
(0.26/0.13/0.00/0.18)	

CMYK percentages

%25.84
%13.4
%0
%18.04

Codes

Color #9BB5D1 in popluar color models

9BB5D1
RGB155181209
HSL211°36.99%71.37%
HSB/HSV211°25.84%81.96%
CMYK25.84%13.40%0.00%
18.04%

Color #9BB5D1 in popluar number systems.

HEX9BB5D1
Decimal155181209
Binary100110111011010111010001
Octal233265321

Shades and tints

Shades of #9BB5D1

#9BB5D1
(155,181,209)
#8DA5BE
(141,165,190)
#7F95AB
(127,149,171)
#718598
(113,133,152)
#637585
(99,117,133)
#556572
(85,101,114)
#47555F
(71,85,95)
#39454C
(57,69,76)
#2B3539
(43,53,57)
#1D2526
(29,37,38)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #9BB5D1

#9BB5D1
(155,181,209)
#A4BBD5
(164,187,213)
#ADC1D9
(173,193,217)
#B6C7DD
(182,199,221)
#BFCDE1
(191,205,225)
#C8D3E5
(200,211,229)
#D1D9E9
(209,217,233)
#DADFED
(218,223,237)
#E3E5F1
(227,229,241)
#ECEBF5
(236,235,245)
#F5F1F9
(245,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BB5D1 color. Also use rgb(155,181,209) instead hex code.

Text Font Color

.myTextColor { color: #9BB5D1; }

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

This text font color is #9BB5D1.


Background Color

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

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

This div background color is #9BB5D1.


Border color

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

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

This div border color is #9BB5D1.


Opacity

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

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

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

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

This text has shadow with #9BB5D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB5D1 on black background.


Color preview on white background

This text has color #9BB5D1 on white background.



Black color preview on #9BB5D1 background

This text has black color on #9BB5D1 background.


White color preview on #9BB5D1 background

This text has white color on #9BB5D1 background.