COLOR #B9ECD1

HEX: #B9ECD1 RGB: (185,236,209)

Color info

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

RGB color model

#B9ECD1 color RGB value is (185,236,209).

RGB: (185,236,209) (73%, 93%, 82%)

RGB channels and saturation

R 185 of 255 = 73%
G 236 of 255 = 93%
B 209 of 255 = 82%

185
236
209

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

Portions of RGB colors in percentages

R + G + B = 185 + 236 + 209 = 630 (100%)
R 185 of 630 ~ 29.37%
G 236 of 630 ~ 37.46%
B 209 of 630 ~ 33.17'%

%29.37
%37.46
%33.17

CMYK color model

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

  • cyan value is 21.61%
  • magenta value is 0.00%
  • yellow value is 11.44%
  • key color value is 7.45%

CMYK: (22,0,11,7)
C22M0Y11K7 (22%, 0%, 11%, 7%)
(0.22 / 0.00 / 0.11 / 0.07)

CMYK percentages

%21.61
%0
%11.44
%7.45

Codes

Color #B9ECD1 in popluar color models

B9 EC D1
RGB 185 236 209
HSL 148° 57.30% 82.55%
HSB/HSV 148° 21.61% 92.55%
CMYK 21.61% 0.00% 11.44%
7.45%

Color #B9ECD1 in popluar number systems.

HEX B9 EC D1
Decimal 185 236 209
Binary 10111001 11101100 11010001
Octal 271 354 321

Shades and tints

Shades of #B9ECD1

#B9ECD1
(185,236,209)
#A9D7BE
(169,215,190)
#99C2AB
(153,194,171)
#89AD98
(137,173,152)
#799885
(121,152,133)
#698372
(105,131,114)
#596E5F
(89,110,95)
#49594C
(73,89,76)
#394439
(57,68,57)
#292F26
(41,47,38)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #B9ECD1

#B9ECD1
(185,236,209)
#BFEDD5
(191,237,213)
#C5EED9
(197,238,217)
#CBEFDD
(203,239,221)
#D1F0E1
(209,240,225)
#D7F1E5
(215,241,229)
#DDF2E9
(221,242,233)
#E3F3ED
(227,243,237)
#E9F4F1
(233,244,241)
#EFF5F5
(239,245,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ECD1; }

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

This text font color is #B9ECD1.

Background Color

.myBgColor { background-color: #B9ECD1; }

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

This div background color is #B9ECD1.

Border color

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

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

This div border color is #B9ECD1.

Opacity

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

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

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

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

This text has shadow with #B9ECD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ECD1.

Preview

Color preview on black background

This text has color #B9ECD1 on black background.


Color preview on white background

This text has color #B9ECD1 on white background.


Black color preview on #B9ECD1 background

This text has black color on #B9ECD1 background.


White color preview on #B9ECD1 background

This text has white color on #B9ECD1 background.


Related colors

Complementary color

Complementary color for #hex is #46132E.


I love getcolorcode.com

Triadic colors

1 #D1B9EC and #ECD1B9 with #B9ECD1 are triadic colors.

2 #D1ECB9 and #ECB9D1 with #B9ECD1 are triadic colors.