COLOR #B4EAA1

HEX: #B4EAA1 RGB: (180,234,161)

Color info

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

RGB color model

#B4EAA1 color RGB value is (180,234,161).

RGB: (180,234,161) (71%, 92%, 63%)

RGB channels and saturation

R 180 of 255 = 71%
G 234 of 255 = 92%
B 161 of 255 = 63%

180
234
161

R + G + B ~ 75%. #B4EAA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 234 + 161 = 575 (100%)
R 180 of 575 ~ 31.3%
G 234 of 575 ~ 40.7%
B 161 of 575 ~ 28'%

%31.3
%40.7
%28

CMYK color model

#B4EAA1 color CMYK value is (23,0,31,8).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 31.20%
  • key color value is 8.24%
CMYK: (23,0,31,8) C23M0Y31K8 (23%,0%,31%,8%) (0.23/0.00/0.31/0.08) 

CMYK percentages

%23.08
%0
%31.2
%8.24

Codes

Color #B4EAA1 in popluar color models

B4 EA A1
RGB 180 234 161
HSL 104° 63.48% 77.45%
HSB/HSV 104° 31.20% 91.76%
CMYK 23.08% 0.00% 31.20%
8.24%

Color #B4EAA1 in popluar number systems.

HEX B4 EA A1
Decimal 180 234 161
Binary 10110100 11101010 10100001
Octal 264 352 241

Shades and tints

Shades of #B4EAA1

#B4EAA1
(180,234,161)
#A4D593
(164,213,147)
#94C085
(148,192,133)
#84AB77
(132,171,119)
#749669
(116,150,105)
#64815B
(100,129,91)
#546C4D
(84,108,77)
#44573F
(68,87,63)
#344231
(52,66,49)
#242D23
(36,45,35)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #B4EAA1

#B4EAA1
(180,234,161)
#BAEBA9
(186,235,169)
#C0ECB1
(192,236,177)
#C6EDB9
(198,237,185)
#CCEEC1
(204,238,193)
#D2EFC9
(210,239,201)
#D8F0D1
(216,240,209)
#DEF1D9
(222,241,217)
#E4F2E1
(228,242,225)
#EAF3E9
(234,243,233)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4EAA1; }

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

This text font color is #B4EAA1.

Background Color

.myBgColor { background-color: #B4EAA1; }

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

This div background color is #B4EAA1.

Border color

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

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

This div border color is #B4EAA1.

Opacity

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

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

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

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

This text has shadow with #B4EAA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4EAA1.

Preview

Color preview on black background

This text has color #B4EAA1 on black background.


Color preview on white background

This text has color #B4EAA1 on white background.


Black color preview on #B4EAA1 background

This text has black color on #B4EAA1 background.


White color preview on #B4EAA1 background

This text has white color on #B4EAA1 background.


Related colors

Complementary color

Complementary color for #hex is #4B155E.


I love getcolorcode.com

Triadic colors

1 #A1B4EA and #EAA1B4 with #B4EAA1 are triadic colors.

2 #A1EAB4 and #EAB4A1 with #B4EAA1 are triadic colors.