COLOR #EACAE9

HEX: #EACAE9
RGB: (234,202,233)

Color info

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

RGB color model

#EACAE9 color RGB value is (234,202,233).

  • red value is 234;
  • green value is 202;
  • blue value is 233.
RGB:
(234,202,233)
(92%,79%,91%)

RGB channels and saturation

R 234 of 255 = 92%
G 202 of 255 = 79%
B 233 of 255 = 91%

234
202
233

R + G + B ~ 87%. #EACAE9 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 202 + 233 = 669 (100%)
R 234 of 669 ~ 34.98%
G 202 of 669 ~ 30.19%
B 233 of 669 ~ 34.83%

%34.98
%30.19
%34.83

CMYK color model

#EACAE9 color CMYK value is (0,14,0,8).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 0.43%
  • key color value is 8.24%
CMYK:
(0,14,0,8)
C0M14Y0K8 
(0%,14%,0%,8%)
(0.00/0.14/0.00/0.08)	

CMYK percentages

%0
%13.68
%0.43
%8.24

Codes

Color #EACAE9 in popluar color models

EACAE9
RGB234202233
HSL302°43.24%85.49%
HSB/HSV302°13.68%91.76%
CMYK0.00%13.68%0.43%
8.24%

Color #EACAE9 in popluar number systems.

HEXEACAE9
Decimal234202233
Binary111010101100101011101001
Octal352312351

Shades and tints

Shades of #EACAE9

#EACAE9
(234,202,233)
#D5B8D4
(213,184,212)
#C0A6BF
(192,166,191)
#AB94AA
(171,148,170)
#968295
(150,130,149)
#817080
(129,112,128)
#6C5E6B
(108,94,107)
#574C56
(87,76,86)
#423A41
(66,58,65)
#2D282C
(45,40,44)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #EACAE9

#EACAE9
(234,202,233)
#EBCEEB
(235,206,235)
#ECD2ED
(236,210,237)
#EDD6EF
(237,214,239)
#EEDAF1
(238,218,241)
#EFDEF3
(239,222,243)
#F0E2F5
(240,226,245)
#F1E6F7
(241,230,247)
#F2EAF9
(242,234,249)
#F3EEFB
(243,238,251)
#F4F2FD
(244,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACAE9 color. Also use rgb(234,202,233) instead hex code.

Text Font Color

.myTextColor { color: #EACAE9; }

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

This text font color is #EACAE9.


Background Color

.myBgColor { background-color: #EACAE9; }

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

This div background color is #EACAE9.


Border color

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

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

This div border color is #EACAE9.


Opacity

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

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

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

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

This text has shadow with #EACAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACAE9 on black background.


Color preview on white background

This text has color #EACAE9 on white background.



Black color preview on #EACAE9 background

This text has black color on #EACAE9 background.


White color preview on #EACAE9 background

This text has white color on #EACAE9 background.