COLOR #EACCDD

HEX: #EACCDD
RGB: (234,204,221)

Color info

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

RGB color model

#EACCDD color RGB value is (234,204,221).

  • red value is 234;
  • green value is 204;
  • blue value is 221.
RGB:
(234,204,221)
(92%,80%,87%)

RGB channels and saturation

R 234 of 255 = 92%
G 204 of 255 = 80%
B 221 of 255 = 87%

234
204
221

R + G + B ~ 86%. #EACCDD is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 204 + 221 = 659 (100%)
R 234 of 659 ~ 35.51%
G 204 of 659 ~ 30.96%
B 221 of 659 ~ 33.54%

%35.51
%30.96
%33.54

CMYK color model

#EACCDD color CMYK value is (0,13,6,8).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK:
(0,13,6,8)
C0M13Y6K8 
(0%,13%,6%,8%)
(0.00/0.13/0.06/0.08)	

CMYK percentages

%0
%12.82
%5.56
%8.24

Codes

Color #EACCDD in popluar color models

EACCDD
RGB234204221
HSL326°41.67%85.88%
HSB/HSV326°12.82%91.76%
CMYK0.00%12.82%5.56%
8.24%

Color #EACCDD in popluar number systems.

HEXEACCDD
Decimal234204221
Binary111010101100110011011101
Octal352314335

Shades and tints

Shades of #EACCDD

#EACCDD
(234,204,221)
#D5BAC9
(213,186,201)
#C0A8B5
(192,168,181)
#AB96A1
(171,150,161)
#96848D
(150,132,141)
#817279
(129,114,121)
#6C6065
(108,96,101)
#574E51
(87,78,81)
#423C3D
(66,60,61)
#2D2A29
(45,42,41)
#181815
(24,24,21)
#000000
(0,0,0)

Tints of #EACCDD

#EACCDD
(234,204,221)
#EBD0E0
(235,208,224)
#ECD4E3
(236,212,227)
#EDD8E6
(237,216,230)
#EEDCE9
(238,220,233)
#EFE0EC
(239,224,236)
#F0E4EF
(240,228,239)
#F1E8F2
(241,232,242)
#F2ECF5
(242,236,245)
#F3F0F8
(243,240,248)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACCDD color. Also use rgb(234,204,221) instead hex code.

Text Font Color

.myTextColor { color: #EACCDD; }

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

This text font color is #EACCDD.


Background Color

.myBgColor { background-color: #EACCDD; }

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

This div background color is #EACCDD.


Border color

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

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

This div border color is #EACCDD.


Opacity

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

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

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

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

This text has shadow with #EACCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACCDD on black background.


Color preview on white background

This text has color #EACCDD on white background.



Black color preview on #EACCDD background

This text has black color on #EACCDD background.


White color preview on #EACCDD background

This text has white color on #EACCDD background.