COLOR #EAC2DA

HEX: #EAC2DA RGB: (234,194,218)

Color info

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

RGB color model

#EAC2DA color RGB value is (234,194,218).

RGB: (234,194,218) (92%, 76%, 85%)

RGB channels and saturation

R 234 of 255 = 92%
G 194 of 255 = 76%
B 218 of 255 = 85%

234
194
218

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

Portions of RGB colors in percentages

R + G + B = 234 + 194 + 218 = 646 (100%)
R 234 of 646 ~ 36.22%
G 194 of 646 ~ 30.03%
B 218 of 646 ~ 33.75'%

%36.22
%30.03
%33.75

CMYK color model

#EAC2DA color CMYK value is (0,17,7,8).

  • cyan value is 0.00%
  • magenta value is 17.09%
  • yellow value is 6.84%
  • key color value is 8.24%
CMYK: (0,17,7,8) C0M17Y7K8 (0%,17%,7%,8%) (0.00/0.17/0.07/0.08) 

CMYK percentages

%0
%17.09
%6.84
%8.24

Codes

Color #EAC2DA in popluar color models

EA C2 DA
RGB 234 194 218
HSL 324° 48.78% 83.92%
HSB/HSV 324° 17.09% 91.76%
CMYK 0.00% 17.09% 6.84%
8.24%

Color #EAC2DA in popluar number systems.

HEX EA C2 DA
Decimal 234 194 218
Binary 11101010 11000010 11011010
Octal 352 302 332

Shades and tints

Shades of #EAC2DA

#EAC2DA
(234,194,218)
#D5B1C7
(213,177,199)
#C0A0B4
(192,160,180)
#AB8FA1
(171,143,161)
#967E8E
(150,126,142)
#816D7B
(129,109,123)
#6C5C68
(108,92,104)
#574B55
(87,75,85)
#423A42
(66,58,66)
#2D292F
(45,41,47)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #EAC2DA

#EAC2DA
(234,194,218)
#EBC7DD
(235,199,221)
#ECCCE0
(236,204,224)
#EDD1E3
(237,209,227)
#EED6E6
(238,214,230)
#EFDBE9
(239,219,233)
#F0E0EC
(240,224,236)
#F1E5EF
(241,229,239)
#F2EAF2
(242,234,242)
#F3EFF5
(243,239,245)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC2DA color. Also use rgb(234,194,218) instead hex code.

Text Font Color

.myTextColor { color: #EAC2DA; }

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

This text font color is #EAC2DA.

Background Color

.myBgColor { background-color: #EAC2DA; }

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

This div background color is #EAC2DA.

Border color

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

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

This div border color is #EAC2DA.

Opacity

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

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

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

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

This text has shadow with #EAC2DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC2DA.

Preview

Color preview on black background

This text has color #EAC2DA on black background.


Color preview on white background

This text has color #EAC2DA on white background.


Black color preview on #EAC2DA background

This text has black color on #EAC2DA background.


White color preview on #EAC2DA background

This text has white color on #EAC2DA background.


Related colors

Complementary color

Complementary color for #hex is #153D25.


I love getcolorcode.com

Triadic colors

1 #DAEAC2 and #C2DAEA with #EAC2DA are triadic colors.

2 #DAC2EA and #C2EADA with #EAC2DA are triadic colors.