COLOR #B9EDE5

HEX: #B9EDE5
RGB: (185,237,229)

Color info

#B9EDE5 contains red, green and blue colors in about the same proportion. Web safe color of #B9EDE5 is #CCFFCC (or #CFC).

RGB color model

#B9EDE5 color RGB value is (185,237,229).

  • red value is 185;
  • green value is 237;
  • blue value is 229.
RGB:
(185,237,229)
(73%,93%,90%)

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 229 of 255 = 90%

185
237
229

R + G + B ~ 85%. #B9EDE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 229 = 651 (100%)
R 185 of 651 ~ 28.42%
G 237 of 651 ~ 36.41%
B 229 of 651 ~ 35.18%

%28.42
%36.41
%35.18

CMYK color model

#B9EDE5 color CMYK value is (22,0,3,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 3.38%
  • key color value is 7.06%
CMYK:
(22,0,3,7)
C22M0Y3K7 
(22%,0%,3%,7%)
(0.22/0.00/0.03/0.07)	

CMYK percentages

%21.94
%0
%3.38
%7.06

Codes

Color #B9EDE5 in popluar color models

B9EDE5
RGB185237229
HSL171°59.09%82.75%
HSB/HSV171°21.94%92.94%
CMYK21.94%0.00%3.38%
7.06%

Color #B9EDE5 in popluar number systems.

HEXB9EDE5
Decimal185237229
Binary101110011110110111100101
Octal271355345

Shades and tints

Shades of #B9EDE5

#B9EDE5
(185,237,229)
#A9D8D1
(169,216,209)
#99C3BD
(153,195,189)
#89AEA9
(137,174,169)
#799995
(121,153,149)
#698481
(105,132,129)
#596F6D
(89,111,109)
#495A59
(73,90,89)
#394545
(57,69,69)
#293031
(41,48,49)
#191B1D
(25,27,29)
#000000
(0,0,0)

Tints of #B9EDE5

#B9EDE5
(185,237,229)
#BFEEE7
(191,238,231)
#C5EFE9
(197,239,233)
#CBF0EB
(203,240,235)
#D1F1ED
(209,241,237)
#D7F2EF
(215,242,239)
#DDF3F1
(221,243,241)
#E3F4F3
(227,244,243)
#E9F5F5
(233,245,245)
#EFF6F7
(239,246,247)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9EDE5 color. Also use rgb(185,237,229) instead hex code.

Text Font Color

.myTextColor { color: #B9EDE5; }

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

This text font color is #B9EDE5.


Background Color

.myBgColor { background-color: #B9EDE5; }

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

This div background color is #B9EDE5.


Border color

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

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

This div border color is #B9EDE5.


Opacity

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

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

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

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

This text has shadow with #B9EDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDE5 on black background.


Color preview on white background

This text has color #B9EDE5 on white background.



Black color preview on #B9EDE5 background

This text has black color on #B9EDE5 background.


White color preview on #B9EDE5 background

This text has white color on #B9EDE5 background.