COLOR #B9E6E3

HEX: #B9E6E3
RGB: (185,230,227)

Color info

#B9E6E3 contains red, green and blue colors in about the same proportion. Web safe color of #B9E6E3 is #CCCCCC (or #CCC).

RGB color model

#B9E6E3 color RGB value is (185,230,227).

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

RGB channels and saturation

R 185 of 255 = 73%
G 230 of 255 = 90%
B 227 of 255 = 89%

185
230
227

R + G + B ~ 84%. #B9E6E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 230 + 227 = 642 (100%)
R 185 of 642 ~ 28.82%
G 230 of 642 ~ 35.83%
B 227 of 642 ~ 35.36%

%28.82
%35.83
%35.36

CMYK color model

#B9E6E3 color CMYK value is (20,0,1,10).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 9.80%
CMYK:
(20,0,1,10)
C20M0Y1K10 
(20%,0%,1%,10%)
(0.20/0.00/0.01/0.10)	

CMYK percentages

%19.57
%0
%1.3
%9.8

Codes

Color #B9E6E3 in popluar color models

B9E6E3
RGB185230227
HSL176°47.37%81.37%
HSB/HSV176°19.57%90.20%
CMYK19.57%0.00%1.30%
9.80%

Color #B9E6E3 in popluar number systems.

HEXB9E6E3
Decimal185230227
Binary101110011110011011100011
Octal271346343

Shades and tints

Shades of #B9E6E3

#B9E6E3
(185,230,227)
#A9D2CF
(169,210,207)
#99BEBB
(153,190,187)
#89AAA7
(137,170,167)
#799693
(121,150,147)
#69827F
(105,130,127)
#596E6B
(89,110,107)
#495A57
(73,90,87)
#394643
(57,70,67)
#29322F
(41,50,47)
#191E1B
(25,30,27)
#000000
(0,0,0)

Tints of #B9E6E3

#B9E6E3
(185,230,227)
#BFE8E5
(191,232,229)
#C5EAE7
(197,234,231)
#CBECE9
(203,236,233)
#D1EEEB
(209,238,235)
#D7F0ED
(215,240,237)
#DDF2EF
(221,242,239)
#E3F4F1
(227,244,241)
#E9F6F3
(233,246,243)
#EFF8F5
(239,248,245)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E6E3; }

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

This text font color is #B9E6E3.


Background Color

.myBgColor { background-color: #B9E6E3; }

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

This div background color is #B9E6E3.


Border color

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

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

This div border color is #B9E6E3.


Opacity

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

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

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

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

This text has shadow with #B9E6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E6E3 on black background.


Color preview on white background

This text has color #B9E6E3 on white background.



Black color preview on #B9E6E3 background

This text has black color on #B9E6E3 background.


White color preview on #B9E6E3 background

This text has white color on #B9E6E3 background.