COLOR #EAD8C8

HEX: #EAD8C8
RGB: (234,216,200)

Color info

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

RGB color model

#EAD8C8 color RGB value is (234,216,200).

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

RGB channels and saturation

R 234 of 255 = 92%
G 216 of 255 = 85%
B 200 of 255 = 78%

234
216
200

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

Portions of RGB colors in percentages

R + G + B =
234 + 216 + 200 = 650 (100%)
R 234 of 650 ~ 36%
G 216 of 650 ~ 33.23%
B 200 of 650 ~ 30.77%

%36
%33.23
%30.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.69%
  • yellow value is 14.53%
  • key color value is 8.24%
CMYK:
(0,8,15,8)
C0M8Y15K8 
(0%,8%,15%,8%)
(0.00/0.08/0.15/0.08)	

CMYK percentages

%0
%7.69
%14.53
%8.24

Codes

Color #EAD8C8 in popluar color models

EAD8C8
RGB234216200
HSL28°44.74%85.10%
HSB/HSV28°14.53%91.76%
CMYK0.00%7.69%14.53%
8.24%

Color #EAD8C8 in popluar number systems.

HEXEAD8C8
Decimal234216200
Binary111010101101100011001000
Octal352330310

Shades and tints

Shades of #EAD8C8

#EAD8C8
(234,216,200)
#D5C5B6
(213,197,182)
#C0B2A4
(192,178,164)
#AB9F92
(171,159,146)
#968C80
(150,140,128)
#81796E
(129,121,110)
#6C665C
(108,102,92)
#57534A
(87,83,74)
#424038
(66,64,56)
#2D2D26
(45,45,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #EAD8C8

#EAD8C8
(234,216,200)
#EBDBCD
(235,219,205)
#ECDED2
(236,222,210)
#EDE1D7
(237,225,215)
#EEE4DC
(238,228,220)
#EFE7E1
(239,231,225)
#F0EAE6
(240,234,230)
#F1EDEB
(241,237,235)
#F2F0F0
(242,240,240)
#F3F3F5
(243,243,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD8C8; }

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

This text font color is #EAD8C8.


Background Color

.myBgColor { background-color: #EAD8C8; }

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

This div background color is #EAD8C8.


Border color

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

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

This div border color is #EAD8C8.


Opacity

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

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

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

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

This text has shadow with #EAD8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD8C8 on black background.


Color preview on white background

This text has color #EAD8C8 on white background.



Black color preview on #EAD8C8 background

This text has black color on #EAD8C8 background.


White color preview on #EAD8C8 background

This text has white color on #EAD8C8 background.