COLOR #B4EFAF

HEX: #B4EFAF
RGB: (180,239,175)

Color info

#B4EFAF contains mainly red and green colors. Web safe color of #B4EFAF is #CCFF99 (or #CF9).

RGB color model

#B4EFAF color RGB value is (180,239,175).

  • red value is 180;
  • green value is 239;
  • blue value is 175.
RGB:
(180,239,175)
(71%,94%,69%)

RGB channels and saturation

R 180 of 255 = 71%
G 239 of 255 = 94%
B 175 of 255 = 69%

180
239
175

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

Portions of RGB colors in percentages

R + G + B =
180 + 239 + 175 = 594 (100%)
R 180 of 594 ~ 30.3%
G 239 of 594 ~ 40.24%
B 175 of 594 ~ 29.46%

%30.3
%40.24
%29.46

CMYK color model

#B4EFAF color CMYK value is (25,0,27,6).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 26.78%
  • key color value is 6.27%
CMYK:
(25,0,27,6)
C25M0Y27K6 
(25%,0%,27%,6%)
(0.25/0.00/0.27/0.06)	

CMYK percentages

%24.69
%0
%26.78
%6.27

Codes

Color #B4EFAF in popluar color models

B4EFAF
RGB180239175
HSL115°66.67%81.18%
HSB/HSV115°26.78%93.73%
CMYK24.69%0.00%26.78%
6.27%

Color #B4EFAF in popluar number systems.

HEXB4EFAF
Decimal180239175
Binary101101001110111110101111
Octal264357257

Shades and tints

Shades of #B4EFAF

#B4EFAF
(180,239,175)
#A4DAA0
(164,218,160)
#94C591
(148,197,145)
#84B082
(132,176,130)
#749B73
(116,155,115)
#648664
(100,134,100)
#547155
(84,113,85)
#445C46
(68,92,70)
#344737
(52,71,55)
#243228
(36,50,40)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #B4EFAF

#B4EFAF
(180,239,175)
#BAF0B6
(186,240,182)
#C0F1BD
(192,241,189)
#C6F2C4
(198,242,196)
#CCF3CB
(204,243,203)
#D2F4D2
(210,244,210)
#D8F5D9
(216,245,217)
#DEF6E0
(222,246,224)
#E4F7E7
(228,247,231)
#EAF8EE
(234,248,238)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EFAF color. Also use rgb(180,239,175) instead hex code.

Text Font Color

.myTextColor { color: #B4EFAF; }

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

This text font color is #B4EFAF.


Background Color

.myBgColor { background-color: #B4EFAF; }

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

This div background color is #B4EFAF.


Border color

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

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

This div border color is #B4EFAF.


Opacity

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

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

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

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

This text has shadow with #B4EFAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EFAF on black background.


Color preview on white background

This text has color #B4EFAF on white background.



Black color preview on #B4EFAF background

This text has black color on #B4EFAF background.


White color preview on #B4EFAF background

This text has white color on #B4EFAF background.