COLOR #B9F2E3

HEX: #B9F2E3
RGB: (185,242,227)

Color info

#B9F2E3 contains red, green and blue colors in about the same proportion. Web safe color of #B9F2E3 is #CCFFCC (or #CFC).

RGB color model

#B9F2E3 color RGB value is (185,242,227).

  • red value is 185;
  • green value is 242;
  • blue value is 227.
RGB:
(185,242,227)
(73%,95%,89%)

RGB channels and saturation

R 185 of 255 = 73%
G 242 of 255 = 95%
B 227 of 255 = 89%

185
242
227

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

Portions of RGB colors in percentages

R + G + B =
185 + 242 + 227 = 654 (100%)
R 185 of 654 ~ 28.29%
G 242 of 654 ~ 37%
B 227 of 654 ~ 34.71%

%28.29
%37
%34.71

CMYK color model

#B9F2E3 color CMYK value is (24,0,6,5).

  • cyan value is 23.55%
  • magenta value is 0.00%
  • yellow value is 6.20%
  • key color value is 5.10%
CMYK:
(24,0,6,5)
C24M0Y6K5 
(24%,0%,6%,5%)
(0.24/0.00/0.06/0.05)	

CMYK percentages

%23.55
%0
%6.2
%5.1

Codes

Color #B9F2E3 in popluar color models

B9F2E3
RGB185242227
HSL164°68.67%83.73%
HSB/HSV164°23.55%94.90%
CMYK23.55%0.00%6.20%
5.10%

Color #B9F2E3 in popluar number systems.

HEXB9F2E3
Decimal185242227
Binary101110011111001011100011
Octal271362343

Shades and tints

Shades of #B9F2E3

#B9F2E3
(185,242,227)
#A9DCCF
(169,220,207)
#99C6BB
(153,198,187)
#89B0A7
(137,176,167)
#799A93
(121,154,147)
#69847F
(105,132,127)
#596E6B
(89,110,107)
#495857
(73,88,87)
#394243
(57,66,67)
#292C2F
(41,44,47)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #B9F2E3

#B9F2E3
(185,242,227)
#BFF3E5
(191,243,229)
#C5F4E7
(197,244,231)
#CBF5E9
(203,245,233)
#D1F6EB
(209,246,235)
#D7F7ED
(215,247,237)
#DDF8EF
(221,248,239)
#E3F9F1
(227,249,241)
#E9FAF3
(233,250,243)
#EFFBF5
(239,251,245)
#F5FCF7
(245,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F2E3; }

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

This text font color is #B9F2E3.


Background Color

.myBgColor { background-color: #B9F2E3; }

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

This div background color is #B9F2E3.


Border color

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

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

This div border color is #B9F2E3.


Opacity

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

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

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

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

This text has shadow with #B9F2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F2E3 on black background.


Color preview on white background

This text has color #B9F2E3 on white background.



Black color preview on #B9F2E3 background

This text has black color on #B9F2E3 background.


White color preview on #B9F2E3 background

This text has white color on #B9F2E3 background.