COLOR #EAC5B9

HEX: #EAC5B9
RGB: (234,197,185)

Color info

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

RGB color model

#EAC5B9 color RGB value is (234,197,185).

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

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 185 of 255 = 73%

234
197
185

R + G + B ~ 81%. #EAC5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 197 + 185 = 616 (100%)
R 234 of 616 ~ 37.99%
G 197 of 616 ~ 31.98%
B 185 of 616 ~ 30.03%

%37.99
%31.98
%30.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 20.94%
  • 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
%20.94
%8.24

Codes

Color #EAC5B9 in popluar color models

EAC5B9
RGB234197185
HSL15°53.85%82.16%
HSB/HSV15°20.94%91.76%
CMYK0.00%15.81%20.94%
8.24%

Color #EAC5B9 in popluar number systems.

HEXEAC5B9
Decimal234197185
Binary111010101100010110111001
Octal352305271

Shades and tints

Shades of #EAC5B9

#EAC5B9
(234,197,185)
#D5B4A9
(213,180,169)
#C0A399
(192,163,153)
#AB9289
(171,146,137)
#968179
(150,129,121)
#817069
(129,112,105)
#6C5F59
(108,95,89)
#574E49
(87,78,73)
#423D39
(66,61,57)
#2D2C29
(45,44,41)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #EAC5B9

#EAC5B9
(234,197,185)
#EBCABF
(235,202,191)
#ECCFC5
(236,207,197)
#EDD4CB
(237,212,203)
#EED9D1
(238,217,209)
#EFDED7
(239,222,215)
#F0E3DD
(240,227,221)
#F1E8E3
(241,232,227)
#F2EDE9
(242,237,233)
#F3F2EF
(243,242,239)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC5B9; }

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

This text font color is #EAC5B9.


Background Color

.myBgColor { background-color: #EAC5B9; }

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

This div background color is #EAC5B9.


Border color

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

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

This div border color is #EAC5B9.


Opacity

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

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

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

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

This text has shadow with #EAC5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC5B9 on black background.


Color preview on white background

This text has color #EAC5B9 on white background.



Black color preview on #EAC5B9 background

This text has black color on #EAC5B9 background.


White color preview on #EAC5B9 background

This text has white color on #EAC5B9 background.