COLOR #B9EBC6

HEX: #B9EBC6
RGB: (185,235,198)

Color info

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

RGB color model

#B9EBC6 color RGB value is (185,235,198).

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

RGB channels and saturation

R 185 of 255 = 73%
G 235 of 255 = 92%
B 198 of 255 = 78%

185
235
198

R + G + B ~ 81%. #B9EBC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 235 + 198 = 618 (100%)
R 185 of 618 ~ 29.94%
G 235 of 618 ~ 38.03%
B 198 of 618 ~ 32.04%

%29.94
%38.03
%32.04

CMYK color model

#B9EBC6 color CMYK value is (21,0,16,8).

  • cyan value is 21.28%
  • magenta value is 0.00%
  • yellow value is 15.74%
  • key color value is 7.84%
CMYK:
(21,0,16,8)
C21M0Y16K8 
(21%,0%,16%,8%)
(0.21/0.00/0.16/0.08)	

CMYK percentages

%21.28
%0
%15.74
%7.84

Codes

Color #B9EBC6 in popluar color models

B9EBC6
RGB185235198
HSL136°55.56%82.35%
HSB/HSV136°21.28%92.16%
CMYK21.28%0.00%15.74%
7.84%

Color #B9EBC6 in popluar number systems.

HEXB9EBC6
Decimal185235198
Binary101110011110101111000110
Octal271353306

Shades and tints

Shades of #B9EBC6

#B9EBC6
(185,235,198)
#A9D6B4
(169,214,180)
#99C1A2
(153,193,162)
#89AC90
(137,172,144)
#79977E
(121,151,126)
#69826C
(105,130,108)
#596D5A
(89,109,90)
#495848
(73,88,72)
#394336
(57,67,54)
#292E24
(41,46,36)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #B9EBC6

#B9EBC6
(185,235,198)
#BFECCB
(191,236,203)
#C5EDD0
(197,237,208)
#CBEED5
(203,238,213)
#D1EFDA
(209,239,218)
#D7F0DF
(215,240,223)
#DDF1E4
(221,241,228)
#E3F2E9
(227,242,233)
#E9F3EE
(233,243,238)
#EFF4F3
(239,244,243)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9EBC6; }

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

This text font color is #B9EBC6.


Background Color

.myBgColor { background-color: #B9EBC6; }

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

This div background color is #B9EBC6.


Border color

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

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

This div border color is #B9EBC6.


Opacity

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

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

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

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

This text has shadow with #B9EBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9EBC6 on black background.


Color preview on white background

This text has color #B9EBC6 on white background.



Black color preview on #B9EBC6 background

This text has black color on #B9EBC6 background.


White color preview on #B9EBC6 background

This text has white color on #B9EBC6 background.