COLOR #B9DAFF

HEX: #B9DAFF
RGB: (185,218,255)

Color info

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

RGB color model

#B9DAFF color RGB value is (185,218,255).

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

RGB channels and saturation

R 185 of 255 = 73%
G 218 of 255 = 85%
B 255 of 255 = 100%

185
218
255

R + G + B ~ 86%. #B9DAFF is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 218 + 255 = 658 (100%)
R 185 of 658 ~ 28.12%
G 218 of 658 ~ 33.13%
B 255 of 658 ~ 38.75%

%28.12
%33.13
%38.75

CMYK color model

#B9DAFF color CMYK value is (27,15,0,0).

  • cyan value is 27.45%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(27,15,0,0)
C27M15Y0K0 
(27%,15%,0%,0%)
(0.27/0.15/0.00/0.00)	

CMYK percentages

%27.45
%14.51
%0
%0

Codes

Color #B9DAFF in popluar color models

B9DAFF
RGB185218255
HSL212°100.00%86.27%
HSB/HSV212°27.45%100.00%
CMYK27.45%14.51%0.00%
0.00%

Color #B9DAFF in popluar number systems.

HEXB9DAFF
Decimal185218255
Binary101110011101101011111111
Octal271332377

Shades and tints

Shades of #B9DAFF

#B9DAFF
(185,218,255)
#A9C7E8
(169,199,232)
#99B4D1
(153,180,209)
#89A1BA
(137,161,186)
#798EA3
(121,142,163)
#697B8C
(105,123,140)
#596875
(89,104,117)
#49555E
(73,85,94)
#394247
(57,66,71)
#292F30
(41,47,48)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #B9DAFF

#B9DAFF
(185,218,255)
#BFDDFF
(191,221,255)
#C5E0FF
(197,224,255)
#CBE3FF
(203,227,255)
#D1E6FF
(209,230,255)
#D7E9FF
(215,233,255)
#DDECFF
(221,236,255)
#E3EFFF
(227,239,255)
#E9F2FF
(233,242,255)
#EFF5FF
(239,245,255)
#F5F8FF
(245,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DAFF; }

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

This text font color is #B9DAFF.


Background Color

.myBgColor { background-color: #B9DAFF; }

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

This div background color is #B9DAFF.


Border color

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

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

This div border color is #B9DAFF.


Opacity

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

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

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

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

This text has shadow with #B9DAFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DAFF on black background.


Color preview on white background

This text has color #B9DAFF on white background.



Black color preview on #B9DAFF background

This text has black color on #B9DAFF background.


White color preview on #B9DAFF background

This text has white color on #B9DAFF background.