COLOR #B9EDEA

HEX: #B9EDEA
RGB: (185,237,234)

Color info

#B9EDEA contains red, green and blue colors in about the same proportion. Web safe color of #B9EDEA is #CCFFFF (or #CFF).

RGB color model

#B9EDEA color RGB value is (185,237,234).

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

RGB channels and saturation

R 185 of 255 = 73%
G 237 of 255 = 93%
B 234 of 255 = 92%

185
237
234

R + G + B ~ 86%. #B9EDEA is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 234 = 656 (100%)
R 185 of 656 ~ 28.2%
G 237 of 656 ~ 36.13%
B 234 of 656 ~ 35.67%

%28.2
%36.13
%35.67

CMYK color model

#B9EDEA color CMYK value is (22,0,1,7).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 7.06%
CMYK:
(22,0,1,7)
C22M0Y1K7 
(22%,0%,1%,7%)
(0.22/0.00/0.01/0.07)	

CMYK percentages

%21.94
%0
%1.27
%7.06

Codes

Color #B9EDEA in popluar color models

B9EDEA
RGB185237234
HSL177°59.09%82.75%
HSB/HSV177°21.94%92.94%
CMYK21.94%0.00%1.27%
7.06%

Color #B9EDEA in popluar number systems.

HEXB9EDEA
Decimal185237234
Binary101110011110110111101010
Octal271355352

Shades and tints

Shades of #B9EDEA

#B9EDEA
(185,237,234)
#A9D8D5
(169,216,213)
#99C3C0
(153,195,192)
#89AEAB
(137,174,171)
#799996
(121,153,150)
#698481
(105,132,129)
#596F6C
(89,111,108)
#495A57
(73,90,87)
#394542
(57,69,66)
#29302D
(41,48,45)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #B9EDEA

#B9EDEA
(185,237,234)
#BFEEEB
(191,238,235)
#C5EFEC
(197,239,236)
#CBF0ED
(203,240,237)
#D1F1EE
(209,241,238)
#D7F2EF
(215,242,239)
#DDF3F0
(221,243,240)
#E3F4F1
(227,244,241)
#E9F5F2
(233,245,242)
#EFF6F3
(239,246,243)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDEA; }

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

This text font color is #B9EDEA.


Background Color

.myBgColor { background-color: #B9EDEA; }

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

This div background color is #B9EDEA.


Border color

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

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

This div border color is #B9EDEA.


Opacity

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

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

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

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

This text has shadow with #B9EDEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDEA on black background.


Color preview on white background

This text has color #B9EDEA on white background.



Black color preview on #B9EDEA background

This text has black color on #B9EDEA background.


White color preview on #B9EDEA background

This text has white color on #B9EDEA background.