COLOR #B9FCE5

HEX: #B9FCE5 RGB: (185,252,229)

Color info

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

RGB color model

#B9FCE5 color RGB value is (185,252,229).

RGB: (185,252,229) (73%, 99%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 252 of 255 = 99%
B 229 of 255 = 90%

185
252
229

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

Portions of RGB colors in percentages

R + G + B = 185 + 252 + 229 = 666 (100%)
R 185 of 666 ~ 27.78%
G 252 of 666 ~ 37.84%
B 229 of 666 ~ 34.38'%

%27.78
%37.84
%34.38

CMYK color model

#B9FCE5 color CMYK value is (27,0,9,1).

  • cyan value is 26.59%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 1.18%

CMYK: (27,0,9,1)
C27M0Y9K1 (27%, 0%, 9%, 1%)
(0.27 / 0.00 / 0.09 / 0.01)

CMYK percentages

%26.59
%0
%9.13
%1.18

Codes

Color #B9FCE5 in popluar color models

B9 FC E5
RGB 185 252 229
HSL 159° 91.78% 85.69%
HSB/HSV 159° 26.59% 98.82%
CMYK 26.59% 0.00% 9.13%
1.18%

Color #B9FCE5 in popluar number systems.

HEX B9 FC E5
Decimal 185 252 229
Binary 10111001 11111100 11100101
Octal 271 374 345

Shades and tints

Shades of #B9FCE5

#B9FCE5
(185,252,229)
#A9E6D1
(169,230,209)
#99D0BD
(153,208,189)
#89BAA9
(137,186,169)
#79A495
(121,164,149)
#698E81
(105,142,129)
#59786D
(89,120,109)
#496259
(73,98,89)
#394C45
(57,76,69)
#293631
(41,54,49)
#19201D
(25,32,29)
#000000
(0,0,0)

Tints of #B9FCE5

#B9FCE5
(185,252,229)
#BFFCE7
(191,252,231)
#C5FCE9
(197,252,233)
#CBFCEB
(203,252,235)
#D1FCED
(209,252,237)
#D7FCEF
(215,252,239)
#DDFCF1
(221,252,241)
#E3FCF3
(227,252,243)
#E9FCF5
(233,252,245)
#EFFCF7
(239,252,247)
#F5FCF9
(245,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FCE5 color. Also use rgb(185,252,229) instead hex code.

Text Font Color

.myTextColor { color: #B9FCE5; }

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

This text font color is #B9FCE5.

Background Color

.myBgColor { background-color: #B9FCE5; }

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

This div background color is #B9FCE5.

Border color

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

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

This div border color is #B9FCE5.

Opacity

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

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

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

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

This text has shadow with #B9FCE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9FCE5.

Preview

Color preview on black background

This text has color #B9FCE5 on black background.


Color preview on white background

This text has color #B9FCE5 on white background.


Black color preview on #B9FCE5 background

This text has black color on #B9FCE5 background.


White color preview on #B9FCE5 background

This text has white color on #B9FCE5 background.


Related colors

Complementary color

Complementary color for #hex is #46031A.


I love getcolorcode.com

Triadic colors

1 #E5B9FC and #FCE5B9 with #B9FCE5 are triadic colors.

2 #E5FCB9 and #FCB9E5 with #B9FCE5 are triadic colors.