COLOR #B4E1A1

HEX: #B4E1A1 RGB: (180,225,161)

Color info

#B4E1A1 contains mainly red and green colors. Web safe color of #B4E1A1 is #CCCC99 (or #CC9).

RGB color model

#B4E1A1 color RGB value is (180,225,161).

RGB: (180,225,161) (71%, 88%, 63%)

RGB channels and saturation

R 180 of 255 = 71%
G 225 of 255 = 88%
B 161 of 255 = 63%

180
225
161

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

Portions of RGB colors in percentages

R + G + B = 180 + 225 + 161 = 566 (100%)
R 180 of 566 ~ 31.8%
G 225 of 566 ~ 39.75%
B 161 of 566 ~ 28.45'%

%31.8
%39.75
%28.45

CMYK color model

#B4E1A1 color CMYK value is (20,0,28,12).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 11.76%

CMYK: (20,0,28,12)
C20M0Y28K12 (20%, 0%, 28%, 12%)
(0.20 / 0.00 / 0.28 / 0.12)

CMYK percentages

%20
%0
%28.44
%11.76

Codes

Color #B4E1A1 in popluar color models

B4 E1 A1
RGB 180 225 161
HSL 102° 51.61% 75.69%
HSB/HSV 102° 28.44% 88.24%
CMYK 20.00% 0.00% 28.44%
11.76%

Color #B4E1A1 in popluar number systems.

HEX B4 E1 A1
Decimal 180 225 161
Binary 10110100 11100001 10100001
Octal 264 341 241

Shades and tints

Shades of #B4E1A1

#B4E1A1
(180,225,161)
#A4CD93
(164,205,147)
#94B985
(148,185,133)
#84A577
(132,165,119)
#749169
(116,145,105)
#647D5B
(100,125,91)
#54694D
(84,105,77)
#44553F
(68,85,63)
#344131
(52,65,49)
#242D23
(36,45,35)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #B4E1A1

#B4E1A1
(180,225,161)
#BAE3A9
(186,227,169)
#C0E5B1
(192,229,177)
#C6E7B9
(198,231,185)
#CCE9C1
(204,233,193)
#D2EBC9
(210,235,201)
#D8EDD1
(216,237,209)
#DEEFD9
(222,239,217)
#E4F1E1
(228,241,225)
#EAF3E9
(234,243,233)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E1A1 color. Also use rgb(180,225,161) instead hex code.

Text Font Color

.myTextColor { color: #B4E1A1; }

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

This text font color is #B4E1A1.

Background Color

.myBgColor { background-color: #B4E1A1; }

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

This div background color is #B4E1A1.

Border color

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

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

This div border color is #B4E1A1.

Opacity

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

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

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

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

This text has shadow with #B4E1A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4E1A1.

Preview

Color preview on black background

This text has color #B4E1A1 on black background.


Color preview on white background

This text has color #B4E1A1 on white background.


Black color preview on #B4E1A1 background

This text has black color on #B4E1A1 background.


White color preview on #B4E1A1 background

This text has white color on #B4E1A1 background.


Related colors

Complementary color

Complementary color for #hex is #4B1E5E.


I love getcolorcode.com

Triadic colors

1 #A1B4E1 and #E1A1B4 with #B4E1A1 are triadic colors.

2 #A1E1B4 and #E1B4A1 with #B4E1A1 are triadic colors.