COLOR #B2E5BD

HEX: #B2E5BD
RGB: (178,229,189)

Color info

#B2E5BD contains red, green and blue colors in about the same proportion. Web safe color of #B2E5BD is #99CCCC (or #9CC).

RGB color model

#B2E5BD color RGB value is (178,229,189).

  • red value is 178;
  • green value is 229;
  • blue value is 189.
RGB:
(178,229,189)
(70%,90%,74%)

RGB channels and saturation

R 178 of 255 = 70%
G 229 of 255 = 90%
B 189 of 255 = 74%

178
229
189

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

Portions of RGB colors in percentages

R + G + B =
178 + 229 + 189 = 596 (100%)
R 178 of 596 ~ 29.87%
G 229 of 596 ~ 38.42%
B 189 of 596 ~ 31.71%

%29.87
%38.42
%31.71

CMYK color model

#B2E5BD color CMYK value is (22,0,17,10).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(22,0,17,10)
C22M0Y17K10 
(22%,0%,17%,10%)
(0.22/0.00/0.17/0.10)	

CMYK percentages

%22.27
%0
%17.47
%10.2

Codes

Color #B2E5BD in popluar color models

B2E5BD
RGB178229189
HSL133°49.51%79.80%
HSB/HSV133°22.27%89.80%
CMYK22.27%0.00%17.47%
10.20%

Color #B2E5BD in popluar number systems.

HEXB2E5BD
Decimal178229189
Binary101100101110010110111101
Octal262345275

Shades and tints

Shades of #B2E5BD

#B2E5BD
(178,229,189)
#A2D1AC
(162,209,172)
#92BD9B
(146,189,155)
#82A98A
(130,169,138)
#729579
(114,149,121)
#628168
(98,129,104)
#526D57
(82,109,87)
#425946
(66,89,70)
#324535
(50,69,53)
#223124
(34,49,36)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #B2E5BD

#B2E5BD
(178,229,189)
#B9E7C3
(185,231,195)
#C0E9C9
(192,233,201)
#C7EBCF
(199,235,207)
#CEEDD5
(206,237,213)
#D5EFDB
(213,239,219)
#DCF1E1
(220,241,225)
#E3F3E7
(227,243,231)
#EAF5ED
(234,245,237)
#F1F7F3
(241,247,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E5BD color. Also use rgb(178,229,189) instead hex code.

Text Font Color

.myTextColor { color: #B2E5BD; }

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

This text font color is #B2E5BD.


Background Color

.myBgColor { background-color: #B2E5BD; }

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

This div background color is #B2E5BD.


Border color

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

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

This div border color is #B2E5BD.


Opacity

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

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

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

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

This text has shadow with #B2E5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E5BD on black background.


Color preview on white background

This text has color #B2E5BD on white background.



Black color preview on #B2E5BD background

This text has black color on #B2E5BD background.


White color preview on #B2E5BD background

This text has white color on #B2E5BD background.