COLOR #EAD9E3

HEX: #EAD9E3
RGB: (234,217,227)

Color info

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

RGB color model

#EAD9E3 color RGB value is (234,217,227).

  • red value is 234;
  • green value is 217;
  • blue value is 227.
RGB:
(234,217,227)
(92%,85%,89%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 227 of 255 = 89%

234
217
227

R + G + B ~ 89%. #EAD9E3 is light color.

Portions of RGB colors in percentages

R + G + B =
234 + 217 + 227 = 678 (100%)
R 234 of 678 ~ 34.51%
G 217 of 678 ~ 32.01%
B 227 of 678 ~ 33.48%

%34.51
%32.01
%33.48

CMYK color model

#EAD9E3 color CMYK value is (0,7,3,8).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 2.99%
  • key color value is 8.24%
CMYK:
(0,7,3,8)
C0M7Y3K8 
(0%,7%,3%,8%)
(0.00/0.07/0.03/0.08)	

CMYK percentages

%0
%7.26
%2.99
%8.24

Codes

Color #EAD9E3 in popluar color models

EAD9E3
RGB234217227
HSL325°28.81%88.43%
HSB/HSV325°7.26%91.76%
CMYK0.00%7.26%2.99%
8.24%

Color #EAD9E3 in popluar number systems.

HEXEAD9E3
Decimal234217227
Binary111010101101100111100011
Octal352331343

Shades and tints

Shades of #EAD9E3

#EAD9E3
(234,217,227)
#D5C6CF
(213,198,207)
#C0B3BB
(192,179,187)
#ABA0A7
(171,160,167)
#968D93
(150,141,147)
#817A7F
(129,122,127)
#6C676B
(108,103,107)
#575457
(87,84,87)
#424143
(66,65,67)
#2D2E2F
(45,46,47)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #EAD9E3

#EAD9E3
(234,217,227)
#EBDCE5
(235,220,229)
#ECDFE7
(236,223,231)
#EDE2E9
(237,226,233)
#EEE5EB
(238,229,235)
#EFE8ED
(239,232,237)
#F0EBEF
(240,235,239)
#F1EEF1
(241,238,241)
#F2F1F3
(242,241,243)
#F3F4F5
(243,244,245)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD9E3 color. Also use rgb(234,217,227) instead hex code.

Text Font Color

.myTextColor { color: #EAD9E3; }

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

This text font color is #EAD9E3.


Background Color

.myBgColor { background-color: #EAD9E3; }

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

This div background color is #EAD9E3.


Border color

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

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

This div border color is #EAD9E3.


Opacity

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

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

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

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

This text has shadow with #EAD9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD9E3 on black background.


Color preview on white background

This text has color #EAD9E3 on white background.



Black color preview on #EAD9E3 background

This text has black color on #EAD9E3 background.


White color preview on #EAD9E3 background

This text has white color on #EAD9E3 background.