COLOR #EAC5D7

HEX: #EAC5D7
RGB: (234,197,215)

Color info

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

RGB color model

#EAC5D7 color RGB value is (234,197,215).

  • red value is 234;
  • green value is 197;
  • blue value is 215.
RGB:
(234,197,215)
(92%,77%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 197 of 255 = 77%
B 215 of 255 = 84%

234
197
215

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

Portions of RGB colors in percentages

R + G + B =
234 + 197 + 215 = 646 (100%)
R 234 of 646 ~ 36.22%
G 197 of 646 ~ 30.5%
B 215 of 646 ~ 33.28%

%36.22
%30.5
%33.28

CMYK color model

#EAC5D7 color CMYK value is (0,16,8,8).

  • cyan value is 0.00%
  • magenta value is 15.81%
  • yellow value is 8.12%
  • key color value is 8.24%
CMYK:
(0,16,8,8)
C0M16Y8K8 
(0%,16%,8%,8%)
(0.00/0.16/0.08/0.08)	

CMYK percentages

%0
%15.81
%8.12
%8.24

Codes

Color #EAC5D7 in popluar color models

EAC5D7
RGB234197215
HSL331°46.84%84.51%
HSB/HSV331°15.81%91.76%
CMYK0.00%15.81%8.12%
8.24%

Color #EAC5D7 in popluar number systems.

HEXEAC5D7
Decimal234197215
Binary111010101100010111010111
Octal352305327

Shades and tints

Shades of #EAC5D7

#EAC5D7
(234,197,215)
#D5B4C4
(213,180,196)
#C0A3B1
(192,163,177)
#AB929E
(171,146,158)
#96818B
(150,129,139)
#817078
(129,112,120)
#6C5F65
(108,95,101)
#574E52
(87,78,82)
#423D3F
(66,61,63)
#2D2C2C
(45,44,44)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #EAC5D7

#EAC5D7
(234,197,215)
#EBCADA
(235,202,218)
#ECCFDD
(236,207,221)
#EDD4E0
(237,212,224)
#EED9E3
(238,217,227)
#EFDEE6
(239,222,230)
#F0E3E9
(240,227,233)
#F1E8EC
(241,232,236)
#F2EDEF
(242,237,239)
#F3F2F2
(243,242,242)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC5D7 color. Also use rgb(234,197,215) instead hex code.

Text Font Color

.myTextColor { color: #EAC5D7; }

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

This text font color is #EAC5D7.


Background Color

.myBgColor { background-color: #EAC5D7; }

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

This div background color is #EAC5D7.


Border color

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

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

This div border color is #EAC5D7.


Opacity

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

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

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

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

This text has shadow with #EAC5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC5D7 on black background.


Color preview on white background

This text has color #EAC5D7 on white background.



Black color preview on #EAC5D7 background

This text has black color on #EAC5D7 background.


White color preview on #EAC5D7 background

This text has white color on #EAC5D7 background.