COLOR #EAC6F5

HEX: #EAC6F5
RGB: (234,198,245)

Color info

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

RGB color model

#EAC6F5 color RGB value is (234,198,245).

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

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 245 of 255 = 96%

234
198
245

R + G + B ~ 89%. #EAC6F5 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 245 = 677 (100%)
R 234 of 677 ~ 34.56%
G 198 of 677 ~ 29.25%
B 245 of 677 ~ 36.19%

%34.56
%29.25
%36.19

CMYK color model

#EAC6F5 color CMYK value is (4,19,0,4).

  • cyan value is 4.49%
  • magenta value is 19.18%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(4,19,0,4)
C4M19Y0K4 
(4%,19%,0%,4%)
(0.04/0.19/0.00/0.04)	

CMYK percentages

%4.49
%19.18
%0
%3.92

Codes

Color #EAC6F5 in popluar color models

EAC6F5
RGB234198245
HSL286°70.15%86.86%
HSB/HSV286°19.18%96.08%
CMYK4.49%19.18%0.00%
3.92%

Color #EAC6F5 in popluar number systems.

HEXEAC6F5
Decimal234198245
Binary111010101100011011110101
Octal352306365

Shades and tints

Shades of #EAC6F5

#EAC6F5
(234,198,245)
#D5B4DF
(213,180,223)
#C0A2C9
(192,162,201)
#AB90B3
(171,144,179)
#967E9D
(150,126,157)
#816C87
(129,108,135)
#6C5A71
(108,90,113)
#57485B
(87,72,91)
#423645
(66,54,69)
#2D242F
(45,36,47)
#181219
(24,18,25)
#000000
(0,0,0)

Tints of #EAC6F5

#EAC6F5
(234,198,245)
#EBCBF5
(235,203,245)
#ECD0F5
(236,208,245)
#EDD5F5
(237,213,245)
#EEDAF5
(238,218,245)
#EFDFF5
(239,223,245)
#F0E4F5
(240,228,245)
#F1E9F5
(241,233,245)
#F2EEF5
(242,238,245)
#F3F3F5
(243,243,245)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6F5; }

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

This text font color is #EAC6F5.


Background Color

.myBgColor { background-color: #EAC6F5; }

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

This div background color is #EAC6F5.


Border color

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

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

This div border color is #EAC6F5.


Opacity

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

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

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

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

This text has shadow with #EAC6F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6F5 on black background.


Color preview on white background

This text has color #EAC6F5 on white background.



Black color preview on #EAC6F5 background

This text has black color on #EAC6F5 background.


White color preview on #EAC6F5 background

This text has white color on #EAC6F5 background.