COLOR #B2E19F

HEX: #B2E19F
RGB: (178,225,159)

Color info

#B2E19F contains mainly red and green colors. Web safe color of #B2E19F is #99CC99 (or #9C9).

RGB color model

#B2E19F color RGB value is (178,225,159).

  • red value is 178;
  • green value is 225;
  • blue value is 159.
RGB:
(178,225,159)
(70%,88%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 225 of 255 = 88%
B 159 of 255 = 62%

178
225
159

R + G + B ~ 73%. #B2E19F is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 225 + 159 = 562 (100%)
R 178 of 562 ~ 31.67%
G 225 of 562 ~ 40.04%
B 159 of 562 ~ 28.29%

%31.67
%40.04
%28.29

CMYK color model

#B2E19F color CMYK value is (21,0,29,12).

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 29.33%
  • key color value is 11.76%
CMYK:
(21,0,29,12)
C21M0Y29K12 
(21%,0%,29%,12%)
(0.21/0.00/0.29/0.12)	

CMYK percentages

%20.89
%0
%29.33
%11.76

Codes

Color #B2E19F in popluar color models

B2E19F
RGB178225159
HSL103°52.38%75.29%
HSB/HSV103°29.33%88.24%
CMYK20.89%0.00%29.33%
11.76%

Color #B2E19F in popluar number systems.

HEXB2E19F
Decimal178225159
Binary101100101110000110011111
Octal262341237

Shades and tints

Shades of #B2E19F

#B2E19F
(178,225,159)
#A2CD91
(162,205,145)
#92B983
(146,185,131)
#82A575
(130,165,117)
#729167
(114,145,103)
#627D59
(98,125,89)
#52694B
(82,105,75)
#42553D
(66,85,61)
#32412F
(50,65,47)
#222D21
(34,45,33)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #B2E19F

#B2E19F
(178,225,159)
#B9E3A7
(185,227,167)
#C0E5AF
(192,229,175)
#C7E7B7
(199,231,183)
#CEE9BF
(206,233,191)
#D5EBC7
(213,235,199)
#DCEDCF
(220,237,207)
#E3EFD7
(227,239,215)
#EAF1DF
(234,241,223)
#F1F3E7
(241,243,231)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E19F color. Also use rgb(178,225,159) instead hex code.

Text Font Color

.myTextColor { color: #B2E19F; }

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

This text font color is #B2E19F.


Background Color

.myBgColor { background-color: #B2E19F; }

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

This div background color is #B2E19F.


Border color

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

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

This div border color is #B2E19F.


Opacity

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

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

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

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

This text has shadow with #B2E19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E19F on black background.


Color preview on white background

This text has color #B2E19F on white background.



Black color preview on #B2E19F background

This text has black color on #B2E19F background.


White color preview on #B2E19F background

This text has white color on #B2E19F background.