COLOR #EAD4C1

HEX: #EAD4C1
RGB: (234,212,193)

Color info

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

RGB color model

#EAD4C1 color RGB value is (234,212,193).

  • red value is 234;
  • green value is 212;
  • blue value is 193.
RGB:
(234,212,193)
(92%,83%,76%)

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 193 of 255 = 76%

234
212
193

R + G + B ~ 84%. #EAD4C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
234 + 212 + 193 = 639 (100%)
R 234 of 639 ~ 36.62%
G 212 of 639 ~ 33.18%
B 193 of 639 ~ 30.2%

%36.62
%33.18
%30.2

CMYK color model

#EAD4C1 color CMYK value is (0,9,18,8).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 17.52%
  • key color value is 8.24%
CMYK:
(0,9,18,8)
C0M9Y18K8 
(0%,9%,18%,8%)
(0.00/0.09/0.18/0.08)	

CMYK percentages

%0
%9.4
%17.52
%8.24

Codes

Color #EAD4C1 in popluar color models

EAD4C1
RGB234212193
HSL28°49.40%83.73%
HSB/HSV28°17.52%91.76%
CMYK0.00%9.40%17.52%
8.24%

Color #EAD4C1 in popluar number systems.

HEXEAD4C1
Decimal234212193
Binary111010101101010011000001
Octal352324301

Shades and tints

Shades of #EAD4C1

#EAD4C1
(234,212,193)
#D5C1B0
(213,193,176)
#C0AE9F
(192,174,159)
#AB9B8E
(171,155,142)
#96887D
(150,136,125)
#81756C
(129,117,108)
#6C625B
(108,98,91)
#574F4A
(87,79,74)
#423C39
(66,60,57)
#2D2928
(45,41,40)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #EAD4C1

#EAD4C1
(234,212,193)
#EBD7C6
(235,215,198)
#ECDACB
(236,218,203)
#EDDDD0
(237,221,208)
#EEE0D5
(238,224,213)
#EFE3DA
(239,227,218)
#F0E6DF
(240,230,223)
#F1E9E4
(241,233,228)
#F2ECE9
(242,236,233)
#F3EFEE
(243,239,238)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EAD4C1 color. Also use rgb(234,212,193) instead hex code.

Text Font Color

.myTextColor { color: #EAD4C1; }

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

This text font color is #EAD4C1.


Background Color

.myBgColor { background-color: #EAD4C1; }

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

This div background color is #EAD4C1.


Border color

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

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

This div border color is #EAD4C1.


Opacity

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

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

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

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

This text has shadow with #EAD4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD4C1 on black background.


Color preview on white background

This text has color #EAD4C1 on white background.



Black color preview on #EAD4C1 background

This text has black color on #EAD4C1 background.


White color preview on #EAD4C1 background

This text has white color on #EAD4C1 background.