COLOR #EAC6F7

HEX: #EAC6F7
RGB: (234,198,247)

Color info

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

RGB color model

#EAC6F7 color RGB value is (234,198,247).

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

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 247 of 255 = 97%

234
198
247

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 247 = 679 (100%)
R 234 of 679 ~ 34.46%
G 198 of 679 ~ 29.16%
B 247 of 679 ~ 36.38%

%34.46
%29.16
%36.38

CMYK color model

#EAC6F7 color CMYK value is (5,20,0,3).

  • cyan value is 5.26%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(5,20,0,3)
C5M20Y0K3 
(5%,20%,0%,3%)
(0.05/0.20/0.00/0.03)	

CMYK percentages

%5.26
%19.84
%0
%3.14

Codes

Color #EAC6F7 in popluar color models

EAC6F7
RGB234198247
HSL284°75.38%87.25%
HSB/HSV284°19.84%96.86%
CMYK5.26%19.84%0.00%
3.14%

Color #EAC6F7 in popluar number systems.

HEXEAC6F7
Decimal234198247
Binary111010101100011011110111
Octal352306367

Shades and tints

Shades of #EAC6F7

#EAC6F7
(234,198,247)
#D5B4E1
(213,180,225)
#C0A2CB
(192,162,203)
#AB90B5
(171,144,181)
#967E9F
(150,126,159)
#816C89
(129,108,137)
#6C5A73
(108,90,115)
#57485D
(87,72,93)
#423647
(66,54,71)
#2D2431
(45,36,49)
#18121B
(24,18,27)
#000000
(0,0,0)

Tints of #EAC6F7

#EAC6F7
(234,198,247)
#EBCBF7
(235,203,247)
#ECD0F7
(236,208,247)
#EDD5F7
(237,213,247)
#EEDAF7
(238,218,247)
#EFDFF7
(239,223,247)
#F0E4F7
(240,228,247)
#F1E9F7
(241,233,247)
#F2EEF7
(242,238,247)
#F3F3F7
(243,243,247)
#F4F8F7
(244,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6F7; }

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

This text font color is #EAC6F7.


Background Color

.myBgColor { background-color: #EAC6F7; }

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

This div background color is #EAC6F7.


Border color

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

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

This div border color is #EAC6F7.


Opacity

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

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

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

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

This text has shadow with #EAC6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6F7 on black background.


Color preview on white background

This text has color #EAC6F7 on white background.



Black color preview on #EAC6F7 background

This text has black color on #EAC6F7 background.


White color preview on #EAC6F7 background

This text has white color on #EAC6F7 background.