COLOR #B9E6D8

HEX: #B9E6D8
RGB: (185,230,216)

Color info

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

RGB color model

#B9E6D8 color RGB value is (185,230,216).

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

RGB channels and saturation

R 185 of 255 = 73%
G 230 of 255 = 90%
B 216 of 255 = 85%

185
230
216

R + G + B ~ 83%. #B9E6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 230 + 216 = 631 (100%)
R 185 of 631 ~ 29.32%
G 230 of 631 ~ 36.45%
B 216 of 631 ~ 34.23%

%29.32
%36.45
%34.23

CMYK color model

#B9E6D8 color CMYK value is (20,0,6,10).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(20,0,6,10)
C20M0Y6K10 
(20%,0%,6%,10%)
(0.20/0.00/0.06/0.10)	

CMYK percentages

%19.57
%0
%6.09
%9.8

Codes

Color #B9E6D8 in popluar color models

B9E6D8
RGB185230216
HSL161°47.37%81.37%
HSB/HSV161°19.57%90.20%
CMYK19.57%0.00%6.09%
9.80%

Color #B9E6D8 in popluar number systems.

HEXB9E6D8
Decimal185230216
Binary101110011110011011011000
Octal271346330

Shades and tints

Shades of #B9E6D8

#B9E6D8
(185,230,216)
#A9D2C5
(169,210,197)
#99BEB2
(153,190,178)
#89AA9F
(137,170,159)
#79968C
(121,150,140)
#698279
(105,130,121)
#596E66
(89,110,102)
#495A53
(73,90,83)
#394640
(57,70,64)
#29322D
(41,50,45)
#191E1A
(25,30,26)
#000000
(0,0,0)

Tints of #B9E6D8

#B9E6D8
(185,230,216)
#BFE8DB
(191,232,219)
#C5EADE
(197,234,222)
#CBECE1
(203,236,225)
#D1EEE4
(209,238,228)
#D7F0E7
(215,240,231)
#DDF2EA
(221,242,234)
#E3F4ED
(227,244,237)
#E9F6F0
(233,246,240)
#EFF8F3
(239,248,243)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E6D8; }

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

This text font color is #B9E6D8.


Background Color

.myBgColor { background-color: #B9E6D8; }

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

This div background color is #B9E6D8.


Border color

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

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

This div border color is #B9E6D8.


Opacity

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

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

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

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

This text has shadow with #B9E6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E6D8 on black background.


Color preview on white background

This text has color #B9E6D8 on white background.



Black color preview on #B9E6D8 background

This text has black color on #B9E6D8 background.


White color preview on #B9E6D8 background

This text has white color on #B9E6D8 background.