COLOR #B9EBDA

HEX: #B9EBDA
RGB: (185,235,218)

Color info

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

RGB color model

#B9EBDA color RGB value is (185,235,218).

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

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 218 of 255 = 85%

185
235
218

R + G + B ~ 83%. #B9EBDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 235 + 218 = 638 (100%)
R 185 of 638 ~ 29%
G 235 of 638 ~ 36.83%
B 218 of 638 ~ 34.17%

%29
%36.83
%34.17

CMYK color model

#B9EBDA color CMYK value is (21,0,7,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 7.84%
CMYK: (21,0,7,8) C21M0Y7K8 (21%,0%,7%,8%) (0.21/0.00/0.07/0.08)

CMYK percentages

%21.28
%0
%7.23
%7.84

Codes

Color #B9EBDA in popluar color models

B9EBDA
RGB185235218
HSL160°55.56%82.35%
HSB/HSV160°21.28%92.16%
CMYK21.28%0.00%7.23%
7.84%

Color #B9EBDA in popluar number systems.

HEXB9EBDA
Decimal185235218
Binary101110011110101111011010
Octal271353332

Shades and tints

Shades of #B9EBDA

#B9EBDA
(185,235,218)
#A9D6C7
(169,214,199)
#99C1B4
(153,193,180)
#89ACA1
(137,172,161)
#79978E
(121,151,142)
#69827B
(105,130,123)
#596D68
(89,109,104)
#495855
(73,88,85)
#394342
(57,67,66)
#292E2F
(41,46,47)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #B9EBDA

#B9EBDA
(185,235,218)
#BFECDD
(191,236,221)
#C5EDE0
(197,237,224)
#CBEEE3
(203,238,227)
#D1EFE6
(209,239,230)
#D7F0E9
(215,240,233)
#DDF1EC
(221,241,236)
#E3F2EF
(227,242,239)
#E9F3F2
(233,243,242)
#EFF4F5
(239,244,245)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EBDA; }

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

This text font color is #B9EBDA.


Background Color

.myBgColor { background-color: #B9EBDA; }

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

This div background color is #B9EBDA.


Border color

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

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

This div border color is #B9EBDA.


Opacity

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

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

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

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

This text has shadow with #B9EBDA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B9EBDA on black background.


Color preview on white background

This text has color #B9EBDA on white background.



Black color preview on #B9EBDA background

This text has black color on #B9EBDA background.


White color preview on #B9EBDA background

This text has white color on #B9EBDA background.