COLOR #EAD9EA

HEX: #EAD9EA
RGB: (234,217,234)

Color info

#EAD9EA contains red, green and blue colors in about the same proportion. Web safe color of #EAD9EA is #FFCCFF (or #FCF).

RGB color model

#EAD9EA color RGB value is (234,217,234).

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

RGB channels and saturation

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

234
217
234

R + G + B ~ 90%. #EAD9EA is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 217 + 234 = 685 (100%)
R 234 of 685 ~ 34.16%
G 217 of 685 ~ 31.68%
B 234 of 685 ~ 34.16%

%34.16
%31.68
%34.16

CMYK color model

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

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

CMYK percentages

%0
%7.26
%0
%8.24

Codes

Color #EAD9EA in popluar color models

EAD9EA
RGB234217234
HSL300°28.81%88.43%
HSB/HSV300°7.26%91.76%
CMYK0.00%7.26%0.00%
8.24%

Color #EAD9EA in popluar number systems.

HEXEAD9EA
Decimal234217234
Binary111010101101100111101010
Octal352331352

Shades and tints

Shades of #EAD9EA

#EAD9EA
(234,217,234)
#D5C6D5
(213,198,213)
#C0B3C0
(192,179,192)
#ABA0AB
(171,160,171)
#968D96
(150,141,150)
#817A81
(129,122,129)
#6C676C
(108,103,108)
#575457
(87,84,87)
#424142
(66,65,66)
#2D2E2D
(45,46,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #EAD9EA

#EAD9EA
(234,217,234)
#EBDCEB
(235,220,235)
#ECDFEC
(236,223,236)
#EDE2ED
(237,226,237)
#EEE5EE
(238,229,238)
#EFE8EF
(239,232,239)
#F0EBF0
(240,235,240)
#F1EEF1
(241,238,241)
#F2F1F2
(242,241,242)
#F3F4F3
(243,244,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD9EA; }

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

This text font color is #EAD9EA.


Background Color

.myBgColor { background-color: #EAD9EA; }

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

This div background color is #EAD9EA.


Border color

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

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

This div border color is #EAD9EA.


Opacity

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

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

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

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

This text has shadow with #EAD9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD9EA on black background.


Color preview on white background

This text has color #EAD9EA on white background.



Black color preview on #EAD9EA background

This text has black color on #EAD9EA background.


White color preview on #EAD9EA background

This text has white color on #EAD9EA background.