COLOR #EACEE5

HEX: #EACEE5
RGB: (234,206,229)

Color info

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

RGB color model

#EACEE5 color RGB value is (234,206,229).

  • red value is 234;
  • green value is 206;
  • blue value is 229.
RGB:
(234,206,229)
(92%,81%,90%)

RGB channels and saturation

R 234 of 255 = 92%
G 206 of 255 = 81%
B 229 of 255 = 90%

234
206
229

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

Portions of RGB colors in percentages

R + G + B =
234 + 206 + 229 = 669 (100%)
R 234 of 669 ~ 34.98%
G 206 of 669 ~ 30.79%
B 229 of 669 ~ 34.23%

%34.98
%30.79
%34.23

CMYK color model

#EACEE5 color CMYK value is (0,12,2,8).

  • cyan value is 0.00%
  • magenta value is 11.97%
  • yellow value is 2.14%
  • key color value is 8.24%
CMYK:
(0,12,2,8)
C0M12Y2K8 
(0%,12%,2%,8%)
(0.00/0.12/0.02/0.08)	

CMYK percentages

%0
%11.97
%2.14
%8.24

Codes

Color #EACEE5 in popluar color models

EACEE5
RGB234206229
HSL311°40.00%86.27%
HSB/HSV311°11.97%91.76%
CMYK0.00%11.97%2.14%
8.24%

Color #EACEE5 in popluar number systems.

HEXEACEE5
Decimal234206229
Binary111010101100111011100101
Octal352316345

Shades and tints

Shades of #EACEE5

#EACEE5
(234,206,229)
#D5BCD1
(213,188,209)
#C0AABD
(192,170,189)
#AB98A9
(171,152,169)
#968695
(150,134,149)
#817481
(129,116,129)
#6C626D
(108,98,109)
#575059
(87,80,89)
#423E45
(66,62,69)
#2D2C31
(45,44,49)
#181A1D
(24,26,29)
#000000
(0,0,0)

Tints of #EACEE5

#EACEE5
(234,206,229)
#EBD2E7
(235,210,231)
#ECD6E9
(236,214,233)
#EDDAEB
(237,218,235)
#EEDEED
(238,222,237)
#EFE2EF
(239,226,239)
#F0E6F1
(240,230,241)
#F1EAF3
(241,234,243)
#F2EEF5
(242,238,245)
#F3F2F7
(243,242,247)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACEE5 color. Also use rgb(234,206,229) instead hex code.

Text Font Color

.myTextColor { color: #EACEE5; }

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

This text font color is #EACEE5.


Background Color

.myBgColor { background-color: #EACEE5; }

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

This div background color is #EACEE5.


Border color

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

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

This div border color is #EACEE5.


Opacity

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

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

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

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

This text has shadow with #EACEE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACEE5 on black background.


Color preview on white background

This text has color #EACEE5 on white background.



Black color preview on #EACEE5 background

This text has black color on #EACEE5 background.


White color preview on #EACEE5 background

This text has white color on #EACEE5 background.