COLOR #B2E28D

HEX: #B2E28D
RGB: (178,226,141)

Color info

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

RGB color model

#B2E28D color RGB value is (178,226,141).

  • red value is 178;
  • green value is 226;
  • blue value is 141.
RGB:
(178,226,141)
(70%,89%,55%)

RGB channels and saturation

R 178 of 255 = 70%
G 226 of 255 = 89%
B 141 of 255 = 55%

178
226
141

R + G + B ~ 71%. #B2E28D is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 226 + 141 = 545 (100%)
R 178 of 545 ~ 32.66%
G 226 of 545 ~ 41.47%
B 141 of 545 ~ 25.87%

%32.66
%41.47
%25.87

CMYK color model

#B2E28D color CMYK value is (21,0,38,11).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 37.61%
  • key color value is 11.37%
CMYK:
(21,0,38,11)
C21M0Y38K11 
(21%,0%,38%,11%)
(0.21/0.00/0.38/0.11)	

CMYK percentages

%21.24
%0
%37.61
%11.37

Codes

Color #B2E28D in popluar color models

B2E28D
RGB178226141
HSL94°59.44%71.96%
HSB/HSV94°37.61%88.63%
CMYK21.24%0.00%37.61%
11.37%

Color #B2E28D in popluar number systems.

HEXB2E28D
Decimal178226141
Binary101100101110001010001101
Octal262342215

Shades and tints

Shades of #B2E28D

#B2E28D
(178,226,141)
#A2CE81
(162,206,129)
#92BA75
(146,186,117)
#82A669
(130,166,105)
#72925D
(114,146,93)
#627E51
(98,126,81)
#526A45
(82,106,69)
#425639
(66,86,57)
#32422D
(50,66,45)
#222E21
(34,46,33)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #B2E28D

#B2E28D
(178,226,141)
#B9E497
(185,228,151)
#C0E6A1
(192,230,161)
#C7E8AB
(199,232,171)
#CEEAB5
(206,234,181)
#D5ECBF
(213,236,191)
#DCEEC9
(220,238,201)
#E3F0D3
(227,240,211)
#EAF2DD
(234,242,221)
#F1F4E7
(241,244,231)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E28D color. Also use rgb(178,226,141) instead hex code.

Text Font Color

.myTextColor { color: #B2E28D; }

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

This text font color is #B2E28D.


Background Color

.myBgColor { background-color: #B2E28D; }

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

This div background color is #B2E28D.


Border color

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

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

This div border color is #B2E28D.


Opacity

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

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

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

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

This text has shadow with #B2E28D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E28D on black background.


Color preview on white background

This text has color #B2E28D on white background.



Black color preview on #B2E28D background

This text has black color on #B2E28D background.


White color preview on #B2E28D background

This text has white color on #B2E28D background.