COLOR #EAD9D5

HEX: #EAD9D5 RGB: (234,217,213)

Color info

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

RGB color model

#EAD9D5 color RGB value is (234,217,213).

RGB: (234,217,213) (92%, 85%, 84%)

RGB channels and saturation

R 234 of 255 = 92%
G 217 of 255 = 85%
B 213 of 255 = 84%

234
217
213

R + G + B ~ 87%. #EAD9D5 is light color.

Portions of RGB colors in percentages

R + G + B = 234 + 217 + 213 = 664 (100%)
R 234 of 664 ~ 35.24%
G 217 of 664 ~ 32.68%
B 213 of 664 ~ 32.08'%

%35.24
%32.68
%32.08

CMYK color model

#EAD9D5 color CMYK value is (0,7,9,8).

  • cyan value is 0.00%
  • magenta value is 7.26%
  • yellow value is 8.97%
  • key color value is 8.24%

CMYK: (0,7,9,8)
C0M7Y9K8 (0%, 7%, 9%, 8%)
(0.00 / 0.07 / 0.09 / 0.08)

CMYK percentages

%0
%7.26
%8.97
%8.24

Codes

Color #EAD9D5 in popluar color models

EA D9 D5
RGB 234 217 213
HSL 11° 33.33% 87.65%
HSB/HSV 11° 8.97% 91.76%
CMYK 0.00% 7.26% 8.97%
8.24%

Color #EAD9D5 in popluar number systems.

HEX EA D9 D5
Decimal 234 217 213
Binary 11101010 11011001 11010101
Octal 352 331 325

Shades and tints

Shades of #EAD9D5

#EAD9D5
(234,217,213)
#D5C6C2
(213,198,194)
#C0B3AF
(192,179,175)
#ABA09C
(171,160,156)
#968D89
(150,141,137)
#817A76
(129,122,118)
#6C6763
(108,103,99)
#575450
(87,84,80)
#42413D
(66,65,61)
#2D2E2A
(45,46,42)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #EAD9D5

#EAD9D5
(234,217,213)
#EBDCD8
(235,220,216)
#ECDFDB
(236,223,219)
#EDE2DE
(237,226,222)
#EEE5E1
(238,229,225)
#EFE8E4
(239,232,228)
#F0EBE7
(240,235,231)
#F1EEEA
(241,238,234)
#F2F1ED
(242,241,237)
#F3F4F0
(243,244,240)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD9D5; }

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

This text font color is #EAD9D5.

Background Color

.myBgColor { background-color: #EAD9D5; }

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

This div background color is #EAD9D5.

Border color

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

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

This div border color is #EAD9D5.

Opacity

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

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

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

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

This text has shadow with #EAD9D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD9D5.

Preview

Color preview on black background

This text has color #EAD9D5 on black background.


Color preview on white background

This text has color #EAD9D5 on white background.


Black color preview on #EAD9D5 background

This text has black color on #EAD9D5 background.


White color preview on #EAD9D5 background

This text has white color on #EAD9D5 background.


Related colors

Complementary color

Complementary color for #hex is #15262A.


I love getcolorcode.com

Triadic colors

1 #D5EAD9 and #D9D5EA with #EAD9D5 are triadic colors.

2 #D5D9EA and #D9EAD5 with #EAD9D5 are triadic colors.