COLOR #EAD5C8

HEX: #EAD5C8
RGB: (234,213,200)

Color info

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

RGB color model

#EAD5C8 color RGB value is (234,213,200).

  • red value is 234;
  • green value is 213;
  • blue value is 200.
RGB:
(234,213,200)
(92%,84%,78%)

RGB channels and saturation

R 234 of 255 = 92%
G 213 of 255 = 84%
B 200 of 255 = 78%

234
213
200

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

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 200 = 647 (100%)
R 234 of 647 ~ 36.17%
G 213 of 647 ~ 32.92%
B 200 of 647 ~ 30.91%

%36.17
%32.92
%30.91

CMYK color model

#EAD5C8 color CMYK value is (0,9,15,8).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(0,9,15,8)
C0M9Y15K8 
(0%,9%,15%,8%)
(0.00/0.09/0.15/0.08)	

CMYK percentages

%0
%8.97
%14.53
%8.24

Codes

Color #EAD5C8 in popluar color models

EAD5C8
RGB234213200
HSL23°44.74%85.10%
HSB/HSV23°14.53%91.76%
CMYK0.00%8.97%14.53%
8.24%

Color #EAD5C8 in popluar number systems.

HEXEAD5C8
Decimal234213200
Binary111010101101010111001000
Octal352325310

Shades and tints

Shades of #EAD5C8

#EAD5C8
(234,213,200)
#D5C2B6
(213,194,182)
#C0AFA4
(192,175,164)
#AB9C92
(171,156,146)
#968980
(150,137,128)
#81766E
(129,118,110)
#6C635C
(108,99,92)
#57504A
(87,80,74)
#423D38
(66,61,56)
#2D2A26
(45,42,38)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #EAD5C8

#EAD5C8
(234,213,200)
#EBD8CD
(235,216,205)
#ECDBD2
(236,219,210)
#EDDED7
(237,222,215)
#EEE1DC
(238,225,220)
#EFE4E1
(239,228,225)
#F0E7E6
(240,231,230)
#F1EAEB
(241,234,235)
#F2EDF0
(242,237,240)
#F3F0F5
(243,240,245)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5C8; }

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

This text font color is #EAD5C8.


Background Color

.myBgColor { background-color: #EAD5C8; }

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

This div background color is #EAD5C8.


Border color

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

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

This div border color is #EAD5C8.


Opacity

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

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

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

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

This text has shadow with #EAD5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD5C8 on black background.


Color preview on white background

This text has color #EAD5C8 on white background.



Black color preview on #EAD5C8 background

This text has black color on #EAD5C8 background.


White color preview on #EAD5C8 background

This text has white color on #EAD5C8 background.