COLOR #B9FED4

HEX: #B9FED4 RGB: (185,254,212)

Color info

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

RGB color model

#B9FED4 color RGB value is (185,254,212).

RGB: (185,254,212) (73%, 100%, 83%)

RGB channels and saturation

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

185
254
212

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

Portions of RGB colors in percentages

R + G + B = 185 + 254 + 212 = 651 (100%)
R 185 of 651 ~ 28.42%
G 254 of 651 ~ 39.02%
B 212 of 651 ~ 32.57'%

%28.42
%39.02
%32.57

CMYK color model

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

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 16.54%
  • 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.54
%0.39

Codes

Color #B9FED4 in popluar color models

B9 FE D4
RGB 185 254 212
HSL 143° 97.18% 86.08%
HSB/HSV 143° 27.17% 99.61%
CMYK 27.17% 0.00% 16.54%
0.39%

Color #B9FED4 in popluar number systems.

HEX B9 FE D4
Decimal 185 254 212
Binary 10111001 11111110 11010100
Octal 271 376 324

Shades and tints

Shades of #B9FED4

#B9FED4
(185,254,212)
#A9E7C1
(169,231,193)
#99D0AE
(153,208,174)
#89B99B
(137,185,155)
#79A288
(121,162,136)
#698B75
(105,139,117)
#597462
(89,116,98)
#495D4F
(73,93,79)
#39463C
(57,70,60)
#292F29
(41,47,41)
#191816
(25,24,22)
#000000
(0,0,0)

Tints of #B9FED4

#B9FED4
(185,254,212)
#BFFED7
(191,254,215)
#C5FEDA
(197,254,218)
#CBFEDD
(203,254,221)
#D1FEE0
(209,254,224)
#D7FEE3
(215,254,227)
#DDFEE6
(221,254,230)
#E3FEE9
(227,254,233)
#E9FEEC
(233,254,236)
#EFFEEF
(239,254,239)
#F5FEF2
(245,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FED4; }

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

This text font color is #B9FED4.

Background Color

.myBgColor { background-color: #B9FED4; }

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

This div background color is #B9FED4.

Border color

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

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

This div border color is #B9FED4.

Opacity

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

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

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

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

This text has shadow with #B9FED4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FED4.

Preview

Color preview on black background

This text has color #B9FED4 on black background.


Color preview on white background

This text has color #B9FED4 on white background.


Black color preview on #B9FED4 background

This text has black color on #B9FED4 background.


White color preview on #B9FED4 background

This text has white color on #B9FED4 background.


Related colors

Complementary color

Complementary color for #hex is #46012B.


I love getcolorcode.com

Triadic colors

1 #D4B9FE and #FED4B9 with #B9FED4 are triadic colors.

2 #D4FEB9 and #FEB9D4 with #B9FED4 are triadic colors.