COLOR #EAC5DC

HEX: #EAC5DC
RGB: (234,197,220)

Color info

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

RGB color model

#EAC5DC color RGB value is (234,197,220).

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

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 220 of 255 = 86%

234
197
220

R + G + B ~ 85%. #EAC5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 197 + 220 = 651 (100%)
R 234 of 651 ~ 35.94%
G 197 of 651 ~ 30.26%
B 220 of 651 ~ 33.79%

%35.94
%30.26
%33.79

CMYK color model

#EAC5DC color CMYK value is (0,16,6,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 5.98%
  • key color value is 8.24%
CMYK:
(0,16,6,8)
C0M16Y6K8 
(0%,16%,6%,8%)
(0.00/0.16/0.06/0.08)	

CMYK percentages

%0
%15.81
%5.98
%8.24

Codes

Color #EAC5DC in popluar color models

EAC5DC
RGB234197220
HSL323°46.84%84.51%
HSB/HSV323°15.81%91.76%
CMYK0.00%15.81%5.98%
8.24%

Color #EAC5DC in popluar number systems.

HEXEAC5DC
Decimal234197220
Binary111010101100010111011100
Octal352305334

Shades and tints

Shades of #EAC5DC

#EAC5DC
(234,197,220)
#D5B4C8
(213,180,200)
#C0A3B4
(192,163,180)
#AB92A0
(171,146,160)
#96818C
(150,129,140)
#817078
(129,112,120)
#6C5F64
(108,95,100)
#574E50
(87,78,80)
#423D3C
(66,61,60)
#2D2C28
(45,44,40)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #EAC5DC

#EAC5DC
(234,197,220)
#EBCADF
(235,202,223)
#ECCFE2
(236,207,226)
#EDD4E5
(237,212,229)
#EED9E8
(238,217,232)
#EFDEEB
(239,222,235)
#F0E3EE
(240,227,238)
#F1E8F1
(241,232,241)
#F2EDF4
(242,237,244)
#F3F2F7
(243,242,247)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC5DC; }

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

This text font color is #EAC5DC.


Background Color

.myBgColor { background-color: #EAC5DC; }

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

This div background color is #EAC5DC.


Border color

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

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

This div border color is #EAC5DC.


Opacity

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

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

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

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

This text has shadow with #EAC5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC5DC on black background.


Color preview on white background

This text has color #EAC5DC on white background.



Black color preview on #EAC5DC background

This text has black color on #EAC5DC background.


White color preview on #EAC5DC background

This text has white color on #EAC5DC background.