COLOR #B9FAEA

HEX: #B9FAEA RGB: (185,250,234)

Color info

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

RGB color model

#B9FAEA color RGB value is (185,250,234).

RGB: (185,250,234) (73%, 98%, 92%)

RGB channels and saturation

R 185 of 255 = 73%
G 250 of 255 = 98%
B 234 of 255 = 92%

185
250
234

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

Portions of RGB colors in percentages

R + G + B = 185 + 250 + 234 = 669 (100%)
R 185 of 669 ~ 27.65%
G 250 of 669 ~ 37.37%
B 234 of 669 ~ 34.98'%

%27.65
%37.37
%34.98

CMYK color model

#B9FAEA color CMYK value is (26,0,6,2).

  • cyan value is 26.00%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 1.96%

CMYK: (26,0,6,2)
C26M0Y6K2 (26%, 0%, 6%, 2%)
(0.26 / 0.00 / 0.06 / 0.02)

CMYK percentages

%26
%0
%6.4
%1.96

Codes

Color #B9FAEA in popluar color models

B9 FA EA
RGB 185 250 234
HSL 165° 86.67% 85.29%
HSB/HSV 165° 26.00% 98.04%
CMYK 26.00% 0.00% 6.40%
1.96%

Color #B9FAEA in popluar number systems.

HEX B9 FA EA
Decimal 185 250 234
Binary 10111001 11111010 11101010
Octal 271 372 352

Shades and tints

Shades of #B9FAEA

#B9FAEA
(185,250,234)
#A9E4D5
(169,228,213)
#99CEC0
(153,206,192)
#89B8AB
(137,184,171)
#79A296
(121,162,150)
#698C81
(105,140,129)
#59766C
(89,118,108)
#496057
(73,96,87)
#394A42
(57,74,66)
#29342D
(41,52,45)
#191E18
(25,30,24)
#000000
(0,0,0)

Tints of #B9FAEA

#B9FAEA
(185,250,234)
#BFFAEB
(191,250,235)
#C5FAEC
(197,250,236)
#CBFAED
(203,250,237)
#D1FAEE
(209,250,238)
#D7FAEF
(215,250,239)
#DDFAF0
(221,250,240)
#E3FAF1
(227,250,241)
#E9FAF2
(233,250,242)
#EFFAF3
(239,250,243)
#F5FAF4
(245,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FAEA; }

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

This text font color is #B9FAEA.

Background Color

.myBgColor { background-color: #B9FAEA; }

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

This div background color is #B9FAEA.

Border color

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

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

This div border color is #B9FAEA.

Opacity

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

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

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

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

This text has shadow with #B9FAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FAEA.

Preview

Color preview on black background

This text has color #B9FAEA on black background.


Color preview on white background

This text has color #B9FAEA on white background.


Black color preview on #B9FAEA background

This text has black color on #B9FAEA background.


White color preview on #B9FAEA background

This text has white color on #B9FAEA background.


Related colors

Complementary color

Complementary color for #hex is #460515.


I love getcolorcode.com

Triadic colors

1 #EAB9FA and #FAEAB9 with #B9FAEA are triadic colors.

2 #EAFAB9 and #FAB9EA with #B9FAEA are triadic colors.