COLOR #EAC8DF

HEX: #EAC8DF
RGB: (234,200,223)

Color info

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

RGB color model

#EAC8DF color RGB value is (234,200,223).

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

RGB channels and saturation

R 234 of 255 = 92%
G 200 of 255 = 78%
B 223 of 255 = 87%

234
200
223

R + G + B ~ 86%. #EAC8DF is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 200 + 223 = 657 (100%)
R 234 of 657 ~ 35.62%
G 200 of 657 ~ 30.44%
B 223 of 657 ~ 33.94%

%35.62
%30.44
%33.94

CMYK color model

#EAC8DF color CMYK value is (0,15,5,8).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 4.70%
  • key color value is 8.24%
CMYK:
(0,15,5,8)
C0M15Y5K8 
(0%,15%,5%,8%)
(0.00/0.15/0.05/0.08)	

CMYK percentages

%0
%14.53
%4.7
%8.24

Codes

Color #EAC8DF in popluar color models

EAC8DF
RGB234200223
HSL319°44.74%85.10%
HSB/HSV319°14.53%91.76%
CMYK0.00%14.53%4.70%
8.24%

Color #EAC8DF in popluar number systems.

HEXEAC8DF
Decimal234200223
Binary111010101100100011011111
Octal352310337

Shades and tints

Shades of #EAC8DF

#EAC8DF
(234,200,223)
#D5B6CB
(213,182,203)
#C0A4B7
(192,164,183)
#AB92A3
(171,146,163)
#96808F
(150,128,143)
#816E7B
(129,110,123)
#6C5C67
(108,92,103)
#574A53
(87,74,83)
#42383F
(66,56,63)
#2D262B
(45,38,43)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #EAC8DF

#EAC8DF
(234,200,223)
#EBCDE1
(235,205,225)
#ECD2E3
(236,210,227)
#EDD7E5
(237,215,229)
#EEDCE7
(238,220,231)
#EFE1E9
(239,225,233)
#F0E6EB
(240,230,235)
#F1EBED
(241,235,237)
#F2F0EF
(242,240,239)
#F3F5F1
(243,245,241)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC8DF; }

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

This text font color is #EAC8DF.


Background Color

.myBgColor { background-color: #EAC8DF; }

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

This div background color is #EAC8DF.


Border color

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

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

This div border color is #EAC8DF.


Opacity

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

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

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

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

This text has shadow with #EAC8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC8DF on black background.


Color preview on white background

This text has color #EAC8DF on white background.



Black color preview on #EAC8DF background

This text has black color on #EAC8DF background.


White color preview on #EAC8DF background

This text has white color on #EAC8DF background.