COLOR #B9F8E3

HEX: #B9F8E3 RGB: (185,248,227)

Color info

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

RGB color model

#B9F8E3 color RGB value is (185,248,227).

RGB: (185,248,227) (73%, 97%, 89%)

RGB channels and saturation

R 185 of 255 = 73%
G 248 of 255 = 97%
B 227 of 255 = 89%

185
248
227

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

Portions of RGB colors in percentages

R + G + B = 185 + 248 + 227 = 660 (100%)
R 185 of 660 ~ 28.03%
G 248 of 660 ~ 37.58%
B 227 of 660 ~ 34.39'%

%28.03
%37.58
%34.39

CMYK color model

#B9F8E3 color CMYK value is (25,0,8,3).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 8.47%
  • key color value is 2.75%

CMYK: (25,0,8,3)
C25M0Y8K3 (25%, 0%, 8%, 3%)
(0.25 / 0.00 / 0.08 / 0.03)

CMYK percentages

%25.4
%0
%8.47
%2.75

Codes

Color #B9F8E3 in popluar color models

B9 F8 E3
RGB 185 248 227
HSL 160° 81.82% 84.90%
HSB/HSV 160° 25.40% 97.25%
CMYK 25.40% 0.00% 8.47%
2.75%

Color #B9F8E3 in popluar number systems.

HEX B9 F8 E3
Decimal 185 248 227
Binary 10111001 11111000 11100011
Octal 271 370 343

Shades and tints

Shades of #B9F8E3

#B9F8E3
(185,248,227)
#A9E2CF
(169,226,207)
#99CCBB
(153,204,187)
#89B6A7
(137,182,167)
#79A093
(121,160,147)
#698A7F
(105,138,127)
#59746B
(89,116,107)
#495E57
(73,94,87)
#394843
(57,72,67)
#29322F
(41,50,47)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #B9F8E3

#B9F8E3
(185,248,227)
#BFF8E5
(191,248,229)
#C5F8E7
(197,248,231)
#CBF8E9
(203,248,233)
#D1F8EB
(209,248,235)
#D7F8ED
(215,248,237)
#DDF8EF
(221,248,239)
#E3F8F1
(227,248,241)
#E9F8F3
(233,248,243)
#EFF8F5
(239,248,245)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F8E3 color. Also use rgb(185,248,227) instead hex code.

Text Font Color

.myTextColor { color: #B9F8E3; }

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

This text font color is #B9F8E3.

Background Color

.myBgColor { background-color: #B9F8E3; }

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

This div background color is #B9F8E3.

Border color

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

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

This div border color is #B9F8E3.

Opacity

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

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

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

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

This text has shadow with #B9F8E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9F8E3.

Preview

Color preview on black background

This text has color #B9F8E3 on black background.


Color preview on white background

This text has color #B9F8E3 on white background.


Black color preview on #B9F8E3 background

This text has black color on #B9F8E3 background.


White color preview on #B9F8E3 background

This text has white color on #B9F8E3 background.


Related colors

Complementary color

Complementary color for #hex is #46071C.


I love getcolorcode.com

Triadic colors

1 #E3B9F8 and #F8E3B9 with #B9F8E3 are triadic colors.

2 #E3F8B9 and #F8B9E3 with #B9F8E3 are triadic colors.