COLOR #B2EFBD

HEX: #B2EFBD
RGB: (178,239,189)

Color info

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

RGB color model

#B2EFBD color RGB value is (178,239,189).

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

RGB channels and saturation

R 178 of 255 = 70%
G 239 of 255 = 94%
B 189 of 255 = 74%

178
239
189

R + G + B ~ 79%. #B2EFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 239 + 189 = 606 (100%)
R 178 of 606 ~ 29.37%
G 239 of 606 ~ 39.44%
B 189 of 606 ~ 31.19%

%29.37
%39.44
%31.19

CMYK color model

#B2EFBD color CMYK value is (26,0,21,6).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 6.27%
CMYK:
(26,0,21,6)
C26M0Y21K6 
(26%,0%,21%,6%)
(0.26/0.00/0.21/0.06)	

CMYK percentages

%25.52
%0
%20.92
%6.27

Codes

Color #B2EFBD in popluar color models

B2EFBD
RGB178239189
HSL131°65.59%81.76%
HSB/HSV131°25.52%93.73%
CMYK25.52%0.00%20.92%
6.27%

Color #B2EFBD in popluar number systems.

HEXB2EFBD
Decimal178239189
Binary101100101110111110111101
Octal262357275

Shades and tints

Shades of #B2EFBD

#B2EFBD
(178,239,189)
#A2DAAC
(162,218,172)
#92C59B
(146,197,155)
#82B08A
(130,176,138)
#729B79
(114,155,121)
#628668
(98,134,104)
#527157
(82,113,87)
#425C46
(66,92,70)
#324735
(50,71,53)
#223224
(34,50,36)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #B2EFBD

#B2EFBD
(178,239,189)
#B9F0C3
(185,240,195)
#C0F1C9
(192,241,201)
#C7F2CF
(199,242,207)
#CEF3D5
(206,243,213)
#D5F4DB
(213,244,219)
#DCF5E1
(220,245,225)
#E3F6E7
(227,246,231)
#EAF7ED
(234,247,237)
#F1F8F3
(241,248,243)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2EFBD; }

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

This text font color is #B2EFBD.


Background Color

.myBgColor { background-color: #B2EFBD; }

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

This div background color is #B2EFBD.


Border color

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

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

This div border color is #B2EFBD.


Opacity

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

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

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

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

This text has shadow with #B2EFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EFBD on black background.


Color preview on white background

This text has color #B2EFBD on white background.



Black color preview on #B2EFBD background

This text has black color on #B2EFBD background.


White color preview on #B2EFBD background

This text has white color on #B2EFBD background.