COLOR #B9EDED

HEX: #B9EDED
RGB: (185,237,237)

Color info

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

RGB color model

#B9EDED color RGB value is (185,237,237).

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

RGB channels and saturation

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

185
237
237

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

Portions of RGB colors in percentages

R + G + B =
185 + 237 + 237 = 659 (100%)
R 185 of 659 ~ 28.07%
G 237 of 659 ~ 35.96%
B 237 of 659 ~ 35.96%

%28.07
%35.96
%35.96

CMYK color model

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

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

CMYK percentages

%21.94
%0
%0
%7.06

Codes

Color #B9EDED in popluar color models

B9EDED
RGB185237237
HSL180°59.09%82.75%
HSB/HSV180°21.94%92.94%
CMYK21.94%0.00%0.00%
7.06%

Color #B9EDED in popluar number systems.

HEXB9EDED
Decimal185237237
Binary101110011110110111101101
Octal271355355

Shades and tints

Shades of #B9EDED

#B9EDED
(185,237,237)
#A9D8D8
(169,216,216)
#99C3C3
(153,195,195)
#89AEAE
(137,174,174)
#799999
(121,153,153)
#698484
(105,132,132)
#596F6F
(89,111,111)
#495A5A
(73,90,90)
#394545
(57,69,69)
#293030
(41,48,48)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #B9EDED

#B9EDED
(185,237,237)
#BFEEEE
(191,238,238)
#C5EFEF
(197,239,239)
#CBF0F0
(203,240,240)
#D1F1F1
(209,241,241)
#D7F2F2
(215,242,242)
#DDF3F3
(221,243,243)
#E3F4F4
(227,244,244)
#E9F5F5
(233,245,245)
#EFF6F6
(239,246,246)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EDED; }

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

This text font color is #B9EDED.


Background Color

.myBgColor { background-color: #B9EDED; }

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

This div background color is #B9EDED.


Border color

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

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

This div border color is #B9EDED.


Opacity

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

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

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

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

This text has shadow with #B9EDED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EDED on black background.


Color preview on white background

This text has color #B9EDED on white background.



Black color preview on #B9EDED background

This text has black color on #B9EDED background.


White color preview on #B9EDED background

This text has white color on #B9EDED background.