COLOR #EAD5D1

HEX: #EAD5D1 RGB: (234,213,209)

Color info

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

RGB color model

#EAD5D1 color RGB value is (234,213,209).

RGB: (234,213,209) (92%, 84%, 82%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 209 of 255 = 82%

234
213
209

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

Portions of RGB colors in percentages

R + G + B = 234 + 213 + 209 = 656 (100%)
R 234 of 656 ~ 35.67%
G 213 of 656 ~ 32.47%
B 209 of 656 ~ 31.86'%

%35.67
%32.47
%31.86

CMYK color model

#EAD5D1 color CMYK value is (0,9,11,8).

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

CMYK: (0,9,11,8)
C0M9Y11K8 (0%, 9%, 11%, 8%)
(0.00 / 0.09 / 0.11 / 0.08)

CMYK percentages

%0
%8.97
%10.68
%8.24

Codes

Color #EAD5D1 in popluar color models

EA D5 D1
RGB 234 213 209
HSL 10° 37.31% 86.86%
HSB/HSV 10° 10.68% 91.76%
CMYK 0.00% 8.97% 10.68%
8.24%

Color #EAD5D1 in popluar number systems.

HEX EA D5 D1
Decimal 234 213 209
Binary 11101010 11010101 11010001
Octal 352 325 321

Shades and tints

Shades of #EAD5D1

#EAD5D1
(234,213,209)
#D5C2BE
(213,194,190)
#C0AFAB
(192,175,171)
#AB9C98
(171,156,152)
#968985
(150,137,133)
#817672
(129,118,114)
#6C635F
(108,99,95)
#57504C
(87,80,76)
#423D39
(66,61,57)
#2D2A26
(45,42,38)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #EAD5D1

#EAD5D1
(234,213,209)
#EBD8D5
(235,216,213)
#ECDBD9
(236,219,217)
#EDDEDD
(237,222,221)
#EEE1E1
(238,225,225)
#EFE4E5
(239,228,229)
#F0E7E9
(240,231,233)
#F1EAED
(241,234,237)
#F2EDF1
(242,237,241)
#F3F0F5
(243,240,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5D1; }

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

This text font color is #EAD5D1.

Background Color

.myBgColor { background-color: #EAD5D1; }

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

This div background color is #EAD5D1.

Border color

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

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

This div border color is #EAD5D1.

Opacity

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

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

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

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

This text has shadow with #EAD5D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EAD5D1.

Preview

Color preview on black background

This text has color #EAD5D1 on black background.


Color preview on white background

This text has color #EAD5D1 on white background.


Black color preview on #EAD5D1 background

This text has black color on #EAD5D1 background.


White color preview on #EAD5D1 background

This text has white color on #EAD5D1 background.


Related colors

Complementary color

Complementary color for #hex is #152A2E.


I love getcolorcode.com

Triadic colors

1 #D1EAD5 and #D5D1EA with #EAD5D1 are triadic colors.

2 #D1D5EA and #D5EAD1 with #EAD5D1 are triadic colors.