COLOR #B2EEB5

HEX: #B2EEB5
RGB: (178,238,181)

Color info

#B2EEB5 contains mainly green and blue colors. Web safe color of #B2EEB5 is #99FFCC (or #9FC).

RGB color model

#B2EEB5 color RGB value is (178,238,181).

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

RGB channels and saturation

R 178 of 255 = 70%
G 238 of 255 = 93%
B 181 of 255 = 71%

178
238
181

R + G + B ~ 78%. #B2EEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 238 + 181 = 597 (100%)
R 178 of 597 ~ 29.82%
G 238 of 597 ~ 39.87%
B 181 of 597 ~ 30.32%

%29.82
%39.87
%30.32

CMYK color model

#B2EEB5 color CMYK value is (25,0,24,7).

  • cyan value is 25.21%
  • magenta value is 0.00%
  • yellow value is 23.95%
  • key color value is 6.67%
CMYK:
(25,0,24,7)
C25M0Y24K7 
(25%,0%,24%,7%)
(0.25/0.00/0.24/0.07)	

CMYK percentages

%25.21
%0
%23.95
%6.67

Codes

Color #B2EEB5 in popluar color models

B2EEB5
RGB178238181
HSL123°63.83%81.57%
HSB/HSV123°25.21%93.33%
CMYK25.21%0.00%23.95%
6.67%

Color #B2EEB5 in popluar number systems.

HEXB2EEB5
Decimal178238181
Binary101100101110111010110101
Octal262356265

Shades and tints

Shades of #B2EEB5

#B2EEB5
(178,238,181)
#A2D9A5
(162,217,165)
#92C495
(146,196,149)
#82AF85
(130,175,133)
#729A75
(114,154,117)
#628565
(98,133,101)
#527055
(82,112,85)
#425B45
(66,91,69)
#324635
(50,70,53)
#223125
(34,49,37)
#121C15
(18,28,21)
#000000
(0,0,0)

Tints of #B2EEB5

#B2EEB5
(178,238,181)
#B9EFBB
(185,239,187)
#C0F0C1
(192,240,193)
#C7F1C7
(199,241,199)
#CEF2CD
(206,242,205)
#D5F3D3
(213,243,211)
#DCF4D9
(220,244,217)
#E3F5DF
(227,245,223)
#EAF6E5
(234,246,229)
#F1F7EB
(241,247,235)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EEB5; }

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

This text font color is #B2EEB5.


Background Color

.myBgColor { background-color: #B2EEB5; }

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

This div background color is #B2EEB5.


Border color

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

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

This div border color is #B2EEB5.


Opacity

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

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

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

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

This text has shadow with #B2EEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EEB5 on black background.


Color preview on white background

This text has color #B2EEB5 on white background.



Black color preview on #B2EEB5 background

This text has black color on #B2EEB5 background.


White color preview on #B2EEB5 background

This text has white color on #B2EEB5 background.