COLOR #B9E2C1

HEX: #B9E2C1
RGB: (185,226,193)

Color info

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

RGB color model

#B9E2C1 color RGB value is (185,226,193).

  • red value is 185;
  • green value is 226;
  • blue value is 193.
RGB:
(185,226,193)
(73%,89%,76%)

RGB channels and saturation

R 185 of 255 = 73%
G 226 of 255 = 89%
B 193 of 255 = 76%

185
226
193

R + G + B ~ 79%. #B9E2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 226 + 193 = 604 (100%)
R 185 of 604 ~ 30.63%
G 226 of 604 ~ 37.42%
B 193 of 604 ~ 31.95%

%30.63
%37.42
%31.95

CMYK color model

#B9E2C1 color CMYK value is (18,0,15,11).

  • cyan value is 18.14%
  • magenta value is 0.00%
  • yellow value is 14.60%
  • key color value is 11.37%
CMYK:
(18,0,15,11)
C18M0Y15K11 
(18%,0%,15%,11%)
(0.18/0.00/0.15/0.11)	

CMYK percentages

%18.14
%0
%14.6
%11.37

Codes

Color #B9E2C1 in popluar color models

B9E2C1
RGB185226193
HSL132°41.41%80.59%
HSB/HSV132°18.14%88.63%
CMYK18.14%0.00%14.60%
11.37%

Color #B9E2C1 in popluar number systems.

HEXB9E2C1
Decimal185226193
Binary101110011110001011000001
Octal271342301

Shades and tints

Shades of #B9E2C1

#B9E2C1
(185,226,193)
#A9CEB0
(169,206,176)
#99BA9F
(153,186,159)
#89A68E
(137,166,142)
#79927D
(121,146,125)
#697E6C
(105,126,108)
#596A5B
(89,106,91)
#49564A
(73,86,74)
#394239
(57,66,57)
#292E28
(41,46,40)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #B9E2C1

#B9E2C1
(185,226,193)
#BFE4C6
(191,228,198)
#C5E6CB
(197,230,203)
#CBE8D0
(203,232,208)
#D1EAD5
(209,234,213)
#D7ECDA
(215,236,218)
#DDEEDF
(221,238,223)
#E3F0E4
(227,240,228)
#E9F2E9
(233,242,233)
#EFF4EE
(239,244,238)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E2C1 color. Also use rgb(185,226,193) instead hex code.

Text Font Color

.myTextColor { color: #B9E2C1; }

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

This text font color is #B9E2C1.


Background Color

.myBgColor { background-color: #B9E2C1; }

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

This div background color is #B9E2C1.


Border color

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

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

This div border color is #B9E2C1.


Opacity

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

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

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

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

This text has shadow with #B9E2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E2C1 on black background.


Color preview on white background

This text has color #B9E2C1 on white background.



Black color preview on #B9E2C1 background

This text has black color on #B9E2C1 background.


White color preview on #B9E2C1 background

This text has white color on #B9E2C1 background.