COLOR #EAC6A8

HEX: #EAC6A8
RGB: (234,198,168)

Color info

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

RGB color model

#EAC6A8 color RGB value is (234,198,168).

  • red value is 234;
  • green value is 198;
  • blue value is 168.
RGB:
(234,198,168)
(92%,78%,66%)

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 168 of 255 = 66%

234
198
168

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 168 = 600 (100%)
R 234 of 600 ~ 39%
G 198 of 600 ~ 33%
B 168 of 600 ~ 28%

%39
%33
%28

CMYK color model

#EAC6A8 color CMYK value is (0,15,28,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 28.21%
  • key color value is 8.24%
CMYK:
(0,15,28,8)
C0M15Y28K8 
(0%,15%,28%,8%)
(0.00/0.15/0.28/0.08)	

CMYK percentages

%0
%15.38
%28.21
%8.24

Codes

Color #EAC6A8 in popluar color models

EAC6A8
RGB234198168
HSL27°61.11%78.82%
HSB/HSV27°28.21%91.76%
CMYK0.00%15.38%28.21%
8.24%

Color #EAC6A8 in popluar number systems.

HEXEAC6A8
Decimal234198168
Binary111010101100011010101000
Octal352306250

Shades and tints

Shades of #EAC6A8

#EAC6A8
(234,198,168)
#D5B499
(213,180,153)
#C0A28A
(192,162,138)
#AB907B
(171,144,123)
#967E6C
(150,126,108)
#816C5D
(129,108,93)
#6C5A4E
(108,90,78)
#57483F
(87,72,63)
#423630
(66,54,48)
#2D2421
(45,36,33)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #EAC6A8

#EAC6A8
(234,198,168)
#EBCBAF
(235,203,175)
#ECD0B6
(236,208,182)
#EDD5BD
(237,213,189)
#EEDAC4
(238,218,196)
#EFDFCB
(239,223,203)
#F0E4D2
(240,228,210)
#F1E9D9
(241,233,217)
#F2EEE0
(242,238,224)
#F3F3E7
(243,243,231)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC6A8 color. Also use rgb(234,198,168) instead hex code.

Text Font Color

.myTextColor { color: #EAC6A8; }

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

This text font color is #EAC6A8.


Background Color

.myBgColor { background-color: #EAC6A8; }

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

This div background color is #EAC6A8.


Border color

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

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

This div border color is #EAC6A8.


Opacity

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

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

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

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

This text has shadow with #EAC6A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6A8 on black background.


Color preview on white background

This text has color #EAC6A8 on white background.



Black color preview on #EAC6A8 background

This text has black color on #EAC6A8 background.


White color preview on #EAC6A8 background

This text has white color on #EAC6A8 background.