COLOR #B9E1F4

HEX: #B9E1F4 RGB: (185,225,244)

Color info

#B9E1F4 contains red, green and blue colors in about the same proportion. Web safe color of #B9E1F4 is #CCCCFF (or #CCF).

RGB color model

#B9E1F4 color RGB value is (185,225,244).

RGB: (185,225,244) (73%, 88%, 96%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 244 of 255 = 96%

185
225
244

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

Portions of RGB colors in percentages

R + G + B = 185 + 225 + 244 = 654 (100%)
R 185 of 654 ~ 28.29%
G 225 of 654 ~ 34.4%
B 244 of 654 ~ 37.31'%

%28.29
%34.4
%37.31

CMYK color model

#B9E1F4 color CMYK value is (24,8,0,4).

  • cyan value is 24.18%
  • magenta value is 7.79%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (24,8,0,4)
C24M8Y0K4 (24%, 8%, 0%, 4%)
(0.24 / 0.08 / 0.00 / 0.04)

CMYK percentages

%24.18
%7.79
%0
%4.31

Codes

Color #B9E1F4 in popluar color models

B9 E1 F4
RGB 185 225 244
HSL 199° 72.84% 84.12%
HSB/HSV 199° 24.18% 95.69%
CMYK 24.18% 7.79% 0.00%
4.31%

Color #B9E1F4 in popluar number systems.

HEX B9 E1 F4
Decimal 185 225 244
Binary 10111001 11100001 11110100
Octal 271 341 364

Shades and tints

Shades of #B9E1F4

#B9E1F4
(185,225,244)
#A9CDDE
(169,205,222)
#99B9C8
(153,185,200)
#89A5B2
(137,165,178)
#79919C
(121,145,156)
#697D86
(105,125,134)
#596970
(89,105,112)
#49555A
(73,85,90)
#394144
(57,65,68)
#292D2E
(41,45,46)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #B9E1F4

#B9E1F4
(185,225,244)
#BFE3F5
(191,227,245)
#C5E5F6
(197,229,246)
#CBE7F7
(203,231,247)
#D1E9F8
(209,233,248)
#D7EBF9
(215,235,249)
#DDEDFA
(221,237,250)
#E3EFFB
(227,239,251)
#E9F1FC
(233,241,252)
#EFF3FD
(239,243,253)
#F5F5FE
(245,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E1F4 color. Also use rgb(185,225,244) instead hex code.

Text Font Color

.myTextColor { color: #B9E1F4; }

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

This text font color is #B9E1F4.

Background Color

.myBgColor { background-color: #B9E1F4; }

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

This div background color is #B9E1F4.

Border color

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

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

This div border color is #B9E1F4.

Opacity

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

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

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

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

This text has shadow with #B9E1F4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E1F4.

Preview

Color preview on black background

This text has color #B9E1F4 on black background.


Color preview on white background

This text has color #B9E1F4 on white background.


Black color preview on #B9E1F4 background

This text has black color on #B9E1F4 background.


White color preview on #B9E1F4 background

This text has white color on #B9E1F4 background.


Related colors

Complementary color

Complementary color for #hex is #461E0B.


I love getcolorcode.com

Triadic colors

1 #F4B9E1 and #E1F4B9 with #B9E1F4 are triadic colors.

2 #F4E1B9 and #E1B9F4 with #B9E1F4 are triadic colors.