COLOR #EAD2D1

HEX: #EAD2D1
RGB: (234,210,209)

Color info

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

RGB color model

#EAD2D1 color RGB value is (234,210,209).

  • red value is 234;
  • green value is 210;
  • blue value is 209.
RGB:
(234,210,209)
(92%,82%,82%)

RGB channels and saturation

R 234 of 255 = 92%
G 210 of 255 = 82%
B 209 of 255 = 82%

234
210
209

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

Portions of RGB colors in percentages

R + G + B =
234 + 210 + 209 = 653 (100%)
R 234 of 653 ~ 35.83%
G 210 of 653 ~ 32.16%
B 209 of 653 ~ 32.01%

%35.83
%32.16
%32.01

CMYK color model

#EAD2D1 color CMYK value is (0,10,11,8).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 10.68%
  • key color value is 8.24%
CMYK:
(0,10,11,8)
C0M10Y11K8 
(0%,10%,11%,8%)
(0.00/0.10/0.11/0.08)	

CMYK percentages

%0
%10.26
%10.68
%8.24

Codes

Color #EAD2D1 in popluar color models

EAD2D1
RGB234210209
HSL37.31%86.86%
HSB/HSV10.68%91.76%
CMYK0.00%10.26%10.68%
8.24%

Color #EAD2D1 in popluar number systems.

HEXEAD2D1
Decimal234210209
Binary111010101101001011010001
Octal352322321

Shades and tints

Shades of #EAD2D1

#EAD2D1
(234,210,209)
#D5BFBE
(213,191,190)
#C0ACAB
(192,172,171)
#AB9998
(171,153,152)
#968685
(150,134,133)
#817372
(129,115,114)
#6C605F
(108,96,95)
#574D4C
(87,77,76)
#423A39
(66,58,57)
#2D2726
(45,39,38)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #EAD2D1

#EAD2D1
(234,210,209)
#EBD6D5
(235,214,213)
#ECDAD9
(236,218,217)
#EDDEDD
(237,222,221)
#EEE2E1
(238,226,225)
#EFE6E5
(239,230,229)
#F0EAE9
(240,234,233)
#F1EEED
(241,238,237)
#F2F2F1
(242,242,241)
#F3F6F5
(243,246,245)
#F4FAF9
(244,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD2D1; }

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

This text font color is #EAD2D1.


Background Color

.myBgColor { background-color: #EAD2D1; }

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

This div background color is #EAD2D1.


Border color

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

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

This div border color is #EAD2D1.


Opacity

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

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

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

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

This text has shadow with #EAD2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD2D1 on black background.


Color preview on white background

This text has color #EAD2D1 on white background.



Black color preview on #EAD2D1 background

This text has black color on #EAD2D1 background.


White color preview on #EAD2D1 background

This text has white color on #EAD2D1 background.