COLOR #B4EA8B

HEX: #B4EA8B RGB: (180,234,139)

Color info

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

RGB color model

#B4EA8B color RGB value is (180,234,139).

RGB: (180,234,139) (71%, 92%, 55%)

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 139 of 255 = 55%

180
234
139

R + G + B ~ 73%. #B4EA8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 234 + 139 = 553 (100%)
R 180 of 553 ~ 32.55%
G 234 of 553 ~ 42.31%
B 139 of 553 ~ 25.14'%

%32.55
%42.31
%25.14

CMYK color model

#B4EA8B color CMYK value is (23,0,41,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 40.60%
  • key color value is 8.24%
CMYK: (23,0,41,8) C23M0Y41K8 (23%,0%,41%,8%) (0.23/0.00/0.41/0.08) 

CMYK percentages

%23.08
%0
%40.6
%8.24

Codes

Color #B4EA8B in popluar color models

B4 EA 8B
RGB 180 234 139
HSL 94° 69.34% 73.14%
HSB/HSV 94° 40.60% 91.76%
CMYK 23.08% 0.00% 40.60%
8.24%

Color #B4EA8B in popluar number systems.

HEX B4 EA 8B
Decimal 180 234 139
Binary 10110100 11101010 10001011
Octal 264 352 213

Shades and tints

Shades of #B4EA8B

#B4EA8B
(180,234,139)
#A4D57F
(164,213,127)
#94C073
(148,192,115)
#84AB67
(132,171,103)
#74965B
(116,150,91)
#64814F
(100,129,79)
#546C43
(84,108,67)
#445737
(68,87,55)
#34422B
(52,66,43)
#242D1F
(36,45,31)
#141813
(20,24,19)
#000000
(0,0,0)

Tints of #B4EA8B

#B4EA8B
(180,234,139)
#BAEB95
(186,235,149)
#C0EC9F
(192,236,159)
#C6EDA9
(198,237,169)
#CCEEB3
(204,238,179)
#D2EFBD
(210,239,189)
#D8F0C7
(216,240,199)
#DEF1D1
(222,241,209)
#E4F2DB
(228,242,219)
#EAF3E5
(234,243,229)
#F0F4EF
(240,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4EA8B color. Also use rgb(180,234,139) instead hex code.

Text Font Color

.myTextColor { color: #B4EA8B; }

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

This text font color is #B4EA8B.

Background Color

.myBgColor { background-color: #B4EA8B; }

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

This div background color is #B4EA8B.

Border color

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

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

This div border color is #B4EA8B.

Opacity

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

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

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

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

This text has shadow with #B4EA8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EA8B.

Preview

Color preview on black background

This text has color #B4EA8B on black background.


Color preview on white background

This text has color #B4EA8B on white background.


Black color preview on #B4EA8B background

This text has black color on #B4EA8B background.


White color preview on #B4EA8B background

This text has white color on #B4EA8B background.


Related colors

Complementary color

Complementary color for #hex is #4B1574.


I love getcolorcode.com

Triadic colors

1 #8BB4EA and #EA8BB4 with #B4EA8B are triadic colors.

2 #8BEAB4 and #EAB48B with #B4EA8B are triadic colors.