COLOR #B4EC86

HEX: #B4EC86 RGB: (180,236,134)

Color info

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

RGB color model

#B4EC86 color RGB value is (180,236,134).

RGB: (180,236,134) (71%, 93%, 53%)

RGB channels and saturation

R 180 of 255 = 71%
G 236 of 255 = 93%
B 134 of 255 = 53%

180
236
134

R + G + B ~ 72%. #B4EC86 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 236 + 134 = 550 (100%)
R 180 of 550 ~ 32.73%
G 236 of 550 ~ 42.91%
B 134 of 550 ~ 24.36'%

%32.73
%42.91
%24.36

CMYK color model

#B4EC86 color CMYK value is (24,0,43,7).

  • cyan value is 23.73%
  • magenta value is 0.00%
  • yellow value is 43.22%
  • key color value is 7.45%

CMYK: (24,0,43,7)
C24M0Y43K7 (24%, 0%, 43%, 7%)
(0.24 / 0.00 / 0.43 / 0.07)

CMYK percentages

%23.73
%0
%43.22
%7.45

Codes

Color #B4EC86 in popluar color models

B4 EC 86
RGB 180 236 134
HSL 93° 72.86% 72.55%
HSB/HSV 93° 43.22% 92.55%
CMYK 23.73% 0.00% 43.22%
7.45%

Color #B4EC86 in popluar number systems.

HEX B4 EC 86
Decimal 180 236 134
Binary 10110100 11101100 10000110
Octal 264 354 206

Shades and tints

Shades of #B4EC86

#B4EC86
(180,236,134)
#A4D77A
(164,215,122)
#94C26E
(148,194,110)
#84AD62
(132,173,98)
#749856
(116,152,86)
#64834A
(100,131,74)
#546E3E
(84,110,62)
#445932
(68,89,50)
#344426
(52,68,38)
#242F1A
(36,47,26)
#141A0E
(20,26,14)
#000000
(0,0,0)

Tints of #B4EC86

#B4EC86
(180,236,134)
#BAED91
(186,237,145)
#C0EE9C
(192,238,156)
#C6EFA7
(198,239,167)
#CCF0B2
(204,240,178)
#D2F1BD
(210,241,189)
#D8F2C8
(216,242,200)
#DEF3D3
(222,243,211)
#E4F4DE
(228,244,222)
#EAF5E9
(234,245,233)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EC86 color. Also use rgb(180,236,134) instead hex code.

Text Font Color

.myTextColor { color: #B4EC86; }

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

This text font color is #B4EC86.

Background Color

.myBgColor { background-color: #B4EC86; }

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

This div background color is #B4EC86.

Border color

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

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

This div border color is #B4EC86.

Opacity

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

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

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

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

This text has shadow with #B4EC86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EC86.

Preview

Color preview on black background

This text has color #B4EC86 on black background.


Color preview on white background

This text has color #B4EC86 on white background.


Black color preview on #B4EC86 background

This text has black color on #B4EC86 background.


White color preview on #B4EC86 background

This text has white color on #B4EC86 background.


Related colors

Complementary color

Complementary color for #hex is #4B1379.


I love getcolorcode.com

Triadic colors

1 #86B4EC and #EC86B4 with #B4EC86 are triadic colors.

2 #86ECB4 and #ECB486 with #B4EC86 are triadic colors.