COLOR #EAC5B4

HEX: #EAC5B4 RGB: (234,197,180)

Color info

#EAC5B4 contains red, green and blue colors in about the same proportion. Web safe color of #EAC5B4 is #FFCCCC (or #FCC).

RGB color model

#EAC5B4 color RGB value is (234,197,180).

RGB: (234,197,180) (92%, 77%, 71%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 180 of 255 = 71%

234
197
180

R + G + B ~ 80%. #EAC5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 234 + 197 + 180 = 611 (100%)
R 234 of 611 ~ 38.3%
G 197 of 611 ~ 32.24%
B 180 of 611 ~ 29.46'%

%38.3
%32.24
%29.46

CMYK color model

#EAC5B4 color CMYK value is (0,16,23,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 23.08%
  • key color value is 8.24%

CMYK: (0,16,23,8)
C0M16Y23K8 (0%, 16%, 23%, 8%)
(0.00 / 0.16 / 0.23 / 0.08)

CMYK percentages

%0
%15.81
%23.08
%8.24

Codes

Color #EAC5B4 in popluar color models

EA C5 B4
RGB 234 197 180
HSL 19° 56.25% 81.18%
HSB/HSV 19° 23.08% 91.76%
CMYK 0.00% 15.81% 23.08%
8.24%

Color #EAC5B4 in popluar number systems.

HEX EA C5 B4
Decimal 234 197 180
Binary 11101010 11000101 10110100
Octal 352 305 264

Shades and tints

Shades of #EAC5B4

#EAC5B4
(234,197,180)
#D5B4A4
(213,180,164)
#C0A394
(192,163,148)
#AB9284
(171,146,132)
#968174
(150,129,116)
#817064
(129,112,100)
#6C5F54
(108,95,84)
#574E44
(87,78,68)
#423D34
(66,61,52)
#2D2C24
(45,44,36)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #EAC5B4

#EAC5B4
(234,197,180)
#EBCABA
(235,202,186)
#ECCFC0
(236,207,192)
#EDD4C6
(237,212,198)
#EED9CC
(238,217,204)
#EFDED2
(239,222,210)
#F0E3D8
(240,227,216)
#F1E8DE
(241,232,222)
#F2EDE4
(242,237,228)
#F3F2EA
(243,242,234)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC5B4; }

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

This text font color is #EAC5B4.

Background Color

.myBgColor { background-color: #EAC5B4; }

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

This div background color is #EAC5B4.

Border color

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

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

This div border color is #EAC5B4.

Opacity

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

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

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

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

This text has shadow with #EAC5B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC5B4.

Preview

Color preview on black background

This text has color #EAC5B4 on black background.


Color preview on white background

This text has color #EAC5B4 on white background.


Black color preview on #EAC5B4 background

This text has black color on #EAC5B4 background.


White color preview on #EAC5B4 background

This text has white color on #EAC5B4 background.


Related colors

Complementary color

Complementary color for #hex is #153A4B.


I love getcolorcode.com

Triadic colors

1 #B4EAC5 and #C5B4EA with #EAC5B4 are triadic colors.

2 #B4C5EA and #C5EAB4 with #EAC5B4 are triadic colors.