COLOR #B9EBE5

HEX: #B9EBE5
RGB: (185,235,229)

Color info

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

RGB color model

#B9EBE5 color RGB value is (185,235,229).

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

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 229 of 255 = 90%

185
235
229

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

Portions of RGB colors in percentages

R + G + B =
185 + 235 + 229 = 649 (100%)
R 185 of 649 ~ 28.51%
G 235 of 649 ~ 36.21%
B 229 of 649 ~ 35.29%

%28.51
%36.21
%35.29

CMYK color model

#B9EBE5 color CMYK value is (21,0,3,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 7.84%
CMYK:
(21,0,3,8)
C21M0Y3K8 
(21%,0%,3%,8%)
(0.21/0.00/0.03/0.08)	

CMYK percentages

%21.28
%0
%2.55
%7.84

Codes

Color #B9EBE5 in popluar color models

B9EBE5
RGB185235229
HSL173°55.56%82.35%
HSB/HSV173°21.28%92.16%
CMYK21.28%0.00%2.55%
7.84%

Color #B9EBE5 in popluar number systems.

HEXB9EBE5
Decimal185235229
Binary101110011110101111100101
Octal271353345

Shades and tints

Shades of #B9EBE5

#B9EBE5
(185,235,229)
#A9D6D1
(169,214,209)
#99C1BD
(153,193,189)
#89ACA9
(137,172,169)
#799795
(121,151,149)
#698281
(105,130,129)
#596D6D
(89,109,109)
#495859
(73,88,89)
#394345
(57,67,69)
#292E31
(41,46,49)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #B9EBE5

#B9EBE5
(185,235,229)
#BFECE7
(191,236,231)
#C5EDE9
(197,237,233)
#CBEEEB
(203,238,235)
#D1EFED
(209,239,237)
#D7F0EF
(215,240,239)
#DDF1F1
(221,241,241)
#E3F2F3
(227,242,243)
#E9F3F5
(233,243,245)
#EFF4F7
(239,244,247)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EBE5; }

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

This text font color is #B9EBE5.


Background Color

.myBgColor { background-color: #B9EBE5; }

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

This div background color is #B9EBE5.


Border color

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

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

This div border color is #B9EBE5.


Opacity

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

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

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

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

This text has shadow with #B9EBE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EBE5 on black background.


Color preview on white background

This text has color #B9EBE5 on white background.



Black color preview on #B9EBE5 background

This text has black color on #B9EBE5 background.


White color preview on #B9EBE5 background

This text has white color on #B9EBE5 background.