COLOR #EAD6E4

HEX: #EAD6E4
RGB: (234,214,228)

Color info

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

RGB color model

#EAD6E4 color RGB value is (234,214,228).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 228 of 255 = 89%

234
214
228

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 228 = 676 (100%)
R 234 of 676 ~ 34.62%
G 214 of 676 ~ 31.66%
B 228 of 676 ~ 33.73%

%34.62
%31.66
%33.73

CMYK color model

#EAD6E4 color CMYK value is (0,9,3,8).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(0,9,3,8)
C0M9Y3K8 
(0%,9%,3%,8%)
(0.00/0.09/0.03/0.08)	

CMYK percentages

%0
%8.55
%2.56
%8.24

Codes

Color #EAD6E4 in popluar color models

EAD6E4
RGB234214228
HSL318°32.26%87.84%
HSB/HSV318°8.55%91.76%
CMYK0.00%8.55%2.56%
8.24%

Color #EAD6E4 in popluar number systems.

HEXEAD6E4
Decimal234214228
Binary111010101101011011100100
Octal352326344

Shades and tints

Shades of #EAD6E4

#EAD6E4
(234,214,228)
#D5C3D0
(213,195,208)
#C0B0BC
(192,176,188)
#AB9DA8
(171,157,168)
#968A94
(150,138,148)
#817780
(129,119,128)
#6C646C
(108,100,108)
#575158
(87,81,88)
#423E44
(66,62,68)
#2D2B30
(45,43,48)
#18181C
(24,24,28)
#000000
(0,0,0)

Tints of #EAD6E4

#EAD6E4
(234,214,228)
#EBD9E6
(235,217,230)
#ECDCE8
(236,220,232)
#EDDFEA
(237,223,234)
#EEE2EC
(238,226,236)
#EFE5EE
(239,229,238)
#F0E8F0
(240,232,240)
#F1EBF2
(241,235,242)
#F2EEF4
(242,238,244)
#F3F1F6
(243,241,246)
#F4F4F8
(244,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6E4; }

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

This text font color is #EAD6E4.


Background Color

.myBgColor { background-color: #EAD6E4; }

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

This div background color is #EAD6E4.


Border color

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

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

This div border color is #EAD6E4.


Opacity

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

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

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

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

This text has shadow with #EAD6E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6E4 on black background.


Color preview on white background

This text has color #EAD6E4 on white background.



Black color preview on #EAD6E4 background

This text has black color on #EAD6E4 background.


White color preview on #EAD6E4 background

This text has white color on #EAD6E4 background.