COLOR #EAC6FE

HEX: #EAC6FE
RGB: (234,198,254)

Color info

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

RGB color model

#EAC6FE color RGB value is (234,198,254).

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

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 254 of 255 = 100%

234
198
254

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 254 = 686 (100%)
R 234 of 686 ~ 34.11%
G 198 of 686 ~ 28.86%
B 254 of 686 ~ 37.03%

%34.11
%28.86
%37.03

CMYK color model

#EAC6FE color CMYK value is (8,22,0,0).

  • cyan value is 7.87%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(8,22,0,0)
C8M22Y0K0 
(8%,22%,0%,0%)
(0.08/0.22/0.00/0.00)	

CMYK percentages

%7.87
%22.05
%0
%0.39

Codes

Color #EAC6FE in popluar color models

EAC6FE
RGB234198254
HSL279°96.55%88.63%
HSB/HSV279°22.05%99.61%
CMYK7.87%22.05%0.00%
0.39%

Color #EAC6FE in popluar number systems.

HEXEAC6FE
Decimal234198254
Binary111010101100011011111110
Octal352306376

Shades and tints

Shades of #EAC6FE

#EAC6FE
(234,198,254)
#D5B4E7
(213,180,231)
#C0A2D0
(192,162,208)
#AB90B9
(171,144,185)
#967EA2
(150,126,162)
#816C8B
(129,108,139)
#6C5A74
(108,90,116)
#57485D
(87,72,93)
#423646
(66,54,70)
#2D242F
(45,36,47)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #EAC6FE

#EAC6FE
(234,198,254)
#EBCBFE
(235,203,254)
#ECD0FE
(236,208,254)
#EDD5FE
(237,213,254)
#EEDAFE
(238,218,254)
#EFDFFE
(239,223,254)
#F0E4FE
(240,228,254)
#F1E9FE
(241,233,254)
#F2EEFE
(242,238,254)
#F3F3FE
(243,243,254)
#F4F8FE
(244,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6FE; }

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

This text font color is #EAC6FE.


Background Color

.myBgColor { background-color: #EAC6FE; }

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

This div background color is #EAC6FE.


Border color

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

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

This div border color is #EAC6FE.


Opacity

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

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

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

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

This text has shadow with #EAC6FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6FE on black background.


Color preview on white background

This text has color #EAC6FE on white background.



Black color preview on #EAC6FE background

This text has black color on #EAC6FE background.


White color preview on #EAC6FE background

This text has white color on #EAC6FE background.