COLOR #EAC5B2

HEX: #EAC5B2
RGB: (234,197,178)

Color info

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

RGB color model

#EAC5B2 color RGB value is (234,197,178).

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

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 178 of 255 = 70%

234
197
178

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

Portions of RGB colors in percentages

R + G + B =
234 + 197 + 178 = 609 (100%)
R 234 of 609 ~ 38.42%
G 197 of 609 ~ 32.35%
B 178 of 609 ~ 29.23%

%38.42
%32.35
%29.23

CMYK color model

#EAC5B2 color CMYK value is (0,16,24,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 23.93%
  • key color value is 8.24%
CMYK:
(0,16,24,8)
C0M16Y24K8 
(0%,16%,24%,8%)
(0.00/0.16/0.24/0.08)	

CMYK percentages

%0
%15.81
%23.93
%8.24

Codes

Color #EAC5B2 in popluar color models

EAC5B2
RGB234197178
HSL20°57.14%80.78%
HSB/HSV20°23.93%91.76%
CMYK0.00%15.81%23.93%
8.24%

Color #EAC5B2 in popluar number systems.

HEXEAC5B2
Decimal234197178
Binary111010101100010110110010
Octal352305262

Shades and tints

Shades of #EAC5B2

#EAC5B2
(234,197,178)
#D5B4A2
(213,180,162)
#C0A392
(192,163,146)
#AB9282
(171,146,130)
#968172
(150,129,114)
#817062
(129,112,98)
#6C5F52
(108,95,82)
#574E42
(87,78,66)
#423D32
(66,61,50)
#2D2C22
(45,44,34)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #EAC5B2

#EAC5B2
(234,197,178)
#EBCAB9
(235,202,185)
#ECCFC0
(236,207,192)
#EDD4C7
(237,212,199)
#EED9CE
(238,217,206)
#EFDED5
(239,222,213)
#F0E3DC
(240,227,220)
#F1E8E3
(241,232,227)
#F2EDEA
(242,237,234)
#F3F2F1
(243,242,241)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC5B2; }

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

This text font color is #EAC5B2.


Background Color

.myBgColor { background-color: #EAC5B2; }

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

This div background color is #EAC5B2.


Border color

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

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

This div border color is #EAC5B2.


Opacity

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

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

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

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

This text has shadow with #EAC5B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC5B2 on black background.


Color preview on white background

This text has color #EAC5B2 on white background.



Black color preview on #EAC5B2 background

This text has black color on #EAC5B2 background.


White color preview on #EAC5B2 background

This text has white color on #EAC5B2 background.