COLOR #B9E6DF

HEX: #B9E6DF
RGB: (185,230,223)

Color info

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

RGB color model

#B9E6DF color RGB value is (185,230,223).

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

RGB channels and saturation

R 185 of 255 = 73%
G 230 of 255 = 90%
B 223 of 255 = 87%

185
230
223

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

Portions of RGB colors in percentages

R + G + B =
185 + 230 + 223 = 638 (100%)
R 185 of 638 ~ 29%
G 230 of 638 ~ 36.05%
B 223 of 638 ~ 34.95%

%29
%36.05
%34.95

CMYK color model

#B9E6DF color CMYK value is (20,0,3,10).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 3.04%
  • key color value is 9.80%
CMYK:
(20,0,3,10)
C20M0Y3K10 
(20%,0%,3%,10%)
(0.20/0.00/0.03/0.10)	

CMYK percentages

%19.57
%0
%3.04
%9.8

Codes

Color #B9E6DF in popluar color models

B9E6DF
RGB185230223
HSL171°47.37%81.37%
HSB/HSV171°19.57%90.20%
CMYK19.57%0.00%3.04%
9.80%

Color #B9E6DF in popluar number systems.

HEXB9E6DF
Decimal185230223
Binary101110011110011011011111
Octal271346337

Shades and tints

Shades of #B9E6DF

#B9E6DF
(185,230,223)
#A9D2CB
(169,210,203)
#99BEB7
(153,190,183)
#89AAA3
(137,170,163)
#79968F
(121,150,143)
#69827B
(105,130,123)
#596E67
(89,110,103)
#495A53
(73,90,83)
#39463F
(57,70,63)
#29322B
(41,50,43)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #B9E6DF

#B9E6DF
(185,230,223)
#BFE8E1
(191,232,225)
#C5EAE3
(197,234,227)
#CBECE5
(203,236,229)
#D1EEE7
(209,238,231)
#D7F0E9
(215,240,233)
#DDF2EB
(221,242,235)
#E3F4ED
(227,244,237)
#E9F6EF
(233,246,239)
#EFF8F1
(239,248,241)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E6DF; }

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

This text font color is #B9E6DF.


Background Color

.myBgColor { background-color: #B9E6DF; }

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

This div background color is #B9E6DF.


Border color

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

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

This div border color is #B9E6DF.


Opacity

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

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

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

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

This text has shadow with #B9E6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E6DF on black background.


Color preview on white background

This text has color #B9E6DF on white background.



Black color preview on #B9E6DF background

This text has black color on #B9E6DF background.


White color preview on #B9E6DF background

This text has white color on #B9E6DF background.