COLOR #B4EA99

HEX: #B4EA99
RGB: (180,234,153)

Color info

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

RGB color model

#B4EA99 color RGB value is (180,234,153).

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

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 153 of 255 = 60%

180
234
153

R + G + B ~ 74%. #B4EA99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 234 + 153 = 567 (100%)
R 180 of 567 ~ 31.75%
G 234 of 567 ~ 41.27%
B 153 of 567 ~ 26.98%

%31.75
%41.27
%26.98

CMYK color model

#B4EA99 color CMYK value is (23,0,35,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 34.62%
  • key color value is 8.24%
CMYK:
(23,0,35,8)
C23M0Y35K8 
(23%,0%,35%,8%)
(0.23/0.00/0.35/0.08)	

CMYK percentages

%23.08
%0
%34.62
%8.24

Codes

Color #B4EA99 in popluar color models

B4EA99
RGB180234153
HSL100°65.85%75.88%
HSB/HSV100°34.62%91.76%
CMYK23.08%0.00%34.62%
8.24%

Color #B4EA99 in popluar number systems.

HEXB4EA99
Decimal180234153
Binary101101001110101010011001
Octal264352231

Shades and tints

Shades of #B4EA99

#B4EA99
(180,234,153)
#A4D58C
(164,213,140)
#94C07F
(148,192,127)
#84AB72
(132,171,114)
#749665
(116,150,101)
#648158
(100,129,88)
#546C4B
(84,108,75)
#44573E
(68,87,62)
#344231
(52,66,49)
#242D24
(36,45,36)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #B4EA99

#B4EA99
(180,234,153)
#BAEBA2
(186,235,162)
#C0ECAB
(192,236,171)
#C6EDB4
(198,237,180)
#CCEEBD
(204,238,189)
#D2EFC6
(210,239,198)
#D8F0CF
(216,240,207)
#DEF1D8
(222,241,216)
#E4F2E1
(228,242,225)
#EAF3EA
(234,243,234)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EA99; }

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

This text font color is #B4EA99.


Background Color

.myBgColor { background-color: #B4EA99; }

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

This div background color is #B4EA99.


Border color

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

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

This div border color is #B4EA99.


Opacity

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

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

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

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

This text has shadow with #B4EA99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4EA99 on black background.


Color preview on white background

This text has color #B4EA99 on white background.



Black color preview on #B4EA99 background

This text has black color on #B4EA99 background.


White color preview on #B4EA99 background

This text has white color on #B4EA99 background.