COLOR #EACAE6

HEX: #EACAE6
RGB: (234,202,230)

Color info

#EACAE6 contains red, green and blue colors in about the same proportion. Web safe color of #EACAE6 is #FFCCCC (or #FCC).

RGB color model

#EACAE6 color RGB value is (234,202,230).

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

RGB channels and saturation

R 234 of 255 = 92%
G 202 of 255 = 79%
B 230 of 255 = 90%

234
202
230

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

Portions of RGB colors in percentages

R + G + B =
234 + 202 + 230 = 666 (100%)
R 234 of 666 ~ 35.14%
G 202 of 666 ~ 30.33%
B 230 of 666 ~ 34.53%

%35.14
%30.33
%34.53

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(0,14,2,8)
C0M14Y2K8 
(0%,14%,2%,8%)
(0.00/0.14/0.02/0.08)	

CMYK percentages

%0
%13.68
%1.71
%8.24

Codes

Color #EACAE6 in popluar color models

EACAE6
RGB234202230
HSL308°43.24%85.49%
HSB/HSV308°13.68%91.76%
CMYK0.00%13.68%1.71%
8.24%

Color #EACAE6 in popluar number systems.

HEXEACAE6
Decimal234202230
Binary111010101100101011100110
Octal352312346

Shades and tints

Shades of #EACAE6

#EACAE6
(234,202,230)
#D5B8D2
(213,184,210)
#C0A6BE
(192,166,190)
#AB94AA
(171,148,170)
#968296
(150,130,150)
#817082
(129,112,130)
#6C5E6E
(108,94,110)
#574C5A
(87,76,90)
#423A46
(66,58,70)
#2D2832
(45,40,50)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #EACAE6

#EACAE6
(234,202,230)
#EBCEE8
(235,206,232)
#ECD2EA
(236,210,234)
#EDD6EC
(237,214,236)
#EEDAEE
(238,218,238)
#EFDEF0
(239,222,240)
#F0E2F2
(240,226,242)
#F1E6F4
(241,230,244)
#F2EAF6
(242,234,246)
#F3EEF8
(243,238,248)
#F4F2FA
(244,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EACAE6; }

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

This text font color is #EACAE6.


Background Color

.myBgColor { background-color: #EACAE6; }

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

This div background color is #EACAE6.


Border color

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

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

This div border color is #EACAE6.


Opacity

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

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

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

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

This text has shadow with #EACAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACAE6 on black background.


Color preview on white background

This text has color #EACAE6 on white background.



Black color preview on #EACAE6 background

This text has black color on #EACAE6 background.


White color preview on #EACAE6 background

This text has white color on #EACAE6 background.