COLOR #EAC9FD

HEX: #EAC9FD
RGB: (234,201,253)

Color info

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

RGB color model

#EAC9FD color RGB value is (234,201,253).

  • red value is 234;
  • green value is 201;
  • blue value is 253.
RGB:
(234,201,253)
(92%,79%,99%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 253 of 255 = 99%

234
201
253

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

Portions of RGB colors in percentages

R + G + B =
234 + 201 + 253 = 688 (100%)
R 234 of 688 ~ 34.01%
G 201 of 688 ~ 29.22%
B 253 of 688 ~ 36.77%

%34.01
%29.22
%36.77

CMYK color model

#EAC9FD color CMYK value is (8,21,0,1).

  • cyan value is 7.51%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,21,0,1)
C8M21Y0K1 
(8%,21%,0%,1%)
(0.08/0.21/0.00/0.01)	

CMYK percentages

%7.51
%20.55
%0
%0.78

Codes

Color #EAC9FD in popluar color models

EAC9FD
RGB234201253
HSL278°92.86%89.02%
HSB/HSV278°20.55%99.22%
CMYK7.51%20.55%0.00%
0.78%

Color #EAC9FD in popluar number systems.

HEXEAC9FD
Decimal234201253
Binary111010101100100111111101
Octal352311375

Shades and tints

Shades of #EAC9FD

#EAC9FD
(234,201,253)
#D5B7E6
(213,183,230)
#C0A5CF
(192,165,207)
#AB93B8
(171,147,184)
#9681A1
(150,129,161)
#816F8A
(129,111,138)
#6C5D73
(108,93,115)
#574B5C
(87,75,92)
#423945
(66,57,69)
#2D272E
(45,39,46)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #EAC9FD

#EAC9FD
(234,201,253)
#EBCDFD
(235,205,253)
#ECD1FD
(236,209,253)
#EDD5FD
(237,213,253)
#EED9FD
(238,217,253)
#EFDDFD
(239,221,253)
#F0E1FD
(240,225,253)
#F1E5FD
(241,229,253)
#F2E9FD
(242,233,253)
#F3EDFD
(243,237,253)
#F4F1FD
(244,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC9FD; }

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

This text font color is #EAC9FD.


Background Color

.myBgColor { background-color: #EAC9FD; }

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

This div background color is #EAC9FD.


Border color

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

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

This div border color is #EAC9FD.


Opacity

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

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

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

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

This text has shadow with #EAC9FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC9FD on black background.


Color preview on white background

This text has color #EAC9FD on white background.



Black color preview on #EAC9FD background

This text has black color on #EAC9FD background.


White color preview on #EAC9FD background

This text has white color on #EAC9FD background.