COLOR #EAC6EF

HEX: #EAC6EF
RGB: (234,198,239)

Color info

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

RGB color model

#EAC6EF color RGB value is (234,198,239).

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

RGB channels and saturation

R 234 of 255 = 92%
G 198 of 255 = 78%
B 239 of 255 = 94%

234
198
239

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

Portions of RGB colors in percentages

R + G + B =
234 + 198 + 239 = 671 (100%)
R 234 of 671 ~ 34.87%
G 198 of 671 ~ 29.51%
B 239 of 671 ~ 35.62%

%34.87
%29.51
%35.62

CMYK color model

#EAC6EF color CMYK value is (2,17,0,6).

  • cyan value is 2.09%
  • magenta value is 17.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(2,17,0,6)
C2M17Y0K6 
(2%,17%,0%,6%)
(0.02/0.17/0.00/0.06)	

CMYK percentages

%2.09
%17.15
%0
%6.27

Codes

Color #EAC6EF in popluar color models

EAC6EF
RGB234198239
HSL293°56.16%85.69%
HSB/HSV293°17.15%93.73%
CMYK2.09%17.15%0.00%
6.27%

Color #EAC6EF in popluar number systems.

HEXEAC6EF
Decimal234198239
Binary111010101100011011101111
Octal352306357

Shades and tints

Shades of #EAC6EF

#EAC6EF
(234,198,239)
#D5B4DA
(213,180,218)
#C0A2C5
(192,162,197)
#AB90B0
(171,144,176)
#967E9B
(150,126,155)
#816C86
(129,108,134)
#6C5A71
(108,90,113)
#57485C
(87,72,92)
#423647
(66,54,71)
#2D2432
(45,36,50)
#18121D
(24,18,29)
#000000
(0,0,0)

Tints of #EAC6EF

#EAC6EF
(234,198,239)
#EBCBF0
(235,203,240)
#ECD0F1
(236,208,241)
#EDD5F2
(237,213,242)
#EEDAF3
(238,218,243)
#EFDFF4
(239,223,244)
#F0E4F5
(240,228,245)
#F1E9F6
(241,233,246)
#F2EEF7
(242,238,247)
#F3F3F8
(243,243,248)
#F4F8F9
(244,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAC6EF; }

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

This text font color is #EAC6EF.


Background Color

.myBgColor { background-color: #EAC6EF; }

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

This div background color is #EAC6EF.


Border color

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

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

This div border color is #EAC6EF.


Opacity

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

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

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

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

This text has shadow with #EAC6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAC6EF on black background.


Color preview on white background

This text has color #EAC6EF on white background.



Black color preview on #EAC6EF background

This text has black color on #EAC6EF background.


White color preview on #EAC6EF background

This text has white color on #EAC6EF background.