COLOR #B9E4EC

HEX: #B9E4EC RGB: (185,228,236)

Color info

#B9E4EC contains red, green and blue colors in about the same proportion. Web safe color of #B9E4EC is #CCCCFF (or #CCF).

RGB color model

#B9E4EC color RGB value is (185,228,236).

RGB: (185,228,236) (73%, 89%, 93%)

RGB channels and saturation

R 185 of 255 = 73%
G 228 of 255 = 89%
B 236 of 255 = 93%

185
228
236

R + G + B ~ 85%. #B9E4EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 228 + 236 = 649 (100%)
R 185 of 649 ~ 28.51%
G 228 of 649 ~ 35.13%
B 236 of 649 ~ 36.36'%

%28.51
%35.13
%36.36

CMYK color model

#B9E4EC color CMYK value is (22,3,0,7).

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

CMYK: (22,3,0,7)
C22M3Y0K7 (22%, 3%, 0%, 7%)
(0.22 / 0.03 / 0.00 / 0.07)

CMYK percentages

%21.61
%3.39
%0
%7.45

Codes

Color #B9E4EC in popluar color models

B9 E4 EC
RGB 185 228 236
HSL 189° 57.30% 82.55%
HSB/HSV 189° 21.61% 92.55%
CMYK 21.61% 3.39% 0.00%
7.45%

Color #B9E4EC in popluar number systems.

HEX B9 E4 EC
Decimal 185 228 236
Binary 10111001 11100100 11101100
Octal 271 344 354

Shades and tints

Shades of #B9E4EC

#B9E4EC
(185,228,236)
#A9D0D7
(169,208,215)
#99BCC2
(153,188,194)
#89A8AD
(137,168,173)
#799498
(121,148,152)
#698083
(105,128,131)
#596C6E
(89,108,110)
#495859
(73,88,89)
#394444
(57,68,68)
#29302F
(41,48,47)
#191C1A
(25,28,26)
#000000
(0,0,0)

Tints of #B9E4EC

#B9E4EC
(185,228,236)
#BFE6ED
(191,230,237)
#C5E8EE
(197,232,238)
#CBEAEF
(203,234,239)
#D1ECF0
(209,236,240)
#D7EEF1
(215,238,241)
#DDF0F2
(221,240,242)
#E3F2F3
(227,242,243)
#E9F4F4
(233,244,244)
#EFF6F5
(239,246,245)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E4EC; }

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

This text font color is #B9E4EC.

Background Color

.myBgColor { background-color: #B9E4EC; }

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

This div background color is #B9E4EC.

Border color

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

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

This div border color is #B9E4EC.

Opacity

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

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

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

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

This text has shadow with #B9E4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E4EC.

Preview

Color preview on black background

This text has color #B9E4EC on black background.


Color preview on white background

This text has color #B9E4EC on white background.


Black color preview on #B9E4EC background

This text has black color on #B9E4EC background.


White color preview on #B9E4EC background

This text has white color on #B9E4EC background.


Related colors

Complementary color

Complementary color for #hex is #461B13.


I love getcolorcode.com

Triadic colors

1 #ECB9E4 and #E4ECB9 with #B9E4EC are triadic colors.

2 #ECE4B9 and #E4B9EC with #B9E4EC are triadic colors.