COLOR #EAC0D6

HEX: #EAC0D6
RGB: (234,192,214)

Color info

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

RGB color model

#EAC0D6 color RGB value is (234,192,214).

  • red value is 234;
  • green value is 192;
  • blue value is 214.
RGB:
(234,192,214)
(92%,75%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 192 of 255 = 75%
B 214 of 255 = 84%

234
192
214

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

Portions of RGB colors in percentages

R + G + B =
234 + 192 + 214 = 640 (100%)
R 234 of 640 ~ 36.56%
G 192 of 640 ~ 30%
B 214 of 640 ~ 33.44%

%36.56
%30
%33.44

CMYK color model

#EAC0D6 color CMYK value is (0,18,9,8).

  • cyan value is 0.00%
  • magenta value is 17.95%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(0,18,9,8)
C0M18Y9K8 
(0%,18%,9%,8%)
(0.00/0.18/0.09/0.08)	

CMYK percentages

%0
%17.95
%8.55
%8.24

Codes

Color #EAC0D6 in popluar color models

EAC0D6
RGB234192214
HSL329°50.00%83.53%
HSB/HSV329°17.95%91.76%
CMYK0.00%17.95%8.55%
8.24%

Color #EAC0D6 in popluar number systems.

HEXEAC0D6
Decimal234192214
Binary111010101100000011010110
Octal352300326

Shades and tints

Shades of #EAC0D6

#EAC0D6
(234,192,214)
#D5AFC3
(213,175,195)
#C09EB0
(192,158,176)
#AB8D9D
(171,141,157)
#967C8A
(150,124,138)
#816B77
(129,107,119)
#6C5A64
(108,90,100)
#574951
(87,73,81)
#42383E
(66,56,62)
#2D272B
(45,39,43)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #EAC0D6

#EAC0D6
(234,192,214)
#EBC5D9
(235,197,217)
#ECCADC
(236,202,220)
#EDCFDF
(237,207,223)
#EED4E2
(238,212,226)
#EFD9E5
(239,217,229)
#F0DEE8
(240,222,232)
#F1E3EB
(241,227,235)
#F2E8EE
(242,232,238)
#F3EDF1
(243,237,241)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC0D6 color. Also use rgb(234,192,214) instead hex code.

Text Font Color

.myTextColor { color: #EAC0D6; }

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

This text font color is #EAC0D6.


Background Color

.myBgColor { background-color: #EAC0D6; }

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

This div background color is #EAC0D6.


Border color

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

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

This div border color is #EAC0D6.


Opacity

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

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

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

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

This text has shadow with #EAC0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC0D6 on black background.


Color preview on white background

This text has color #EAC0D6 on white background.



Black color preview on #EAC0D6 background

This text has black color on #EAC0D6 background.


White color preview on #EAC0D6 background

This text has white color on #EAC0D6 background.