COLOR #B9FED5

HEX: #B9FED5 RGB: (185,254,213)

Color info

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

RGB color model

#B9FED5 color RGB value is (185,254,213).

RGB: (185,254,213) (73%, 100%, 84%)

RGB channels and saturation

R 185 of 255 = 73%
G 254 of 255 = 100%
B 213 of 255 = 84%

185
254
213

R + G + B ~ 86%. #B9FED5 is light color.

Portions of RGB colors in percentages

R + G + B = 185 + 254 + 213 = 652 (100%)
R 185 of 652 ~ 28.37%
G 254 of 652 ~ 38.96%
B 213 of 652 ~ 32.67'%

%28.37
%38.96
%32.67

CMYK color model

#B9FED5 color CMYK value is (27,0,16,0).

  • cyan value is 27.17%
  • magenta value is 0.00%
  • yellow value is 16.14%
  • key color value is 0.39%

CMYK: (27,0,16,0)
C27M0Y16K0 (27%, 0%, 16%, 0%)
(0.27 / 0.00 / 0.16 / 0.00)

CMYK percentages

%27.17
%0
%16.14
%0.39

Codes

Color #B9FED5 in popluar color models

B9 FE D5
RGB 185 254 213
HSL 144° 97.18% 86.08%
HSB/HSV 144° 27.17% 99.61%
CMYK 27.17% 0.00% 16.14%
0.39%

Color #B9FED5 in popluar number systems.

HEX B9 FE D5
Decimal 185 254 213
Binary 10111001 11111110 11010101
Octal 271 376 325

Shades and tints

Shades of #B9FED5

#B9FED5
(185,254,213)
#A9E7C2
(169,231,194)
#99D0AF
(153,208,175)
#89B99C
(137,185,156)
#79A289
(121,162,137)
#698B76
(105,139,118)
#597463
(89,116,99)
#495D50
(73,93,80)
#39463D
(57,70,61)
#292F2A
(41,47,42)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #B9FED5

#B9FED5
(185,254,213)
#BFFED8
(191,254,216)
#C5FEDB
(197,254,219)
#CBFEDE
(203,254,222)
#D1FEE1
(209,254,225)
#D7FEE4
(215,254,228)
#DDFEE7
(221,254,231)
#E3FEEA
(227,254,234)
#E9FEED
(233,254,237)
#EFFEF0
(239,254,240)
#F5FEF3
(245,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FED5; }

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

This text font color is #B9FED5.

Background Color

.myBgColor { background-color: #B9FED5; }

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

This div background color is #B9FED5.

Border color

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

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

This div border color is #B9FED5.

Opacity

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

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

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

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

This text has shadow with #B9FED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FED5.

Preview

Color preview on black background

This text has color #B9FED5 on black background.


Color preview on white background

This text has color #B9FED5 on white background.


Black color preview on #B9FED5 background

This text has black color on #B9FED5 background.


White color preview on #B9FED5 background

This text has white color on #B9FED5 background.


Related colors

Complementary color

Complementary color for #hex is #46012A.


I love getcolorcode.com

Triadic colors

1 #D5B9FE and #FED5B9 with #B9FED5 are triadic colors.

2 #D5FEB9 and #FEB9D5 with #B9FED5 are triadic colors.