COLOR #EAC9D6

HEX: #EAC9D6
RGB: (234,201,214)

Color info

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

RGB color model

#EAC9D6 color RGB value is (234,201,214).

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

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 214 of 255 = 84%

234
201
214

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

Portions of RGB colors in percentages

R + G + B =
234 + 201 + 214 = 649 (100%)
R 234 of 649 ~ 36.06%
G 201 of 649 ~ 30.97%
B 214 of 649 ~ 32.97%

%36.06
%30.97
%32.97

CMYK color model

#EAC9D6 color CMYK value is (0,14,9,8).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(0,14,9,8)
C0M14Y9K8 
(0%,14%,9%,8%)
(0.00/0.14/0.09/0.08)	

CMYK percentages

%0
%14.1
%8.55
%8.24

Codes

Color #EAC9D6 in popluar color models

EAC9D6
RGB234201214
HSL336°44.00%85.29%
HSB/HSV336°14.10%91.76%
CMYK0.00%14.10%8.55%
8.24%

Color #EAC9D6 in popluar number systems.

HEXEAC9D6
Decimal234201214
Binary111010101100100111010110
Octal352311326

Shades and tints

Shades of #EAC9D6

#EAC9D6
(234,201,214)
#D5B7C3
(213,183,195)
#C0A5B0
(192,165,176)
#AB939D
(171,147,157)
#96818A
(150,129,138)
#816F77
(129,111,119)
#6C5D64
(108,93,100)
#574B51
(87,75,81)
#42393E
(66,57,62)
#2D272B
(45,39,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #EAC9D6

#EAC9D6
(234,201,214)
#EBCDD9
(235,205,217)
#ECD1DC
(236,209,220)
#EDD5DF
(237,213,223)
#EED9E2
(238,217,226)
#EFDDE5
(239,221,229)
#F0E1E8
(240,225,232)
#F1E5EB
(241,229,235)
#F2E9EE
(242,233,238)
#F3EDF1
(243,237,241)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC9D6; }

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

This text font color is #EAC9D6.


Background Color

.myBgColor { background-color: #EAC9D6; }

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

This div background color is #EAC9D6.


Border color

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

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

This div border color is #EAC9D6.


Opacity

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

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

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

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

This text has shadow with #EAC9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC9D6 on black background.


Color preview on white background

This text has color #EAC9D6 on white background.



Black color preview on #EAC9D6 background

This text has black color on #EAC9D6 background.


White color preview on #EAC9D6 background

This text has white color on #EAC9D6 background.