COLOR #EAC7AD

HEX: #EAC7AD
RGB: (234,199,173)

Color info

#EAC7AD contains mainly red and green colors. Web safe color of #EAC7AD is #FFCC99 (or #FC9).

RGB color model

#EAC7AD color RGB value is (234,199,173).

  • red value is 234;
  • green value is 199;
  • blue value is 173.
RGB:
(234,199,173)
(92%,78%,68%)

RGB channels and saturation

R 234 of 255 = 92%
G 199 of 255 = 78%
B 173 of 255 = 68%

234
199
173

R + G + B ~ 79%. #EAC7AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 199 + 173 = 606 (100%)
R 234 of 606 ~ 38.61%
G 199 of 606 ~ 32.84%
B 173 of 606 ~ 28.55%

%38.61
%32.84
%28.55

CMYK color model

#EAC7AD color CMYK value is (0,15,26,8).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 26.07%
  • key color value is 8.24%
CMYK:
(0,15,26,8)
C0M15Y26K8 
(0%,15%,26%,8%)
(0.00/0.15/0.26/0.08)	

CMYK percentages

%0
%14.96
%26.07
%8.24

Codes

Color #EAC7AD in popluar color models

EAC7AD
RGB234199173
HSL26°59.22%79.80%
HSB/HSV26°26.07%91.76%
CMYK0.00%14.96%26.07%
8.24%

Color #EAC7AD in popluar number systems.

HEXEAC7AD
Decimal234199173
Binary111010101100011110101101
Octal352307255

Shades and tints

Shades of #EAC7AD

#EAC7AD
(234,199,173)
#D5B59E
(213,181,158)
#C0A38F
(192,163,143)
#AB9180
(171,145,128)
#967F71
(150,127,113)
#816D62
(129,109,98)
#6C5B53
(108,91,83)
#574944
(87,73,68)
#423735
(66,55,53)
#2D2526
(45,37,38)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #EAC7AD

#EAC7AD
(234,199,173)
#EBCCB4
(235,204,180)
#ECD1BB
(236,209,187)
#EDD6C2
(237,214,194)
#EEDBC9
(238,219,201)
#EFE0D0
(239,224,208)
#F0E5D7
(240,229,215)
#F1EADE
(241,234,222)
#F2EFE5
(242,239,229)
#F3F4EC
(243,244,236)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC7AD color. Also use rgb(234,199,173) instead hex code.

Text Font Color

.myTextColor { color: #EAC7AD; }

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

This text font color is #EAC7AD.


Background Color

.myBgColor { background-color: #EAC7AD; }

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

This div background color is #EAC7AD.


Border color

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

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

This div border color is #EAC7AD.


Opacity

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

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

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

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

This text has shadow with #EAC7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC7AD on black background.


Color preview on white background

This text has color #EAC7AD on white background.



Black color preview on #EAC7AD background

This text has black color on #EAC7AD background.


White color preview on #EAC7AD background

This text has white color on #EAC7AD background.