COLOR #B9E1DE

HEX: #B9E1DE
RGB: (185,225,222)

Color info

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

RGB color model

#B9E1DE color RGB value is (185,225,222).

  • red value is 185;
  • green value is 225;
  • blue value is 222.
RGB:
(185,225,222)
(73%,88%,87%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 222 of 255 = 87%

185
225
222

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

Portions of RGB colors in percentages

R + G + B =
185 + 225 + 222 = 632 (100%)
R 185 of 632 ~ 29.27%
G 225 of 632 ~ 35.6%
B 222 of 632 ~ 35.13%

%29.27
%35.6
%35.13

CMYK color model

#B9E1DE color CMYK value is (18,0,1,12).

  • cyan value is 17.78%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.76%
CMYK:
(18,0,1,12)
C18M0Y1K12 
(18%,0%,1%,12%)
(0.18/0.00/0.01/0.12)	

CMYK percentages

%17.78
%0
%1.33
%11.76

Codes

Color #B9E1DE in popluar color models

B9E1DE
RGB185225222
HSL176°40.00%80.39%
HSB/HSV176°17.78%88.24%
CMYK17.78%0.00%1.33%
11.76%

Color #B9E1DE in popluar number systems.

HEXB9E1DE
Decimal185225222
Binary101110011110000111011110
Octal271341336

Shades and tints

Shades of #B9E1DE

#B9E1DE
(185,225,222)
#A9CDCA
(169,205,202)
#99B9B6
(153,185,182)
#89A5A2
(137,165,162)
#79918E
(121,145,142)
#697D7A
(105,125,122)
#596966
(89,105,102)
#495552
(73,85,82)
#39413E
(57,65,62)
#292D2A
(41,45,42)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #B9E1DE

#B9E1DE
(185,225,222)
#BFE3E1
(191,227,225)
#C5E5E4
(197,229,228)
#CBE7E7
(203,231,231)
#D1E9EA
(209,233,234)
#D7EBED
(215,235,237)
#DDEDF0
(221,237,240)
#E3EFF3
(227,239,243)
#E9F1F6
(233,241,246)
#EFF3F9
(239,243,249)
#F5F5FC
(245,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E1DE color. Also use rgb(185,225,222) instead hex code.

Text Font Color

.myTextColor { color: #B9E1DE; }

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

This text font color is #B9E1DE.


Background Color

.myBgColor { background-color: #B9E1DE; }

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

This div background color is #B9E1DE.


Border color

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

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

This div border color is #B9E1DE.


Opacity

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

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

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

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

This text has shadow with #B9E1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E1DE on black background.


Color preview on white background

This text has color #B9E1DE on white background.



Black color preview on #B9E1DE background

This text has black color on #B9E1DE background.


White color preview on #B9E1DE background

This text has white color on #B9E1DE background.