COLOR #B9E4FE

HEX: #B9E4FE RGB: (185,228,254)

Color info

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

RGB color model

#B9E4FE color RGB value is (185,228,254).

RGB: (185,228,254) (73%, 89%, 100%)

RGB channels and saturation

R 185 of 255 = 73%
G 228 of 255 = 89%
B 254 of 255 = 100%

185
228
254

R + G + B ~ 87%. #B9E4FE is light color.

Portions of RGB colors in percentages

R + G + B = 185 + 228 + 254 = 667 (100%)
R 185 of 667 ~ 27.74%
G 228 of 667 ~ 34.18%
B 254 of 667 ~ 38.08'%

%27.74
%34.18
%38.08

CMYK color model

#B9E4FE color CMYK value is (27,10,0,0).

  • cyan value is 27.17%
  • magenta value is 10.24%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (27,10,0,0)
C27M10Y0K0 (27%, 10%, 0%, 0%)
(0.27 / 0.10 / 0.00 / 0.00)

CMYK percentages

%27.17
%10.24
%0
%0.39

Codes

Color #B9E4FE in popluar color models

B9 E4 FE
RGB 185 228 254
HSL 203° 97.18% 86.08%
HSB/HSV 203° 27.17% 99.61%
CMYK 27.17% 10.24% 0.00%
0.39%

Color #B9E4FE in popluar number systems.

HEX B9 E4 FE
Decimal 185 228 254
Binary 10111001 11100100 11111110
Octal 271 344 376

Shades and tints

Shades of #B9E4FE

#B9E4FE
(185,228,254)
#A9D0E7
(169,208,231)
#99BCD0
(153,188,208)
#89A8B9
(137,168,185)
#7994A2
(121,148,162)
#69808B
(105,128,139)
#596C74
(89,108,116)
#49585D
(73,88,93)
#394446
(57,68,70)
#29302F
(41,48,47)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #B9E4FE

#B9E4FE
(185,228,254)
#BFE6FE
(191,230,254)
#C5E8FE
(197,232,254)
#CBEAFE
(203,234,254)
#D1ECFE
(209,236,254)
#D7EEFE
(215,238,254)
#DDF0FE
(221,240,254)
#E3F2FE
(227,242,254)
#E9F4FE
(233,244,254)
#EFF6FE
(239,246,254)
#F5F8FE
(245,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E4FE color. Also use rgb(185,228,254) instead hex code.

Text Font Color

.myTextColor { color: #B9E4FE; }

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

This text font color is #B9E4FE.

Background Color

.myBgColor { background-color: #B9E4FE; }

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

This div background color is #B9E4FE.

Border color

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

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

This div border color is #B9E4FE.

Opacity

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

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

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

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

This text has shadow with #B9E4FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E4FE.

Preview

Color preview on black background

This text has color #B9E4FE on black background.


Color preview on white background

This text has color #B9E4FE on white background.


Black color preview on #B9E4FE background

This text has black color on #B9E4FE background.


White color preview on #B9E4FE background

This text has white color on #B9E4FE background.


Related colors

Complementary color

Complementary color for #hex is #461B01.


I love getcolorcode.com

Triadic colors

1 #FEB9E4 and #E4FEB9 with #B9E4FE are triadic colors.

2 #FEE4B9 and #E4B9FE with #B9E4FE are triadic colors.