COLOR #9BB4DF

HEX: #9BB4DF
RGB: (155,180,223)

Color info

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

RGB color model

#9BB4DF color RGB value is (155,180,223).

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

RGB channels and saturation

R 155 of 255 = 61%
G 180 of 255 = 71%
B 223 of 255 = 87%

155
180
223

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

Portions of RGB colors in percentages

R + G + B =
155 + 180 + 223 = 558 (100%)
R 155 of 558 ~ 27.78%
G 180 of 558 ~ 32.26%
B 223 of 558 ~ 39.96%

%27.78
%32.26
%39.96

CMYK color model

#9BB4DF color CMYK value is (30,19,0,13).

  • cyan value is 30.49%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(30,19,0,13)
C30M19Y0K13 
(30%,19%,0%,13%)
(0.30/0.19/0.00/0.13)	

CMYK percentages

%30.49
%19.28
%0
%12.55

Codes

Color #9BB4DF in popluar color models

9BB4DF
RGB155180223
HSL218°51.52%74.12%
HSB/HSV218°30.49%87.45%
CMYK30.49%19.28%0.00%
12.55%

Color #9BB4DF in popluar number systems.

HEX9BB4DF
Decimal155180223
Binary100110111011010011011111
Octal233264337

Shades and tints

Shades of #9BB4DF

#9BB4DF
(155,180,223)
#8DA4CB
(141,164,203)
#7F94B7
(127,148,183)
#7184A3
(113,132,163)
#63748F
(99,116,143)
#55647B
(85,100,123)
#475467
(71,84,103)
#394453
(57,68,83)
#2B343F
(43,52,63)
#1D242B
(29,36,43)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9BB4DF

#9BB4DF
(155,180,223)
#A4BAE1
(164,186,225)
#ADC0E3
(173,192,227)
#B6C6E5
(182,198,229)
#BFCCE7
(191,204,231)
#C8D2E9
(200,210,233)
#D1D8EB
(209,216,235)
#DADEED
(218,222,237)
#E3E4EF
(227,228,239)
#ECEAF1
(236,234,241)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BB4DF; }

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

This text font color is #9BB4DF.


Background Color

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

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

This div background color is #9BB4DF.


Border color

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

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

This div border color is #9BB4DF.


Opacity

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

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

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

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

This text has shadow with #9BB4DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BB4DF on black background.


Color preview on white background

This text has color #9BB4DF on white background.



Black color preview on #9BB4DF background

This text has black color on #9BB4DF background.


White color preview on #9BB4DF background

This text has white color on #9BB4DF background.