COLOR #B9E3DC

HEX: #B9E3DC
RGB: (185,227,220)

Color info

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

RGB color model

#B9E3DC color RGB value is (185,227,220).

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

RGB channels and saturation

R 185 of 255 = 73%
G 227 of 255 = 89%
B 220 of 255 = 86%

185
227
220

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

Portions of RGB colors in percentages

R + G + B =
185 + 227 + 220 = 632 (100%)
R 185 of 632 ~ 29.27%
G 227 of 632 ~ 35.92%
B 220 of 632 ~ 34.81%

%29.27
%35.92
%34.81

CMYK color model

#B9E3DC color CMYK value is (19,0,3,11).

  • cyan value is 18.50%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK:
(19,0,3,11)
C19M0Y3K11 
(19%,0%,3%,11%)
(0.19/0.00/0.03/0.11)	

CMYK percentages

%18.5
%0
%3.08
%10.98

Codes

Color #B9E3DC in popluar color models

B9E3DC
RGB185227220
HSL170°42.86%80.78%
HSB/HSV170°18.50%89.02%
CMYK18.50%0.00%3.08%
10.98%

Color #B9E3DC in popluar number systems.

HEXB9E3DC
Decimal185227220
Binary101110011110001111011100
Octal271343334

Shades and tints

Shades of #B9E3DC

#B9E3DC
(185,227,220)
#A9CFC8
(169,207,200)
#99BBB4
(153,187,180)
#89A7A0
(137,167,160)
#79938C
(121,147,140)
#697F78
(105,127,120)
#596B64
(89,107,100)
#495750
(73,87,80)
#39433C
(57,67,60)
#292F28
(41,47,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9E3DC

#B9E3DC
(185,227,220)
#BFE5DF
(191,229,223)
#C5E7E2
(197,231,226)
#CBE9E5
(203,233,229)
#D1EBE8
(209,235,232)
#D7EDEB
(215,237,235)
#DDEFEE
(221,239,238)
#E3F1F1
(227,241,241)
#E9F3F4
(233,243,244)
#EFF5F7
(239,245,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E3DC; }

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

This text font color is #B9E3DC.


Background Color

.myBgColor { background-color: #B9E3DC; }

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

This div background color is #B9E3DC.


Border color

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

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

This div border color is #B9E3DC.


Opacity

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

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

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

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

This text has shadow with #B9E3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E3DC on black background.


Color preview on white background

This text has color #B9E3DC on white background.



Black color preview on #B9E3DC background

This text has black color on #B9E3DC background.


White color preview on #B9E3DC background

This text has white color on #B9E3DC background.