COLOR #B9D0FF

HEX: #B9D0FF
RGB: (185,208,255)

Color info

#B9D0FF contains mainly green and blue colors. Web safe color of #B9D0FF is #CCCCFF (or #CCF).

RGB color model

#B9D0FF color RGB value is (185,208,255).

  • red value is 185;
  • green value is 208;
  • blue value is 255.
RGB:
(185,208,255)
(73%,82%,100%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 255 of 255 = 100%

185
208
255

R + G + B ~ 85%. #B9D0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 208 + 255 = 648 (100%)
R 185 of 648 ~ 28.55%
G 208 of 648 ~ 32.1%
B 255 of 648 ~ 39.35%

%28.55
%32.1
%39.35

CMYK color model

#B9D0FF color CMYK value is (27,18,0,0).

  • cyan value is 27.45%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(27,18,0,0)
C27M18Y0K0 
(27%,18%,0%,0%)
(0.27/0.18/0.00/0.00)	

CMYK percentages

%27.45
%18.43
%0
%0

Codes

Color #B9D0FF in popluar color models

B9D0FF
RGB185208255
HSL220°100.00%86.27%
HSB/HSV220°27.45%100.00%
CMYK27.45%18.43%0.00%
0.00%

Color #B9D0FF in popluar number systems.

HEXB9D0FF
Decimal185208255
Binary101110011101000011111111
Octal271320377

Shades and tints

Shades of #B9D0FF

#B9D0FF
(185,208,255)
#A9BEE8
(169,190,232)
#99ACD1
(153,172,209)
#899ABA
(137,154,186)
#7988A3
(121,136,163)
#69768C
(105,118,140)
#596475
(89,100,117)
#49525E
(73,82,94)
#394047
(57,64,71)
#292E30
(41,46,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #B9D0FF

#B9D0FF
(185,208,255)
#BFD4FF
(191,212,255)
#C5D8FF
(197,216,255)
#CBDCFF
(203,220,255)
#D1E0FF
(209,224,255)
#D7E4FF
(215,228,255)
#DDE8FF
(221,232,255)
#E3ECFF
(227,236,255)
#E9F0FF
(233,240,255)
#EFF4FF
(239,244,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D0FF color. Also use rgb(185,208,255) instead hex code.

Text Font Color

.myTextColor { color: #B9D0FF; }

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

This text font color is #B9D0FF.


Background Color

.myBgColor { background-color: #B9D0FF; }

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

This div background color is #B9D0FF.


Border color

.myBorderColor { border: 1px solid #B9D0FF; }

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

This div border color is #B9D0FF.


Opacity

.myOpacity80 { color: #B9D0FF; opacity: 0.8; }

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

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

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

This text has shadow with #B9D0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D0FF on black background.


Color preview on white background

This text has color #B9D0FF on white background.



Black color preview on #B9D0FF background

This text has black color on #B9D0FF background.


White color preview on #B9D0FF background

This text has white color on #B9D0FF background.