COLOR #EAC6D9

HEX: #EAC6D9
RGB: (234,198,217)

Color info

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

RGB color model

#EAC6D9 color RGB value is (234,198,217).

  • red value is 234;
  • green value is 198;
  • blue value is 217.
RGB:
(234,198,217)
(92%,78%,85%)

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 217 of 255 = 85%

234
198
217

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 217 = 649 (100%)
R 234 of 649 ~ 36.06%
G 198 of 649 ~ 30.51%
B 217 of 649 ~ 33.44%

%36.06
%30.51
%33.44

CMYK color model

#EAC6D9 color CMYK value is (0,15,7,8).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 7.26%
  • key color value is 8.24%
CMYK:
(0,15,7,8)
C0M15Y7K8 
(0%,15%,7%,8%)
(0.00/0.15/0.07/0.08)	

CMYK percentages

%0
%15.38
%7.26
%8.24

Codes

Color #EAC6D9 in popluar color models

EAC6D9
RGB234198217
HSL328°46.15%84.71%
HSB/HSV328°15.38%91.76%
CMYK0.00%15.38%7.26%
8.24%

Color #EAC6D9 in popluar number systems.

HEXEAC6D9
Decimal234198217
Binary111010101100011011011001
Octal352306331

Shades and tints

Shades of #EAC6D9

#EAC6D9
(234,198,217)
#D5B4C6
(213,180,198)
#C0A2B3
(192,162,179)
#AB90A0
(171,144,160)
#967E8D
(150,126,141)
#816C7A
(129,108,122)
#6C5A67
(108,90,103)
#574854
(87,72,84)
#423641
(66,54,65)
#2D242E
(45,36,46)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #EAC6D9

#EAC6D9
(234,198,217)
#EBCBDC
(235,203,220)
#ECD0DF
(236,208,223)
#EDD5E2
(237,213,226)
#EEDAE5
(238,218,229)
#EFDFE8
(239,223,232)
#F0E4EB
(240,228,235)
#F1E9EE
(241,233,238)
#F2EEF1
(242,238,241)
#F3F3F4
(243,243,244)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC6D9 color. Also use rgb(234,198,217) instead hex code.

Text Font Color

.myTextColor { color: #EAC6D9; }

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

This text font color is #EAC6D9.


Background Color

.myBgColor { background-color: #EAC6D9; }

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

This div background color is #EAC6D9.


Border color

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

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

This div border color is #EAC6D9.


Opacity

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

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

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

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

This text has shadow with #EAC6D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6D9 on black background.


Color preview on white background

This text has color #EAC6D9 on white background.



Black color preview on #EAC6D9 background

This text has black color on #EAC6D9 background.


White color preview on #EAC6D9 background

This text has white color on #EAC6D9 background.