COLOR #B9D8F6

HEX: #B9D8F6 RGB: (185,216,246)

Color info

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

RGB color model

#B9D8F6 color RGB value is (185,216,246).

RGB: (185,216,246) (73%, 85%, 96%)

RGB channels and saturation

R 185 of 255 = 73%
G 216 of 255 = 85%
B 246 of 255 = 96%

185
216
246

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

Portions of RGB colors in percentages

R + G + B = 185 + 216 + 246 = 647 (100%)
R 185 of 647 ~ 28.59%
G 216 of 647 ~ 33.38%
B 246 of 647 ~ 38.02'%

%28.59
%33.38
%38.02

CMYK color model

#B9D8F6 color CMYK value is (25,12,0,4).

  • cyan value is 24.80%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (25,12,0,4)
C25M12Y0K4 (25%, 12%, 0%, 4%)
(0.25 / 0.12 / 0.00 / 0.04)

CMYK percentages

%24.8
%12.2
%0
%3.53

Codes

Color #B9D8F6 in popluar color models

B9 D8 F6
RGB 185 216 246
HSL 210° 77.22% 84.51%
HSB/HSV 210° 24.80% 96.47%
CMYK 24.80% 12.20% 0.00%
3.53%

Color #B9D8F6 in popluar number systems.

HEX B9 D8 F6
Decimal 185 216 246
Binary 10111001 11011000 11110110
Octal 271 330 366

Shades and tints

Shades of #B9D8F6

#B9D8F6
(185,216,246)
#A9C5E0
(169,197,224)
#99B2CA
(153,178,202)
#899FB4
(137,159,180)
#798C9E
(121,140,158)
#697988
(105,121,136)
#596672
(89,102,114)
#49535C
(73,83,92)
#394046
(57,64,70)
#292D30
(41,45,48)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #B9D8F6

#B9D8F6
(185,216,246)
#BFDBF6
(191,219,246)
#C5DEF6
(197,222,246)
#CBE1F6
(203,225,246)
#D1E4F6
(209,228,246)
#D7E7F6
(215,231,246)
#DDEAF6
(221,234,246)
#E3EDF6
(227,237,246)
#E9F0F6
(233,240,246)
#EFF3F6
(239,243,246)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D8F6 color. Also use rgb(185,216,246) instead hex code.

Text Font Color

.myTextColor { color: #B9D8F6; }

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

This text font color is #B9D8F6.

Background Color

.myBgColor { background-color: #B9D8F6; }

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

This div background color is #B9D8F6.

Border color

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

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

This div border color is #B9D8F6.

Opacity

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

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

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

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

This text has shadow with #B9D8F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D8F6.

Preview

Color preview on black background

This text has color #B9D8F6 on black background.


Color preview on white background

This text has color #B9D8F6 on white background.


Black color preview on #B9D8F6 background

This text has black color on #B9D8F6 background.


White color preview on #B9D8F6 background

This text has white color on #B9D8F6 background.


Related colors

Complementary color

Complementary color for #hex is #462709.


I love getcolorcode.com

Triadic colors

1 #F6B9D8 and #D8F6B9 with #B9D8F6 are triadic colors.

2 #F6D8B9 and #D8B9F6 with #B9D8F6 are triadic colors.