COLOR #EAC8D1

HEX: #EAC8D1
RGB: (234,200,209)

Color info

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

RGB color model

#EAC8D1 color RGB value is (234,200,209).

  • red value is 234;
  • green value is 200;
  • blue value is 209.
RGB:
(234,200,209)
(92%,78%,82%)

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 209 of 255 = 82%

234
200
209

R + G + B ~ 84%. #EAC8D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 200 + 209 = 643 (100%)
R 234 of 643 ~ 36.39%
G 200 of 643 ~ 31.1%
B 209 of 643 ~ 32.5%

%36.39
%31.1
%32.5

CMYK color model

#EAC8D1 color CMYK value is (0,15,11,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 10.68%
  • key color value is 8.24%
CMYK:
(0,15,11,8)
C0M15Y11K8 
(0%,15%,11%,8%)
(0.00/0.15/0.11/0.08)	

CMYK percentages

%0
%14.53
%10.68
%8.24

Codes

Color #EAC8D1 in popluar color models

EAC8D1
RGB234200209
HSL344°44.74%85.10%
HSB/HSV344°14.53%91.76%
CMYK0.00%14.53%10.68%
8.24%

Color #EAC8D1 in popluar number systems.

HEXEAC8D1
Decimal234200209
Binary111010101100100011010001
Octal352310321

Shades and tints

Shades of #EAC8D1

#EAC8D1
(234,200,209)
#D5B6BE
(213,182,190)
#C0A4AB
(192,164,171)
#AB9298
(171,146,152)
#968085
(150,128,133)
#816E72
(129,110,114)
#6C5C5F
(108,92,95)
#574A4C
(87,74,76)
#423839
(66,56,57)
#2D2626
(45,38,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #EAC8D1

#EAC8D1
(234,200,209)
#EBCDD5
(235,205,213)
#ECD2D9
(236,210,217)
#EDD7DD
(237,215,221)
#EEDCE1
(238,220,225)
#EFE1E5
(239,225,229)
#F0E6E9
(240,230,233)
#F1EBED
(241,235,237)
#F2F0F1
(242,240,241)
#F3F5F5
(243,245,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC8D1 color. Also use rgb(234,200,209) instead hex code.

Text Font Color

.myTextColor { color: #EAC8D1; }

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

This text font color is #EAC8D1.


Background Color

.myBgColor { background-color: #EAC8D1; }

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

This div background color is #EAC8D1.


Border color

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

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

This div border color is #EAC8D1.


Opacity

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

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

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

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

This text has shadow with #EAC8D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC8D1 on black background.


Color preview on white background

This text has color #EAC8D1 on white background.



Black color preview on #EAC8D1 background

This text has black color on #EAC8D1 background.


White color preview on #EAC8D1 background

This text has white color on #EAC8D1 background.