COLOR #B9D9F7

HEX: #B9D9F7 RGB: (185,217,247)

Color info

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

RGB color model

#B9D9F7 color RGB value is (185,217,247).

RGB: (185,217,247) (73%, 85%, 97%)

RGB channels and saturation

R 185 of 255 = 73%
G 217 of 255 = 85%
B 247 of 255 = 97%

185
217
247

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

Portions of RGB colors in percentages

R + G + B = 185 + 217 + 247 = 649 (100%)
R 185 of 649 ~ 28.51%
G 217 of 649 ~ 33.44%
B 247 of 649 ~ 38.06'%

%28.51
%33.44
%38.06

CMYK color model

#B9D9F7 color CMYK value is (25,12,0,3).

  • cyan value is 25.10%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK: (25,12,0,3) C25M12Y0K3 (25%,12%,0%,3%) (0.25/0.12/0.00/0.03) 

CMYK percentages

%25.1
%12.15
%0
%3.14

Codes

Color #B9D9F7 in popluar color models

B9 D9 F7
RGB 185 217 247
HSL 209° 79.49% 84.71%
HSB/HSV 209° 25.10% 96.86%
CMYK 25.10% 12.15% 0.00%
3.14%

Color #B9D9F7 in popluar number systems.

HEX B9 D9 F7
Decimal 185 217 247
Binary 10111001 11011001 11110111
Octal 271 331 367

Shades and tints

Shades of #B9D9F7

#B9D9F7
(185,217,247)
#A9C6E1
(169,198,225)
#99B3CB
(153,179,203)
#89A0B5
(137,160,181)
#798D9F
(121,141,159)
#697A89
(105,122,137)
#596773
(89,103,115)
#49545D
(73,84,93)
#394147
(57,65,71)
#292E31
(41,46,49)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #B9D9F7

#B9D9F7
(185,217,247)
#BFDCF7
(191,220,247)
#C5DFF7
(197,223,247)
#CBE2F7
(203,226,247)
#D1E5F7
(209,229,247)
#D7E8F7
(215,232,247)
#DDEBF7
(221,235,247)
#E3EEF7
(227,238,247)
#E9F1F7
(233,241,247)
#EFF4F7
(239,244,247)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D9F7 color. Also use rgb(185,217,247) instead hex code.

Text Font Color

.myTextColor { color: #B9D9F7; }

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

This text font color is #B9D9F7.

Background Color

.myBgColor { background-color: #B9D9F7; }

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

This div background color is #B9D9F7.

Border color

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

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

This div border color is #B9D9F7.

Opacity

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

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

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

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

This text has shadow with #B9D9F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D9F7.

Preview

Color preview on black background

This text has color #B9D9F7 on black background.


Color preview on white background

This text has color #B9D9F7 on white background.


Black color preview on #B9D9F7 background

This text has black color on #B9D9F7 background.


White color preview on #B9D9F7 background

This text has white color on #B9D9F7 background.


Related colors

Complementary color

Complementary color for #hex is #462608.


I love getcolorcode.com

Triadic colors

1 #F7B9D9 and #D9F7B9 with #B9D9F7 are triadic colors.

2 #F7D9B9 and #D9B9F7 with #B9D9F7 are triadic colors.