COLOR #B9FDE2

HEX: #B9FDE2
RGB: (185,253,226)

Color info

#B9FDE2 contains mainly green and blue colors. Web safe color of #B9FDE2 is #CCFFCC (or #CFC).

RGB color model

#B9FDE2 color RGB value is (185,253,226).

  • red value is 185;
  • green value is 253;
  • blue value is 226.
RGB:
(185,253,226)
(73%,99%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 253 of 255 = 99%
B 226 of 255 = 89%

185
253
226

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

Portions of RGB colors in percentages

R + G + B =
185 + 253 + 226 = 664 (100%)
R 185 of 664 ~ 27.86%
G 253 of 664 ~ 38.1%
B 226 of 664 ~ 34.04%

%27.86
%38.1
%34.04

CMYK color model

#B9FDE2 color CMYK value is (27,0,11,1).

  • cyan value is 26.88%
  • magenta value is 0.00%
  • yellow value is 10.67%
  • key color value is 0.78%
CMYK:
(27,0,11,1)
C27M0Y11K1 
(27%,0%,11%,1%)
(0.27/0.00/0.11/0.01)	

CMYK percentages

%26.88
%0
%10.67
%0.78

Codes

Color #B9FDE2 in popluar color models

B9FDE2
RGB185253226
HSL156°94.44%85.88%
HSB/HSV156°26.88%99.22%
CMYK26.88%0.00%10.67%
0.78%

Color #B9FDE2 in popluar number systems.

HEXB9FDE2
Decimal185253226
Binary101110011111110111100010
Octal271375342

Shades and tints

Shades of #B9FDE2

#B9FDE2
(185,253,226)
#A9E6CE
(169,230,206)
#99CFBA
(153,207,186)
#89B8A6
(137,184,166)
#79A192
(121,161,146)
#698A7E
(105,138,126)
#59736A
(89,115,106)
#495C56
(73,92,86)
#394542
(57,69,66)
#292E2E
(41,46,46)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #B9FDE2

#B9FDE2
(185,253,226)
#BFFDE4
(191,253,228)
#C5FDE6
(197,253,230)
#CBFDE8
(203,253,232)
#D1FDEA
(209,253,234)
#D7FDEC
(215,253,236)
#DDFDEE
(221,253,238)
#E3FDF0
(227,253,240)
#E9FDF2
(233,253,242)
#EFFDF4
(239,253,244)
#F5FDF6
(245,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FDE2 color. Also use rgb(185,253,226) instead hex code.

Text Font Color

.myTextColor { color: #B9FDE2; }

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

This text font color is #B9FDE2.


Background Color

.myBgColor { background-color: #B9FDE2; }

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

This div background color is #B9FDE2.


Border color

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

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

This div border color is #B9FDE2.


Opacity

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

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

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

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

This text has shadow with #B9FDE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FDE2 on black background.


Color preview on white background

This text has color #B9FDE2 on white background.



Black color preview on #B9FDE2 background

This text has black color on #B9FDE2 background.


White color preview on #B9FDE2 background

This text has white color on #B9FDE2 background.