COLOR #B9EAFE

HEX: #B9EAFE RGB: (185,234,254)

Color info

#B9EAFE contains mainly green and blue colors. Web safe color of #B9EAFE is #CCFFFF (or #CFF).

RGB color model

#B9EAFE color RGB value is (185,234,254).

RGB: (185,234,254) (73%, 92%, 100%)

RGB channels and saturation

R 185 of 255 = 73%
G 234 of 255 = 92%
B 254 of 255 = 100%

185
234
254

R + G + B ~ 88%. #B9EAFE is light color.

Portions of RGB colors in percentages

R + G + B = 185 + 234 + 254 = 673 (100%)
R 185 of 673 ~ 27.49%
G 234 of 673 ~ 34.77%
B 254 of 673 ~ 37.74'%

%27.49
%34.77
%37.74

CMYK color model

#B9EAFE color CMYK value is (27,8,0,0).

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

CMYK: (27,8,0,0)
C27M8Y0K0 (27%, 8%, 0%, 0%)
(0.27 / 0.08 / 0.00 / 0.00)

CMYK percentages

%27.17
%7.87
%0
%0.39

Codes

Color #B9EAFE in popluar color models

B9 EA FE
RGB 185 234 254
HSL 197° 97.18% 86.08%
HSB/HSV 197° 27.17% 99.61%
CMYK 27.17% 7.87% 0.00%
0.39%

Color #B9EAFE in popluar number systems.

HEX B9 EA FE
Decimal 185 234 254
Binary 10111001 11101010 11111110
Octal 271 352 376

Shades and tints

Shades of #B9EAFE

#B9EAFE
(185,234,254)
#A9D5E7
(169,213,231)
#99C0D0
(153,192,208)
#89ABB9
(137,171,185)
#7996A2
(121,150,162)
#69818B
(105,129,139)
#596C74
(89,108,116)
#49575D
(73,87,93)
#394246
(57,66,70)
#292D2F
(41,45,47)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #B9EAFE

#B9EAFE
(185,234,254)
#BFEBFE
(191,235,254)
#C5ECFE
(197,236,254)
#CBEDFE
(203,237,254)
#D1EEFE
(209,238,254)
#D7EFFE
(215,239,254)
#DDF0FE
(221,240,254)
#E3F1FE
(227,241,254)
#E9F2FE
(233,242,254)
#EFF3FE
(239,243,254)
#F5F4FE
(245,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EAFE; }

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

This text font color is #B9EAFE.

Background Color

.myBgColor { background-color: #B9EAFE; }

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

This div background color is #B9EAFE.

Border color

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

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

This div border color is #B9EAFE.

Opacity

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

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

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

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

This text has shadow with #B9EAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EAFE.

Preview

Color preview on black background

This text has color #B9EAFE on black background.


Color preview on white background

This text has color #B9EAFE on white background.


Black color preview on #B9EAFE background

This text has black color on #B9EAFE background.


White color preview on #B9EAFE background

This text has white color on #B9EAFE background.


Related colors

Complementary color

Complementary color for #hex is #461501.


I love getcolorcode.com

Triadic colors

1 #FEB9EA and #EAFEB9 with #B9EAFE are triadic colors.

2 #FEEAB9 and #EAB9FE with #B9EAFE are triadic colors.