COLOR #B9EEDB

HEX: #B9EEDB RGB: (185,238,219)

Color info

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

RGB color model

#B9EEDB color RGB value is (185,238,219).

RGB: (185,238,219) (73%, 93%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 238 of 255 = 93%
B 219 of 255 = 86%

185
238
219

R + G + B ~ 84%. #B9EEDB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 238 + 219 = 642 (100%)
R 185 of 642 ~ 28.82%
G 238 of 642 ~ 37.07%
B 219 of 642 ~ 34.11'%

%28.82
%37.07
%34.11

CMYK color model

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

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 6.67%

CMYK: (22,0,8,7)
C22M0Y8K7 (22%, 0%, 8%, 7%)
(0.22 / 0.00 / 0.08 / 0.07)

CMYK percentages

%22.27
%0
%7.98
%6.67

Codes

Color #B9EEDB in popluar color models

B9 EE DB
RGB 185 238 219
HSL 158° 60.92% 82.94%
HSB/HSV 158° 22.27% 93.33%
CMYK 22.27% 0.00% 7.98%
6.67%

Color #B9EEDB in popluar number systems.

HEX B9 EE DB
Decimal 185 238 219
Binary 10111001 11101110 11011011
Octal 271 356 333

Shades and tints

Shades of #B9EEDB

#B9EEDB
(185,238,219)
#A9D9C8
(169,217,200)
#99C4B5
(153,196,181)
#89AFA2
(137,175,162)
#799A8F
(121,154,143)
#69857C
(105,133,124)
#597069
(89,112,105)
#495B56
(73,91,86)
#394643
(57,70,67)
#293130
(41,49,48)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #B9EEDB

#B9EEDB
(185,238,219)
#BFEFDE
(191,239,222)
#C5F0E1
(197,240,225)
#CBF1E4
(203,241,228)
#D1F2E7
(209,242,231)
#D7F3EA
(215,243,234)
#DDF4ED
(221,244,237)
#E3F5F0
(227,245,240)
#E9F6F3
(233,246,243)
#EFF7F6
(239,247,246)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EEDB; }

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

This text font color is #B9EEDB.

Background Color

.myBgColor { background-color: #B9EEDB; }

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

This div background color is #B9EEDB.

Border color

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

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

This div border color is #B9EEDB.

Opacity

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

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

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

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

This text has shadow with #B9EEDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9EEDB.

Preview

Color preview on black background

This text has color #B9EEDB on black background.


Color preview on white background

This text has color #B9EEDB on white background.


Black color preview on #B9EEDB background

This text has black color on #B9EEDB background.


White color preview on #B9EEDB background

This text has white color on #B9EEDB background.


Related colors

Complementary color

Complementary color for #hex is #461124.


I love getcolorcode.com

Triadic colors

1 #DBB9EE and #EEDBB9 with #B9EEDB are triadic colors.

2 #DBEEB9 and #EEB9DB with #B9EEDB are triadic colors.