COLOR #B9EDF5

HEX: #B9EDF5
RGB: (185,237,245)

Color info

#B9EDF5 contains mainly green and blue colors. Web safe color of #B9EDF5 is #CCFFFF (or #CFF).

RGB color model

#B9EDF5 color RGB value is (185,237,245).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 245 of 255 = 96%

185
237
245

R + G + B ~ 87%. #B9EDF5 is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 245 = 667 (100%)
R 185 of 667 ~ 27.74%
G 237 of 667 ~ 35.53%
B 245 of 667 ~ 36.73%

%27.74
%35.53
%36.73

CMYK color model

#B9EDF5 color CMYK value is (24,3,0,4).

  • cyan value is 24.49%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,3,0,4)
C24M3Y0K4 
(24%,3%,0%,4%)
(0.24/0.03/0.00/0.04)	

CMYK percentages

%24.49
%3.27
%0
%3.92

Codes

Color #B9EDF5 in popluar color models

B9EDF5
RGB185237245
HSL188°75.00%84.31%
HSB/HSV188°24.49%96.08%
CMYK24.49%3.27%0.00%
3.92%

Color #B9EDF5 in popluar number systems.

HEXB9EDF5
Decimal185237245
Binary101110011110110111110101
Octal271355365

Shades and tints

Shades of #B9EDF5

#B9EDF5
(185,237,245)
#A9D8DF
(169,216,223)
#99C3C9
(153,195,201)
#89AEB3
(137,174,179)
#79999D
(121,153,157)
#698487
(105,132,135)
#596F71
(89,111,113)
#495A5B
(73,90,91)
#394545
(57,69,69)
#29302F
(41,48,47)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #B9EDF5

#B9EDF5
(185,237,245)
#BFEEF5
(191,238,245)
#C5EFF5
(197,239,245)
#CBF0F5
(203,240,245)
#D1F1F5
(209,241,245)
#D7F2F5
(215,242,245)
#DDF3F5
(221,243,245)
#E3F4F5
(227,244,245)
#E9F5F5
(233,245,245)
#EFF6F5
(239,246,245)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDF5; }

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

This text font color is #B9EDF5.


Background Color

.myBgColor { background-color: #B9EDF5; }

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

This div background color is #B9EDF5.


Border color

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

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

This div border color is #B9EDF5.


Opacity

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

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

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

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

This text has shadow with #B9EDF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDF5 on black background.


Color preview on white background

This text has color #B9EDF5 on white background.



Black color preview on #B9EDF5 background

This text has black color on #B9EDF5 background.


White color preview on #B9EDF5 background

This text has white color on #B9EDF5 background.