COLOR #EACDD6

HEX: #EACDD6
RGB: (234,205,214)

Color info

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

RGB color model

#EACDD6 color RGB value is (234,205,214).

  • red value is 234;
  • green value is 205;
  • blue value is 214.
RGB:
(234,205,214)
(92%,80%,84%)

RGB channels and saturation

R 234 of 255 = 92%
G 205 of 255 = 80%
B 214 of 255 = 84%

234
205
214

R + G + B ~ 85%. #EACDD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 205 + 214 = 653 (100%)
R 234 of 653 ~ 35.83%
G 205 of 653 ~ 31.39%
B 214 of 653 ~ 32.77%

%35.83
%31.39
%32.77

CMYK color model

#EACDD6 color CMYK value is (0,12,9,8).

  • cyan value is 0.00%
  • magenta value is 12.39%
  • yellow value is 8.55%
  • key color value is 8.24%
CMYK:
(0,12,9,8)
C0M12Y9K8 
(0%,12%,9%,8%)
(0.00/0.12/0.09/0.08)	

CMYK percentages

%0
%12.39
%8.55
%8.24

Codes

Color #EACDD6 in popluar color models

EACDD6
RGB234205214
HSL341°40.85%86.08%
HSB/HSV341°12.39%91.76%
CMYK0.00%12.39%8.55%
8.24%

Color #EACDD6 in popluar number systems.

HEXEACDD6
Decimal234205214
Binary111010101100110111010110
Octal352315326

Shades and tints

Shades of #EACDD6

#EACDD6
(234,205,214)
#D5BBC3
(213,187,195)
#C0A9B0
(192,169,176)
#AB979D
(171,151,157)
#96858A
(150,133,138)
#817377
(129,115,119)
#6C6164
(108,97,100)
#574F51
(87,79,81)
#423D3E
(66,61,62)
#2D2B2B
(45,43,43)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #EACDD6

#EACDD6
(234,205,214)
#EBD1D9
(235,209,217)
#ECD5DC
(236,213,220)
#EDD9DF
(237,217,223)
#EEDDE2
(238,221,226)
#EFE1E5
(239,225,229)
#F0E5E8
(240,229,232)
#F1E9EB
(241,233,235)
#F2EDEE
(242,237,238)
#F3F1F1
(243,241,241)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EACDD6 color. Also use rgb(234,205,214) instead hex code.

Text Font Color

.myTextColor { color: #EACDD6; }

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

This text font color is #EACDD6.


Background Color

.myBgColor { background-color: #EACDD6; }

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

This div background color is #EACDD6.


Border color

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

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

This div border color is #EACDD6.


Opacity

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

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

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

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

This text has shadow with #EACDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EACDD6 on black background.


Color preview on white background

This text has color #EACDD6 on white background.



Black color preview on #EACDD6 background

This text has black color on #EACDD6 background.


White color preview on #EACDD6 background

This text has white color on #EACDD6 background.