COLOR #9BB8DF

HEX: #9BB8DF
RGB: (155,184,223)

Color info

#9BB8DF contains mainly green and blue colors. Web safe color of #9BB8DF is #99CCCC (or #9CC).

RGB color model

#9BB8DF color RGB value is (155,184,223).

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

RGB channels and saturation

R 155 of 255 = 61%
G 184 of 255 = 72%
B 223 of 255 = 87%

155
184
223

R + G + B ~ 73%. #9BB8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 184 + 223 = 562 (100%)
R 155 of 562 ~ 27.58%
G 184 of 562 ~ 32.74%
B 223 of 562 ~ 39.68%

%27.58
%32.74
%39.68

CMYK color model

#9BB8DF color CMYK value is (30,17,0,13).

  • cyan value is 30.49%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(30,17,0,13)
C30M17Y0K13 
(30%,17%,0%,13%)
(0.30/0.17/0.00/0.13)	

CMYK percentages

%30.49
%17.49
%0
%12.55

Codes

Color #9BB8DF in popluar color models

9BB8DF
RGB155184223
HSL214°51.52%74.12%
HSB/HSV214°30.49%87.45%
CMYK30.49%17.49%0.00%
12.55%

Color #9BB8DF in popluar number systems.

HEX9BB8DF
Decimal155184223
Binary100110111011100011011111
Octal233270337

Shades and tints

Shades of #9BB8DF

#9BB8DF
(155,184,223)
#8DA8CB
(141,168,203)
#7F98B7
(127,152,183)
#7188A3
(113,136,163)
#63788F
(99,120,143)
#55687B
(85,104,123)
#475867
(71,88,103)
#394853
(57,72,83)
#2B383F
(43,56,63)
#1D282B
(29,40,43)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #9BB8DF

#9BB8DF
(155,184,223)
#A4BEE1
(164,190,225)
#ADC4E3
(173,196,227)
#B6CAE5
(182,202,229)
#BFD0E7
(191,208,231)
#C8D6E9
(200,214,233)
#D1DCEB
(209,220,235)
#DAE2ED
(218,226,237)
#E3E8EF
(227,232,239)
#ECEEF1
(236,238,241)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB8DF; }

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

This text font color is #9BB8DF.


Background Color

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

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

This div background color is #9BB8DF.


Border color

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

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

This div border color is #9BB8DF.


Opacity

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

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

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

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

This text has shadow with #9BB8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB8DF on black background.


Color preview on white background

This text has color #9BB8DF on white background.



Black color preview on #9BB8DF background

This text has black color on #9BB8DF background.


White color preview on #9BB8DF background

This text has white color on #9BB8DF background.