COLOR #EAC5B8

HEX: #EAC5B8
RGB: (234,197,184)

Color info

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

RGB color model

#EAC5B8 color RGB value is (234,197,184).

  • red value is 234;
  • green value is 197;
  • blue value is 184.
RGB:
(234,197,184)
(92%,77%,72%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 184 of 255 = 72%

234
197
184

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

Portions of RGB colors in percentages

R + G + B =
234 + 197 + 184 = 615 (100%)
R 234 of 615 ~ 38.05%
G 197 of 615 ~ 32.03%
B 184 of 615 ~ 29.92%

%38.05
%32.03
%29.92

CMYK color model

#EAC5B8 color CMYK value is (0,16,21,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 21.37%
  • key color value is 8.24%
CMYK:
(0,16,21,8)
C0M16Y21K8 
(0%,16%,21%,8%)
(0.00/0.16/0.21/0.08)	

CMYK percentages

%0
%15.81
%21.37
%8.24

Codes

Color #EAC5B8 in popluar color models

EAC5B8
RGB234197184
HSL16°54.35%81.96%
HSB/HSV16°21.37%91.76%
CMYK0.00%15.81%21.37%
8.24%

Color #EAC5B8 in popluar number systems.

HEXEAC5B8
Decimal234197184
Binary111010101100010110111000
Octal352305270

Shades and tints

Shades of #EAC5B8

#EAC5B8
(234,197,184)
#D5B4A8
(213,180,168)
#C0A398
(192,163,152)
#AB9288
(171,146,136)
#968178
(150,129,120)
#817068
(129,112,104)
#6C5F58
(108,95,88)
#574E48
(87,78,72)
#423D38
(66,61,56)
#2D2C28
(45,44,40)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #EAC5B8

#EAC5B8
(234,197,184)
#EBCABE
(235,202,190)
#ECCFC4
(236,207,196)
#EDD4CA
(237,212,202)
#EED9D0
(238,217,208)
#EFDED6
(239,222,214)
#F0E3DC
(240,227,220)
#F1E8E2
(241,232,226)
#F2EDE8
(242,237,232)
#F3F2EE
(243,242,238)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC5B8; }

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

This text font color is #EAC5B8.


Background Color

.myBgColor { background-color: #EAC5B8; }

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

This div background color is #EAC5B8.


Border color

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

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

This div border color is #EAC5B8.


Opacity

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

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

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

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

This text has shadow with #EAC5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC5B8 on black background.


Color preview on white background

This text has color #EAC5B8 on white background.



Black color preview on #EAC5B8 background

This text has black color on #EAC5B8 background.


White color preview on #EAC5B8 background

This text has white color on #EAC5B8 background.