COLOR #B9ECDF

HEX: #B9ECDF RGB: (185,236,223)

Color info

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

RGB color model

#B9ECDF color RGB value is (185,236,223).

RGB: (185,236,223) (73%, 93%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 236 of 255 = 93%
B 223 of 255 = 87%

185
236
223

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

Portions of RGB colors in percentages

R + G + B = 185 + 236 + 223 = 644 (100%)
R 185 of 644 ~ 28.73%
G 236 of 644 ~ 36.65%
B 223 of 644 ~ 34.63'%

%28.73
%36.65
%34.63

CMYK color model

#B9ECDF color CMYK value is (22,0,6,7).

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

CMYK: (22,0,6,7)
C22M0Y6K7 (22%, 0%, 6%, 7%)
(0.22 / 0.00 / 0.06 / 0.07)

CMYK percentages

%21.61
%0
%5.51
%7.45

Codes

Color #B9ECDF in popluar color models

B9 EC DF
RGB 185 236 223
HSL 165° 57.30% 82.55%
HSB/HSV 165° 21.61% 92.55%
CMYK 21.61% 0.00% 5.51%
7.45%

Color #B9ECDF in popluar number systems.

HEX B9 EC DF
Decimal 185 236 223
Binary 10111001 11101100 11011111
Octal 271 354 337

Shades and tints

Shades of #B9ECDF

#B9ECDF
(185,236,223)
#A9D7CB
(169,215,203)
#99C2B7
(153,194,183)
#89ADA3
(137,173,163)
#79988F
(121,152,143)
#69837B
(105,131,123)
#596E67
(89,110,103)
#495953
(73,89,83)
#39443F
(57,68,63)
#292F2B
(41,47,43)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #B9ECDF

#B9ECDF
(185,236,223)
#BFEDE1
(191,237,225)
#C5EEE3
(197,238,227)
#CBEFE5
(203,239,229)
#D1F0E7
(209,240,231)
#D7F1E9
(215,241,233)
#DDF2EB
(221,242,235)
#E3F3ED
(227,243,237)
#E9F4EF
(233,244,239)
#EFF5F1
(239,245,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9ECDF; }

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

This text font color is #B9ECDF.

Background Color

.myBgColor { background-color: #B9ECDF; }

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

This div background color is #B9ECDF.

Border color

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

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

This div border color is #B9ECDF.

Opacity

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

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

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

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

This text has shadow with #B9ECDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9ECDF.

Preview

Color preview on black background

This text has color #B9ECDF on black background.


Color preview on white background

This text has color #B9ECDF on white background.


Black color preview on #B9ECDF background

This text has black color on #B9ECDF background.


White color preview on #B9ECDF background

This text has white color on #B9ECDF background.


Related colors

Complementary color

Complementary color for #hex is #461320.


I love getcolorcode.com

Triadic colors

1 #DFB9EC and #ECDFB9 with #B9ECDF are triadic colors.

2 #DFECB9 and #ECB9DF with #B9ECDF are triadic colors.