COLOR #EAC1D9

HEX: #EAC1D9
RGB: (234,193,217)

Color info

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

RGB color model

#EAC1D9 color RGB value is (234,193,217).

  • red value is 234;
  • green value is 193;
  • blue value is 217.
RGB:
(234,193,217)
(92%,76%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 193 of 255 = 76%
B 217 of 255 = 85%

234
193
217

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

Portions of RGB colors in percentages

R + G + B =
234 + 193 + 217 = 644 (100%)
R 234 of 644 ~ 36.34%
G 193 of 644 ~ 29.97%
B 217 of 644 ~ 33.7%

%36.34
%29.97
%33.7

CMYK color model

#EAC1D9 color CMYK value is (0,18,7,8).

  • cyan value is 0.00%
  • magenta value is 17.52%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(0,18,7,8)
C0M18Y7K8 
(0%,18%,7%,8%)
(0.00/0.18/0.07/0.08)	

CMYK percentages

%0
%17.52
%7.26
%8.24

Codes

Color #EAC1D9 in popluar color models

EAC1D9
RGB234193217
HSL325°49.40%83.73%
HSB/HSV325°17.52%91.76%
CMYK0.00%17.52%7.26%
8.24%

Color #EAC1D9 in popluar number systems.

HEXEAC1D9
Decimal234193217
Binary111010101100000111011001
Octal352301331

Shades and tints

Shades of #EAC1D9

#EAC1D9
(234,193,217)
#D5B0C6
(213,176,198)
#C09FB3
(192,159,179)
#AB8EA0
(171,142,160)
#967D8D
(150,125,141)
#816C7A
(129,108,122)
#6C5B67
(108,91,103)
#574A54
(87,74,84)
#423941
(66,57,65)
#2D282E
(45,40,46)
#18171B
(24,23,27)
#000000
(0,0,0)

Tints of #EAC1D9

#EAC1D9
(234,193,217)
#EBC6DC
(235,198,220)
#ECCBDF
(236,203,223)
#EDD0E2
(237,208,226)
#EED5E5
(238,213,229)
#EFDAE8
(239,218,232)
#F0DFEB
(240,223,235)
#F1E4EE
(241,228,238)
#F2E9F1
(242,233,241)
#F3EEF4
(243,238,244)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC1D9 color. Also use rgb(234,193,217) instead hex code.

Text Font Color

.myTextColor { color: #EAC1D9; }

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

This text font color is #EAC1D9.


Background Color

.myBgColor { background-color: #EAC1D9; }

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

This div background color is #EAC1D9.


Border color

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

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

This div border color is #EAC1D9.


Opacity

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

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

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

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

This text has shadow with #EAC1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC1D9 on black background.


Color preview on white background

This text has color #EAC1D9 on white background.



Black color preview on #EAC1D9 background

This text has black color on #EAC1D9 background.


White color preview on #EAC1D9 background

This text has white color on #EAC1D9 background.