COLOR #E4AC94

HEX: #E4AC94 RGB: (228,172,148)

Color info

#E4AC94 contains mainly red and green colors. Web safe color of #E4AC94 is #CC9999 (or #C99).

RGB color model

#E4AC94 color RGB value is (228,172,148).

RGB: (228,172,148) (89%, 67%, 58%)

RGB channels and saturation

R 228 of 255 = 89%
G 172 of 255 = 67%
B 148 of 255 = 58%

228
172
148

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

Portions of RGB colors in percentages

R + G + B = 228 + 172 + 148 = 548 (100%)
R 228 of 548 ~ 41.61%
G 172 of 548 ~ 31.39%
B 148 of 548 ~ 27.01'%

%41.61
%31.39
%27.01

CMYK color model

#E4AC94 color CMYK value is (0,25,35,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 35.09%
  • key color value is 10.59%

CMYK: (0,25,35,11)
C0M25Y35K11 (0%, 25%, 35%, 11%)
(0.00 / 0.25 / 0.35 / 0.11)

CMYK percentages

%0
%24.56
%35.09
%10.59

Codes

Color #E4AC94 in popluar color models

E4 AC 94
RGB 228 172 148
HSL 18° 59.70% 73.73%
HSB/HSV 18° 35.09% 89.41%
CMYK 0.00% 24.56% 35.09%
10.59%

Color #E4AC94 in popluar number systems.

HEX E4 AC 94
Decimal 228 172 148
Binary 11100100 10101100 10010100
Octal 344 254 224

Shades and tints

Shades of #E4AC94

#E4AC94
(228,172,148)
#D09D87
(208,157,135)
#BC8E7A
(188,142,122)
#A87F6D
(168,127,109)
#947060
(148,112,96)
#806153
(128,97,83)
#6C5246
(108,82,70)
#584339
(88,67,57)
#44342C
(68,52,44)
#30251F
(48,37,31)
#1C1612
(28,22,18)
#000000
(0,0,0)

Tints of #E4AC94

#E4AC94
(228,172,148)
#E6B39D
(230,179,157)
#E8BAA6
(232,186,166)
#EAC1AF
(234,193,175)
#ECC8B8
(236,200,184)
#EECFC1
(238,207,193)
#F0D6CA
(240,214,202)
#F2DDD3
(242,221,211)
#F4E4DC
(244,228,220)
#F6EBE5
(246,235,229)
#F8F2EE
(248,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4AC94 color. Also use rgb(228,172,148) instead hex code.

Text Font Color

.myTextColor { color: #E4AC94; }

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

This text font color is #E4AC94.

Background Color

.myBgColor { background-color: #E4AC94; }

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

This div background color is #E4AC94.

Border color

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

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

This div border color is #E4AC94.

Opacity

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

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

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

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

This text has shadow with #E4AC94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4AC94.

Preview

Color preview on black background

This text has color #E4AC94 on black background.


Color preview on white background

This text has color #E4AC94 on white background.


Black color preview on #E4AC94 background

This text has black color on #E4AC94 background.


White color preview on #E4AC94 background

This text has white color on #E4AC94 background.


Related colors

Complementary color

Complementary color for #hex is #1B536B.


I love getcolorcode.com

Triadic colors

1 #94E4AC and #AC94E4 with #E4AC94 are triadic colors.

2 #94ACE4 and #ACE494 with #E4AC94 are triadic colors.