COLOR #EAC2F6

HEX: #EAC2F6
RGB: (234,194,246)

Color info

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

RGB color model

#EAC2F6 color RGB value is (234,194,246).

  • red value is 234;
  • green value is 194;
  • blue value is 246.
RGB:
(234,194,246)
(92%,76%,96%)

RGB channels and saturation

R 234 of 255 = 92%
G 194 of 255 = 76%
B 246 of 255 = 96%

234
194
246

R + G + B ~ 88%. #EAC2F6 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 194 + 246 = 674 (100%)
R 234 of 674 ~ 34.72%
G 194 of 674 ~ 28.78%
B 246 of 674 ~ 36.5%

%34.72
%28.78
%36.5

CMYK color model

#EAC2F6 color CMYK value is (5,21,0,4).

  • cyan value is 4.88%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(5,21,0,4)
C5M21Y0K4 
(5%,21%,0%,4%)
(0.05/0.21/0.00/0.04)	

CMYK percentages

%4.88
%21.14
%0
%3.53

Codes

Color #EAC2F6 in popluar color models

EAC2F6
RGB234194246
HSL286°74.29%86.27%
HSB/HSV286°21.14%96.47%
CMYK4.88%21.14%0.00%
3.53%

Color #EAC2F6 in popluar number systems.

HEXEAC2F6
Decimal234194246
Binary111010101100001011110110
Octal352302366

Shades and tints

Shades of #EAC2F6

#EAC2F6
(234,194,246)
#D5B1E0
(213,177,224)
#C0A0CA
(192,160,202)
#AB8FB4
(171,143,180)
#967E9E
(150,126,158)
#816D88
(129,109,136)
#6C5C72
(108,92,114)
#574B5C
(87,75,92)
#423A46
(66,58,70)
#2D2930
(45,41,48)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #EAC2F6

#EAC2F6
(234,194,246)
#EBC7F6
(235,199,246)
#ECCCF6
(236,204,246)
#EDD1F6
(237,209,246)
#EED6F6
(238,214,246)
#EFDBF6
(239,219,246)
#F0E0F6
(240,224,246)
#F1E5F6
(241,229,246)
#F2EAF6
(242,234,246)
#F3EFF6
(243,239,246)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC2F6; }

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

This text font color is #EAC2F6.


Background Color

.myBgColor { background-color: #EAC2F6; }

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

This div background color is #EAC2F6.


Border color

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

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

This div border color is #EAC2F6.


Opacity

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

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

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

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

This text has shadow with #EAC2F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC2F6 on black background.


Color preview on white background

This text has color #EAC2F6 on white background.



Black color preview on #EAC2F6 background

This text has black color on #EAC2F6 background.


White color preview on #EAC2F6 background

This text has white color on #EAC2F6 background.