COLOR #B4EA7D

HEX: #B4EA7D
RGB: (180,234,125)

Color info

#B4EA7D contains mainly red and green colors. Web safe color of #B4EA7D is #CCFF66 (or #CF6).

RGB color model

#B4EA7D color RGB value is (180,234,125).

  • red value is 180;
  • green value is 234;
  • blue value is 125.
RGB:
(180,234,125)
(71%,92%,49%)

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 125 of 255 = 49%

180
234
125

R + G + B ~ 71%. #B4EA7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 234 + 125 = 539 (100%)
R 180 of 539 ~ 33.4%
G 234 of 539 ~ 43.41%
B 125 of 539 ~ 23.19%

%33.4
%43.41
%23.19

CMYK color model

#B4EA7D color CMYK value is (23,0,47,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 46.58%
  • key color value is 8.24%
CMYK:
(23,0,47,8)
C23M0Y47K8 
(23%,0%,47%,8%)
(0.23/0.00/0.47/0.08)	

CMYK percentages

%23.08
%0
%46.58
%8.24

Codes

Color #B4EA7D in popluar color models

B4EA7D
RGB180234125
HSL90°72.19%70.39%
HSB/HSV90°46.58%91.76%
CMYK23.08%0.00%46.58%
8.24%

Color #B4EA7D in popluar number systems.

HEXB4EA7D
Decimal180234125
Binary10110100111010101111101
Octal264352175

Shades and tints

Shades of #B4EA7D

#B4EA7D
(180,234,125)
#A4D572
(164,213,114)
#94C067
(148,192,103)
#84AB5C
(132,171,92)
#749651
(116,150,81)
#648146
(100,129,70)
#546C3B
(84,108,59)
#445730
(68,87,48)
#344225
(52,66,37)
#242D1A
(36,45,26)
#14180F
(20,24,15)
#000000
(0,0,0)

Tints of #B4EA7D

#B4EA7D
(180,234,125)
#BAEB88
(186,235,136)
#C0EC93
(192,236,147)
#C6ED9E
(198,237,158)
#CCEEA9
(204,238,169)
#D2EFB4
(210,239,180)
#D8F0BF
(216,240,191)
#DEF1CA
(222,241,202)
#E4F2D5
(228,242,213)
#EAF3E0
(234,243,224)
#F0F4EB
(240,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EA7D; }

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

This text font color is #B4EA7D.


Background Color

.myBgColor { background-color: #B4EA7D; }

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

This div background color is #B4EA7D.


Border color

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

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

This div border color is #B4EA7D.


Opacity

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

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

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

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

This text has shadow with #B4EA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EA7D on black background.


Color preview on white background

This text has color #B4EA7D on white background.



Black color preview on #B4EA7D background

This text has black color on #B4EA7D background.


White color preview on #B4EA7D background

This text has white color on #B4EA7D background.