COLOR #B9E0C6

HEX: #B9E0C6
RGB: (185,224,198)

Color info

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

RGB color model

#B9E0C6 color RGB value is (185,224,198).

  • red value is 185;
  • green value is 224;
  • blue value is 198.
RGB:
(185,224,198)
(73%,88%,78%)

RGB channels and saturation

R 185 of 255 = 73%
G 224 of 255 = 88%
B 198 of 255 = 78%

185
224
198

R + G + B ~ 80%. #B9E0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 224 + 198 = 607 (100%)
R 185 of 607 ~ 30.48%
G 224 of 607 ~ 36.9%
B 198 of 607 ~ 32.62%

%30.48
%36.9
%32.62

CMYK color model

#B9E0C6 color CMYK value is (17,0,12,12).

  • cyan value is 17.41%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK:
(17,0,12,12)
C17M0Y12K12 
(17%,0%,12%,12%)
(0.17/0.00/0.12/0.12)	

CMYK percentages

%17.41
%0
%11.61
%12.16

Codes

Color #B9E0C6 in popluar color models

B9E0C6
RGB185224198
HSL140°38.61%80.20%
HSB/HSV140°17.41%87.84%
CMYK17.41%0.00%11.61%
12.16%

Color #B9E0C6 in popluar number systems.

HEXB9E0C6
Decimal185224198
Binary101110011110000011000110
Octal271340306

Shades and tints

Shades of #B9E0C6

#B9E0C6
(185,224,198)
#A9CCB4
(169,204,180)
#99B8A2
(153,184,162)
#89A490
(137,164,144)
#79907E
(121,144,126)
#697C6C
(105,124,108)
#59685A
(89,104,90)
#495448
(73,84,72)
#394036
(57,64,54)
#292C24
(41,44,36)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #B9E0C6

#B9E0C6
(185,224,198)
#BFE2CB
(191,226,203)
#C5E4D0
(197,228,208)
#CBE6D5
(203,230,213)
#D1E8DA
(209,232,218)
#D7EADF
(215,234,223)
#DDECE4
(221,236,228)
#E3EEE9
(227,238,233)
#E9F0EE
(233,240,238)
#EFF2F3
(239,242,243)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E0C6 color. Also use rgb(185,224,198) instead hex code.

Text Font Color

.myTextColor { color: #B9E0C6; }

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

This text font color is #B9E0C6.


Background Color

.myBgColor { background-color: #B9E0C6; }

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

This div background color is #B9E0C6.


Border color

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

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

This div border color is #B9E0C6.


Opacity

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

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

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

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

This text has shadow with #B9E0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E0C6 on black background.


Color preview on white background

This text has color #B9E0C6 on white background.



Black color preview on #B9E0C6 background

This text has black color on #B9E0C6 background.


White color preview on #B9E0C6 background

This text has white color on #B9E0C6 background.