COLOR #EAC9EE

HEX: #EAC9EE RGB: (234,201,238)

Color info

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

RGB color model

#EAC9EE color RGB value is (234,201,238).

RGB: (234,201,238) (92%, 79%, 93%)

RGB channels and saturation

R 234 of 255 = 92%
G 201 of 255 = 79%
B 238 of 255 = 93%

234
201
238

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

Portions of RGB colors in percentages

R + G + B = 234 + 201 + 238 = 673 (100%)
R 234 of 673 ~ 34.77%
G 201 of 673 ~ 29.87%
B 238 of 673 ~ 35.36'%

%34.77
%29.87
%35.36

CMYK color model

#EAC9EE color CMYK value is (2,16,0,7).

  • cyan value is 1.68%
  • magenta value is 15.55%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (2,16,0,7) C2M16Y0K7 (2%,16%,0%,7%) (0.02/0.16/0.00/0.07) 

CMYK percentages

%1.68
%15.55
%0
%6.67

Codes

Color #EAC9EE in popluar color models

EA C9 EE
RGB 234 201 238
HSL 294° 52.11% 86.08%
HSB/HSV 294° 15.55% 93.33%
CMYK 1.68% 15.55% 0.00%
6.67%

Color #EAC9EE in popluar number systems.

HEX EA C9 EE
Decimal 234 201 238
Binary 11101010 11001001 11101110
Octal 352 311 356

Shades and tints

Shades of #EAC9EE

#EAC9EE
(234,201,238)
#D5B7D9
(213,183,217)
#C0A5C4
(192,165,196)
#AB93AF
(171,147,175)
#96819A
(150,129,154)
#816F85
(129,111,133)
#6C5D70
(108,93,112)
#574B5B
(87,75,91)
#423946
(66,57,70)
#2D2731
(45,39,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #EAC9EE

#EAC9EE
(234,201,238)
#EBCDEF
(235,205,239)
#ECD1F0
(236,209,240)
#EDD5F1
(237,213,241)
#EED9F2
(238,217,242)
#EFDDF3
(239,221,243)
#F0E1F4
(240,225,244)
#F1E5F5
(241,229,245)
#F2E9F6
(242,233,246)
#F3EDF7
(243,237,247)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAC9EE color. Also use rgb(234,201,238) instead hex code.

Text Font Color

.myTextColor { color: #EAC9EE; }

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

This text font color is #EAC9EE.

Background Color

.myBgColor { background-color: #EAC9EE; }

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

This div background color is #EAC9EE.

Border color

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

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

This div border color is #EAC9EE.

Opacity

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

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

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

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

This text has shadow with #EAC9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAC9EE.

Preview

Color preview on black background

This text has color #EAC9EE on black background.


Color preview on white background

This text has color #EAC9EE on white background.


Black color preview on #EAC9EE background

This text has black color on #EAC9EE background.


White color preview on #EAC9EE background

This text has white color on #EAC9EE background.


Related colors

Complementary color

Complementary color for #hex is #153611.


I love getcolorcode.com

Triadic colors

1 #EEEAC9 and #C9EEEA with #EAC9EE are triadic colors.

2 #EEC9EA and #C9EAEE with #EAC9EE are triadic colors.