COLOR #B2EDBF

HEX: #B2EDBF
RGB: (178,237,191)

Color info

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

RGB color model

#B2EDBF color RGB value is (178,237,191).

  • red value is 178;
  • green value is 237;
  • blue value is 191.
RGB:
(178,237,191)
(70%,93%,75%)

RGB channels and saturation

R 178 of 255 = 70%
G 237 of 255 = 93%
B 191 of 255 = 75%

178
237
191

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

Portions of RGB colors in percentages

R + G + B =
178 + 237 + 191 = 606 (100%)
R 178 of 606 ~ 29.37%
G 237 of 606 ~ 39.11%
B 191 of 606 ~ 31.52%

%29.37
%39.11
%31.52

CMYK color model

#B2EDBF color CMYK value is (25,0,19,7).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 19.41%
  • key color value is 7.06%
CMYK:
(25,0,19,7)
C25M0Y19K7 
(25%,0%,19%,7%)
(0.25/0.00/0.19/0.07)	

CMYK percentages

%24.89
%0
%19.41
%7.06

Codes

Color #B2EDBF in popluar color models

B2EDBF
RGB178237191
HSL133°62.11%81.37%
HSB/HSV133°24.89%92.94%
CMYK24.89%0.00%19.41%
7.06%

Color #B2EDBF in popluar number systems.

HEXB2EDBF
Decimal178237191
Binary101100101110110110111111
Octal262355277

Shades and tints

Shades of #B2EDBF

#B2EDBF
(178,237,191)
#A2D8AE
(162,216,174)
#92C39D
(146,195,157)
#82AE8C
(130,174,140)
#72997B
(114,153,123)
#62846A
(98,132,106)
#526F59
(82,111,89)
#425A48
(66,90,72)
#324537
(50,69,55)
#223026
(34,48,38)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #B2EDBF

#B2EDBF
(178,237,191)
#B9EEC4
(185,238,196)
#C0EFC9
(192,239,201)
#C7F0CE
(199,240,206)
#CEF1D3
(206,241,211)
#D5F2D8
(213,242,216)
#DCF3DD
(220,243,221)
#E3F4E2
(227,244,226)
#EAF5E7
(234,245,231)
#F1F6EC
(241,246,236)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EDBF color. Also use rgb(178,237,191) instead hex code.

Text Font Color

.myTextColor { color: #B2EDBF; }

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

This text font color is #B2EDBF.


Background Color

.myBgColor { background-color: #B2EDBF; }

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

This div background color is #B2EDBF.


Border color

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

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

This div border color is #B2EDBF.


Opacity

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

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

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

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

This text has shadow with #B2EDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EDBF on black background.


Color preview on white background

This text has color #B2EDBF on white background.



Black color preview on #B2EDBF background

This text has black color on #B2EDBF background.


White color preview on #B2EDBF background

This text has white color on #B2EDBF background.