COLOR #EAC7B3

HEX: #EAC7B3
RGB: (234,199,179)

Color info

#EAC7B3 contains red, green and blue colors in about the same proportion. Web safe color of #EAC7B3 is #FFCC99 (or #FC9).

RGB color model

#EAC7B3 color RGB value is (234,199,179).

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

RGB channels and saturation

R 234 of 255 = 92%
G 199 of 255 = 78%
B 179 of 255 = 70%

234
199
179

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

Portions of RGB colors in percentages

R + G + B =
234 + 199 + 179 = 612 (100%)
R 234 of 612 ~ 38.24%
G 199 of 612 ~ 32.52%
B 179 of 612 ~ 29.25%

%38.24
%32.52
%29.25

CMYK color model

#EAC7B3 color CMYK value is (0,15,24,8).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 23.50%
  • key color value is 8.24%
CMYK:
(0,15,24,8)
C0M15Y24K8 
(0%,15%,24%,8%)
(0.00/0.15/0.24/0.08)	

CMYK percentages

%0
%14.96
%23.5
%8.24

Codes

Color #EAC7B3 in popluar color models

EAC7B3
RGB234199179
HSL22°56.70%80.98%
HSB/HSV22°23.50%91.76%
CMYK0.00%14.96%23.50%
8.24%

Color #EAC7B3 in popluar number systems.

HEXEAC7B3
Decimal234199179
Binary111010101100011110110011
Octal352307263

Shades and tints

Shades of #EAC7B3

#EAC7B3
(234,199,179)
#D5B5A3
(213,181,163)
#C0A393
(192,163,147)
#AB9183
(171,145,131)
#967F73
(150,127,115)
#816D63
(129,109,99)
#6C5B53
(108,91,83)
#574943
(87,73,67)
#423733
(66,55,51)
#2D2523
(45,37,35)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #EAC7B3

#EAC7B3
(234,199,179)
#EBCCB9
(235,204,185)
#ECD1BF
(236,209,191)
#EDD6C5
(237,214,197)
#EEDBCB
(238,219,203)
#EFE0D1
(239,224,209)
#F0E5D7
(240,229,215)
#F1EADD
(241,234,221)
#F2EFE3
(242,239,227)
#F3F4E9
(243,244,233)
#F4F9EF
(244,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC7B3; }

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

This text font color is #EAC7B3.


Background Color

.myBgColor { background-color: #EAC7B3; }

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

This div background color is #EAC7B3.


Border color

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

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

This div border color is #EAC7B3.


Opacity

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

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

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

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

This text has shadow with #EAC7B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC7B3 on black background.


Color preview on white background

This text has color #EAC7B3 on white background.



Black color preview on #EAC7B3 background

This text has black color on #EAC7B3 background.


White color preview on #EAC7B3 background

This text has white color on #EAC7B3 background.