COLOR #B9FED3

HEX: #B9FED3
RGB: (185,254,211)

Color info

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

RGB color model

#B9FED3 color RGB value is (185,254,211).

  • red value is 185;
  • green value is 254;
  • blue value is 211.
RGB:
(185,254,211)
(73%,100%,83%)

RGB channels and saturation

R 185 of 255 = 73%
G 254 of 255 = 100%
B 211 of 255 = 83%

185
254
211

R + G + B ~ 85%. #B9FED3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 254 + 211 = 650 (100%)
R 185 of 650 ~ 28.46%
G 254 of 650 ~ 39.08%
B 211 of 650 ~ 32.46%

%28.46
%39.08
%32.46

CMYK color model

#B9FED3 color CMYK value is (27,0,17,0).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 0.39%
CMYK:
(27,0,17,0)
C27M0Y17K0 
(27%,0%,17%,0%)
(0.27/0.00/0.17/0.00)	

CMYK percentages

%27.17
%0
%16.93
%0.39

Codes

Color #B9FED3 in popluar color models

B9FED3
RGB185254211
HSL143°97.18%86.08%
HSB/HSV143°27.17%99.61%
CMYK27.17%0.00%16.93%
0.39%

Color #B9FED3 in popluar number systems.

HEXB9FED3
Decimal185254211
Binary101110011111111011010011
Octal271376323

Shades and tints

Shades of #B9FED3

#B9FED3
(185,254,211)
#A9E7C0
(169,231,192)
#99D0AD
(153,208,173)
#89B99A
(137,185,154)
#79A287
(121,162,135)
#698B74
(105,139,116)
#597461
(89,116,97)
#495D4E
(73,93,78)
#39463B
(57,70,59)
#292F28
(41,47,40)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #B9FED3

#B9FED3
(185,254,211)
#BFFED7
(191,254,215)
#C5FEDB
(197,254,219)
#CBFEDF
(203,254,223)
#D1FEE3
(209,254,227)
#D7FEE7
(215,254,231)
#DDFEEB
(221,254,235)
#E3FEEF
(227,254,239)
#E9FEF3
(233,254,243)
#EFFEF7
(239,254,247)
#F5FEFB
(245,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FED3; }

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

This text font color is #B9FED3.


Background Color

.myBgColor { background-color: #B9FED3; }

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

This div background color is #B9FED3.


Border color

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

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

This div border color is #B9FED3.


Opacity

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

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

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

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

This text has shadow with #B9FED3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FED3 on black background.


Color preview on white background

This text has color #B9FED3 on white background.



Black color preview on #B9FED3 background

This text has black color on #B9FED3 background.


White color preview on #B9FED3 background

This text has white color on #B9FED3 background.