COLOR #B2EEAE

HEX: #B2EEAE
RGB: (178,238,174)

Color info

#B2EEAE contains mainly green color. Web safe color of #B2EEAE is #99FF99 (or #9F9).

RGB color model

#B2EEAE color RGB value is (178,238,174).

  • red value is 178;
  • green value is 238;
  • blue value is 174.
RGB:
(178,238,174)
(70%,93%,68%)

RGB channels and saturation

R 178 of 255 = 70%
G 238 of 255 = 93%
B 174 of 255 = 68%

178
238
174

R + G + B ~ 77%. #B2EEAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 238 + 174 = 590 (100%)
R 178 of 590 ~ 30.17%
G 238 of 590 ~ 40.34%
B 174 of 590 ~ 29.49%

%30.17
%40.34
%29.49

CMYK color model

#B2EEAE color CMYK value is (25,0,27,7).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 26.89%
  • key color value is 6.67%
CMYK:
(25,0,27,7)
C25M0Y27K7 
(25%,0%,27%,7%)
(0.25/0.00/0.27/0.07)	

CMYK percentages

%25.21
%0
%26.89
%6.67

Codes

Color #B2EEAE in popluar color models

B2EEAE
RGB178238174
HSL116°65.31%80.78%
HSB/HSV116°26.89%93.33%
CMYK25.21%0.00%26.89%
6.67%

Color #B2EEAE in popluar number systems.

HEXB2EEAE
Decimal178238174
Binary101100101110111010101110
Octal262356256

Shades and tints

Shades of #B2EEAE

#B2EEAE
(178,238,174)
#A2D99F
(162,217,159)
#92C490
(146,196,144)
#82AF81
(130,175,129)
#729A72
(114,154,114)
#628563
(98,133,99)
#527054
(82,112,84)
#425B45
(66,91,69)
#324636
(50,70,54)
#223127
(34,49,39)
#121C18
(18,28,24)
#000000
(0,0,0)

Tints of #B2EEAE

#B2EEAE
(178,238,174)
#B9EFB5
(185,239,181)
#C0F0BC
(192,240,188)
#C7F1C3
(199,241,195)
#CEF2CA
(206,242,202)
#D5F3D1
(213,243,209)
#DCF4D8
(220,244,216)
#E3F5DF
(227,245,223)
#EAF6E6
(234,246,230)
#F1F7ED
(241,247,237)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EEAE color. Also use rgb(178,238,174) instead hex code.

Text Font Color

.myTextColor { color: #B2EEAE; }

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

This text font color is #B2EEAE.


Background Color

.myBgColor { background-color: #B2EEAE; }

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

This div background color is #B2EEAE.


Border color

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

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

This div border color is #B2EEAE.


Opacity

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

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

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

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

This text has shadow with #B2EEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EEAE on black background.


Color preview on white background

This text has color #B2EEAE on white background.



Black color preview on #B2EEAE background

This text has black color on #B2EEAE background.


White color preview on #B2EEAE background

This text has white color on #B2EEAE background.