COLOR #B9F1E3

HEX: #B9F1E3
RGB: (185,241,227)

Color info

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

RGB color model

#B9F1E3 color RGB value is (185,241,227).

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

RGB channels and saturation

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

185
241
227

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

Portions of RGB colors in percentages

R + G + B =
185 + 241 + 227 = 653 (100%)
R 185 of 653 ~ 28.33%
G 241 of 653 ~ 36.91%
B 227 of 653 ~ 34.76%

%28.33
%36.91
%34.76

CMYK color model

#B9F1E3 color CMYK value is (23,0,6,5).

  • cyan value is 23.24%
  • magenta value is 0.00%
  • yellow value is 5.81%
  • key color value is 5.49%
CMYK:
(23,0,6,5)
C23M0Y6K5 
(23%,0%,6%,5%)
(0.23/0.00/0.06/0.05)	

CMYK percentages

%23.24
%0
%5.81
%5.49

Codes

Color #B9F1E3 in popluar color models

B9F1E3
RGB185241227
HSL165°66.67%83.53%
HSB/HSV165°23.24%94.51%
CMYK23.24%0.00%5.81%
5.49%

Color #B9F1E3 in popluar number systems.

HEXB9F1E3
Decimal185241227
Binary101110011111000111100011
Octal271361343

Shades and tints

Shades of #B9F1E3

#B9F1E3
(185,241,227)
#A9DCCF
(169,220,207)
#99C7BB
(153,199,187)
#89B2A7
(137,178,167)
#799D93
(121,157,147)
#69887F
(105,136,127)
#59736B
(89,115,107)
#495E57
(73,94,87)
#394943
(57,73,67)
#29342F
(41,52,47)
#191F1B
(25,31,27)
#000000
(0,0,0)

Tints of #B9F1E3

#B9F1E3
(185,241,227)
#BFF2E5
(191,242,229)
#C5F3E7
(197,243,231)
#CBF4E9
(203,244,233)
#D1F5EB
(209,245,235)
#D7F6ED
(215,246,237)
#DDF7EF
(221,247,239)
#E3F8F1
(227,248,241)
#E9F9F3
(233,249,243)
#EFFAF5
(239,250,245)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F1E3; }

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

This text font color is #B9F1E3.


Background Color

.myBgColor { background-color: #B9F1E3; }

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

This div background color is #B9F1E3.


Border color

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

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

This div border color is #B9F1E3.


Opacity

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

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

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

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

This text has shadow with #B9F1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F1E3 on black background.


Color preview on white background

This text has color #B9F1E3 on white background.



Black color preview on #B9F1E3 background

This text has black color on #B9F1E3 background.


White color preview on #B9F1E3 background

This text has white color on #B9F1E3 background.