COLOR #B9E1E6

HEX: #B9E1E6 RGB: (185,225,230)

Color info

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

RGB color model

#B9E1E6 color RGB value is (185,225,230).

RGB: (185,225,230) (73%, 88%, 90%)

RGB channels and saturation

R 185 of 255 = 73%
G 225 of 255 = 88%
B 230 of 255 = 90%

185
225
230

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

Portions of RGB colors in percentages

R + G + B = 185 + 225 + 230 = 640 (100%)
R 185 of 640 ~ 28.91%
G 225 of 640 ~ 35.16%
B 230 of 640 ~ 35.94'%

%28.91
%35.16
%35.94

CMYK color model

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

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

CMYK: (20,2,0,10)
C20M2Y0K10 (20%, 2%, 0%, 10%)
(0.20 / 0.02 / 0.00 / 0.10)

CMYK percentages

%19.57
%2.17
%0
%9.8

Codes

Color #B9E1E6 in popluar color models

B9 E1 E6
RGB 185 225 230
HSL 187° 47.37% 81.37%
HSB/HSV 187° 19.57% 90.20%
CMYK 19.57% 2.17% 0.00%
9.80%

Color #B9E1E6 in popluar number systems.

HEX B9 E1 E6
Decimal 185 225 230
Binary 10111001 11100001 11100110
Octal 271 341 346

Shades and tints

Shades of #B9E1E6

#B9E1E6
(185,225,230)
#A9CDD2
(169,205,210)
#99B9BE
(153,185,190)
#89A5AA
(137,165,170)
#799196
(121,145,150)
#697D82
(105,125,130)
#59696E
(89,105,110)
#49555A
(73,85,90)
#394146
(57,65,70)
#292D32
(41,45,50)
#19191E
(25,25,30)
#000000
(0,0,0)

Tints of #B9E1E6

#B9E1E6
(185,225,230)
#BFE3E8
(191,227,232)
#C5E5EA
(197,229,234)
#CBE7EC
(203,231,236)
#D1E9EE
(209,233,238)
#D7EBF0
(215,235,240)
#DDEDF2
(221,237,242)
#E3EFF4
(227,239,244)
#E9F1F6
(233,241,246)
#EFF3F8
(239,243,248)
#F5F5FA
(245,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E1E6; }

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

This text font color is #B9E1E6.

Background Color

.myBgColor { background-color: #B9E1E6; }

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

This div background color is #B9E1E6.

Border color

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

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

This div border color is #B9E1E6.

Opacity

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

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

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

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

This text has shadow with #B9E1E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9E1E6.

Preview

Color preview on black background

This text has color #B9E1E6 on black background.


Color preview on white background

This text has color #B9E1E6 on white background.


Black color preview on #B9E1E6 background

This text has black color on #B9E1E6 background.


White color preview on #B9E1E6 background

This text has white color on #B9E1E6 background.


Related colors

Complementary color

Complementary color for #hex is #461E19.


I love getcolorcode.com

Triadic colors

1 #E6B9E1 and #E1E6B9 with #B9E1E6 are triadic colors.

2 #E6E1B9 and #E1B9E6 with #B9E1E6 are triadic colors.