COLOR #B9FBEA

HEX: #B9FBEA RGB: (185,251,234)

Color info

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

RGB color model

#B9FBEA color RGB value is (185,251,234).

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

RGB channels and saturation

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

185
251
234

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

Portions of RGB colors in percentages

R + G + B = 185 + 251 + 234 = 670 (100%)
R 185 of 670 ~ 27.61%
G 251 of 670 ~ 37.46%
B 234 of 670 ~ 34.93'%

%27.61
%37.46
%34.93

CMYK color model

#B9FBEA color CMYK value is (26,0,7,2).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 6.77%
  • key color value is 1.57%
CMYK: (26,0,7,2) C26M0Y7K2 (26%,0%,7%,2%) (0.26/0.00/0.07/0.02) 

CMYK percentages

%26.29
%0
%6.77
%1.57

Codes

Color #B9FBEA in popluar color models

B9 FB EA
RGB 185 251 234
HSL 165° 89.19% 85.49%
HSB/HSV 165° 26.29% 98.43%
CMYK 26.29% 0.00% 6.77%
1.57%

Color #B9FBEA in popluar number systems.

HEX B9 FB EA
Decimal 185 251 234
Binary 10111001 11111011 11101010
Octal 271 373 352

Shades and tints

Shades of #B9FBEA

#B9FBEA
(185,251,234)
#A9E5D5
(169,229,213)
#99CFC0
(153,207,192)
#89B9AB
(137,185,171)
#79A396
(121,163,150)
#698D81
(105,141,129)
#59776C
(89,119,108)
#496157
(73,97,87)
#394B42
(57,75,66)
#29352D
(41,53,45)
#191F18
(25,31,24)
#000000
(0,0,0)

Tints of #B9FBEA

#B9FBEA
(185,251,234)
#BFFBEB
(191,251,235)
#C5FBEC
(197,251,236)
#CBFBED
(203,251,237)
#D1FBEE
(209,251,238)
#D7FBEF
(215,251,239)
#DDFBF0
(221,251,240)
#E3FBF1
(227,251,241)
#E9FBF2
(233,251,242)
#EFFBF3
(239,251,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FBEA; }

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

This text font color is #B9FBEA.

Background Color

.myBgColor { background-color: #B9FBEA; }

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

This div background color is #B9FBEA.

Border color

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

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

This div border color is #B9FBEA.

Opacity

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

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

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

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

This text has shadow with #B9FBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FBEA.

Preview

Color preview on black background

This text has color #B9FBEA on black background.


Color preview on white background

This text has color #B9FBEA on white background.


Black color preview on #B9FBEA background

This text has black color on #B9FBEA background.


White color preview on #B9FBEA background

This text has white color on #B9FBEA background.


Related colors

Complementary color

Complementary color for #hex is #460415.


I love getcolorcode.com

Triadic colors

1 #EAB9FB and #FBEAB9 with #B9FBEA are triadic colors.

2 #EAFBB9 and #FBB9EA with #B9FBEA are triadic colors.