COLOR #9BB8D1

HEX: #9BB8D1
RGB: (155,184,209)

Color info

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

RGB color model

#9BB8D1 color RGB value is (155,184,209).

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

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 209 of 255 = 82%

155
184
209

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

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 209 = 548 (100%)
R 155 of 548 ~ 28.28%
G 184 of 548 ~ 33.58%
B 209 of 548 ~ 38.14%

%28.28
%33.58
%38.14

CMYK color model

#9BB8D1 color CMYK value is (26,12,0,18).

  • cyan value is 25.84%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(26,12,0,18)
C26M12Y0K18 
(26%,12%,0%,18%)
(0.26/0.12/0.00/0.18)	

CMYK percentages

%25.84
%11.96
%0
%18.04

Codes

Color #9BB8D1 in popluar color models

9BB8D1
RGB155184209
HSL208°36.99%71.37%
HSB/HSV208°25.84%81.96%
CMYK25.84%11.96%0.00%
18.04%

Color #9BB8D1 in popluar number systems.

HEX9BB8D1
Decimal155184209
Binary100110111011100011010001
Octal233270321

Shades and tints

Shades of #9BB8D1

#9BB8D1
(155,184,209)
#8DA8BE
(141,168,190)
#7F98AB
(127,152,171)
#718898
(113,136,152)
#637885
(99,120,133)
#556872
(85,104,114)
#47585F
(71,88,95)
#39484C
(57,72,76)
#2B3839
(43,56,57)
#1D2826
(29,40,38)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #9BB8D1

#9BB8D1
(155,184,209)
#A4BED5
(164,190,213)
#ADC4D9
(173,196,217)
#B6CADD
(182,202,221)
#BFD0E1
(191,208,225)
#C8D6E5
(200,214,229)
#D1DCE9
(209,220,233)
#DAE2ED
(218,226,237)
#E3E8F1
(227,232,241)
#ECEEF5
(236,238,245)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB8D1; }

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

This text font color is #9BB8D1.


Background Color

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

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

This div background color is #9BB8D1.


Border color

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

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

This div border color is #9BB8D1.


Opacity

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

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

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

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

This text has shadow with #9BB8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB8D1 on black background.


Color preview on white background

This text has color #9BB8D1 on white background.



Black color preview on #9BB8D1 background

This text has black color on #9BB8D1 background.


White color preview on #9BB8D1 background

This text has white color on #9BB8D1 background.