COLOR #EAC7E1

HEX: #EAC7E1
RGB: (234,199,225)

Color info

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

RGB color model

#EAC7E1 color RGB value is (234,199,225).

  • red value is 234;
  • green value is 199;
  • blue value is 225.
RGB:
(234,199,225)
(92%,78%,88%)

RGB channels and saturation

R 234 of 255 = 92%
G 199 of 255 = 78%
B 225 of 255 = 88%

234
199
225

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

Portions of RGB colors in percentages

R + G + B =
234 + 199 + 225 = 658 (100%)
R 234 of 658 ~ 35.56%
G 199 of 658 ~ 30.24%
B 225 of 658 ~ 34.19%

%35.56
%30.24
%34.19

CMYK color model

#EAC7E1 color CMYK value is (0,15,4,8).

  • cyan value is 0.00%
  • magenta value is 14.96%
  • yellow value is 3.85%
  • key color value is 8.24%
CMYK:
(0,15,4,8)
C0M15Y4K8 
(0%,15%,4%,8%)
(0.00/0.15/0.04/0.08)	

CMYK percentages

%0
%14.96
%3.85
%8.24

Codes

Color #EAC7E1 in popluar color models

EAC7E1
RGB234199225
HSL315°45.45%84.90%
HSB/HSV315°14.96%91.76%
CMYK0.00%14.96%3.85%
8.24%

Color #EAC7E1 in popluar number systems.

HEXEAC7E1
Decimal234199225
Binary111010101100011111100001
Octal352307341

Shades and tints

Shades of #EAC7E1

#EAC7E1
(234,199,225)
#D5B5CD
(213,181,205)
#C0A3B9
(192,163,185)
#AB91A5
(171,145,165)
#967F91
(150,127,145)
#816D7D
(129,109,125)
#6C5B69
(108,91,105)
#574955
(87,73,85)
#423741
(66,55,65)
#2D252D
(45,37,45)
#181319
(24,19,25)
#000000
(0,0,0)

Tints of #EAC7E1

#EAC7E1
(234,199,225)
#EBCCE3
(235,204,227)
#ECD1E5
(236,209,229)
#EDD6E7
(237,214,231)
#EEDBE9
(238,219,233)
#EFE0EB
(239,224,235)
#F0E5ED
(240,229,237)
#F1EAEF
(241,234,239)
#F2EFF1
(242,239,241)
#F3F4F3
(243,244,243)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC7E1 color. Also use rgb(234,199,225) instead hex code.

Text Font Color

.myTextColor { color: #EAC7E1; }

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

This text font color is #EAC7E1.


Background Color

.myBgColor { background-color: #EAC7E1; }

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

This div background color is #EAC7E1.


Border color

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

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

This div border color is #EAC7E1.


Opacity

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

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

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

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

This text has shadow with #EAC7E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC7E1 on black background.


Color preview on white background

This text has color #EAC7E1 on white background.



Black color preview on #EAC7E1 background

This text has black color on #EAC7E1 background.


White color preview on #EAC7E1 background

This text has white color on #EAC7E1 background.