COLOR #EAA5C7

HEX: #EAA5C7
RGB: (234,165,199)

Color info

#EAA5C7 contains mainly red and blue colors. Web safe color of #EAA5C7 is #FF99CC (or #F9C).

RGB color model

#EAA5C7 color RGB value is (234,165,199).

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

RGB channels and saturation

R 234 of 255 = 92%
G 165 of 255 = 65%
B 199 of 255 = 78%

234
165
199

R + G + B ~ 78%. #EAA5C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 165 + 199 = 598 (100%)
R 234 of 598 ~ 39.13%
G 165 of 598 ~ 27.59%
B 199 of 598 ~ 33.28%

%39.13
%27.59
%33.28

CMYK color model

#EAA5C7 color CMYK value is (0,29,15,8).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(0,29,15,8)
C0M29Y15K8 
(0%,29%,15%,8%)
(0.00/0.29/0.15/0.08)	

CMYK percentages

%0
%29.49
%14.96
%8.24

Codes

Color #EAA5C7 in popluar color models

EAA5C7
RGB234165199
HSL330°62.16%78.24%
HSB/HSV330°29.49%91.76%
CMYK0.00%29.49%14.96%
8.24%

Color #EAA5C7 in popluar number systems.

HEXEAA5C7
Decimal234165199
Binary111010101010010111000111
Octal352245307

Shades and tints

Shades of #EAA5C7

#EAA5C7
(234,165,199)
#D596B5
(213,150,181)
#C087A3
(192,135,163)
#AB7891
(171,120,145)
#96697F
(150,105,127)
#815A6D
(129,90,109)
#6C4B5B
(108,75,91)
#573C49
(87,60,73)
#422D37
(66,45,55)
#2D1E25
(45,30,37)
#180F13
(24,15,19)
#000000
(0,0,0)

Tints of #EAA5C7

#EAA5C7
(234,165,199)
#EBADCC
(235,173,204)
#ECB5D1
(236,181,209)
#EDBDD6
(237,189,214)
#EEC5DB
(238,197,219)
#EFCDE0
(239,205,224)
#F0D5E5
(240,213,229)
#F1DDEA
(241,221,234)
#F2E5EF
(242,229,239)
#F3EDF4
(243,237,244)
#F4F5F9
(244,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAA5C7; }

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

This text font color is #EAA5C7.


Background Color

.myBgColor { background-color: #EAA5C7; }

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

This div background color is #EAA5C7.


Border color

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

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

This div border color is #EAA5C7.


Opacity

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

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

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

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

This text has shadow with #EAA5C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAA5C7 on black background.


Color preview on white background

This text has color #EAA5C7 on white background.



Black color preview on #EAA5C7 background

This text has black color on #EAA5C7 background.


White color preview on #EAA5C7 background

This text has white color on #EAA5C7 background.