COLOR #B9E6D0

HEX: #B9E6D0 RGB: (185,230,208)

Color info

#B9E6D0 contains red, green and blue colors in about the same proportion. Web safe color of #B9E6D0 is #CCCCCC (or #CCC).

RGB color model

#B9E6D0 color RGB value is (185,230,208).

RGB: (185,230,208) (73%, 90%, 82%)

RGB channels and saturation

R 185 of 255 = 73%
G 230 of 255 = 90%
B 208 of 255 = 82%

185
230
208

R + G + B ~ 82%. #B9E6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 230 + 208 = 623 (100%)
R 185 of 623 ~ 29.7%
G 230 of 623 ~ 36.92%
B 208 of 623 ~ 33.39'%

%29.7
%36.92
%33.39

CMYK color model

#B9E6D0 color CMYK value is (20,0,10,10).

  • cyan value is 19.57%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%

CMYK: (20,0,10,10)
C20M0Y10K10 (20%, 0%, 10%, 10%)
(0.20 / 0.00 / 0.10 / 0.10)

CMYK percentages

%19.57
%0
%9.57
%9.8

Codes

Color #B9E6D0 in popluar color models

B9 E6 D0
RGB 185 230 208
HSL 151° 47.37% 81.37%
HSB/HSV 151° 19.57% 90.20%
CMYK 19.57% 0.00% 9.57%
9.80%

Color #B9E6D0 in popluar number systems.

HEX B9 E6 D0
Decimal 185 230 208
Binary 10111001 11100110 11010000
Octal 271 346 320

Shades and tints

Shades of #B9E6D0

#B9E6D0
(185,230,208)
#A9D2BE
(169,210,190)
#99BEAC
(153,190,172)
#89AA9A
(137,170,154)
#799688
(121,150,136)
#698276
(105,130,118)
#596E64
(89,110,100)
#495A52
(73,90,82)
#394640
(57,70,64)
#29322E
(41,50,46)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #B9E6D0

#B9E6D0
(185,230,208)
#BFE8D4
(191,232,212)
#C5EAD8
(197,234,216)
#CBECDC
(203,236,220)
#D1EEE0
(209,238,224)
#D7F0E4
(215,240,228)
#DDF2E8
(221,242,232)
#E3F4EC
(227,244,236)
#E9F6F0
(233,246,240)
#EFF8F4
(239,248,244)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E6D0; }

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

This text font color is #B9E6D0.

Background Color

.myBgColor { background-color: #B9E6D0; }

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

This div background color is #B9E6D0.

Border color

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

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

This div border color is #B9E6D0.

Opacity

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

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

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

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

This text has shadow with #B9E6D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E6D0.

Preview

Color preview on black background

This text has color #B9E6D0 on black background.


Color preview on white background

This text has color #B9E6D0 on white background.


Black color preview on #B9E6D0 background

This text has black color on #B9E6D0 background.


White color preview on #B9E6D0 background

This text has white color on #B9E6D0 background.


Related colors

Complementary color

Complementary color for #hex is #46192F.


I love getcolorcode.com

Triadic colors

1 #D0B9E6 and #E6D0B9 with #B9E6D0 are triadic colors.

2 #D0E6B9 and #E6B9D0 with #B9E6D0 are triadic colors.