COLOR #EAD4CC

HEX: #EAD4CC
RGB: (234,212,204)

Color info

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

RGB color model

#EAD4CC color RGB value is (234,212,204).

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

RGB channels and saturation

R 234 of 255 = 92%
G 212 of 255 = 83%
B 204 of 255 = 80%

234
212
204

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

Portions of RGB colors in percentages

R + G + B =
234 + 212 + 204 = 650 (100%)
R 234 of 650 ~ 36%
G 212 of 650 ~ 32.62%
B 204 of 650 ~ 31.38%

%36
%32.62
%31.38

CMYK color model

#EAD4CC color CMYK value is (0,9,13,8).

  • cyan value is 0.00%
  • magenta value is 9.40%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK:
(0,9,13,8)
C0M9Y13K8 
(0%,9%,13%,8%)
(0.00/0.09/0.13/0.08)	

CMYK percentages

%0
%9.4
%12.82
%8.24

Codes

Color #EAD4CC in popluar color models

EAD4CC
RGB234212204
HSL16°41.67%85.88%
HSB/HSV16°12.82%91.76%
CMYK0.00%9.40%12.82%
8.24%

Color #EAD4CC in popluar number systems.

HEXEAD4CC
Decimal234212204
Binary111010101101010011001100
Octal352324314

Shades and tints

Shades of #EAD4CC

#EAD4CC
(234,212,204)
#D5C1BA
(213,193,186)
#C0AEA8
(192,174,168)
#AB9B96
(171,155,150)
#968884
(150,136,132)
#817572
(129,117,114)
#6C6260
(108,98,96)
#574F4E
(87,79,78)
#423C3C
(66,60,60)
#2D292A
(45,41,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #EAD4CC

#EAD4CC
(234,212,204)
#EBD7D0
(235,215,208)
#ECDAD4
(236,218,212)
#EDDDD8
(237,221,216)
#EEE0DC
(238,224,220)
#EFE3E0
(239,227,224)
#F0E6E4
(240,230,228)
#F1E9E8
(241,233,232)
#F2ECEC
(242,236,236)
#F3EFF0
(243,239,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD4CC; }

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

This text font color is #EAD4CC.


Background Color

.myBgColor { background-color: #EAD4CC; }

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

This div background color is #EAD4CC.


Border color

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

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

This div border color is #EAD4CC.


Opacity

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

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

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

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

This text has shadow with #EAD4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD4CC on black background.


Color preview on white background

This text has color #EAD4CC on white background.



Black color preview on #EAD4CC background

This text has black color on #EAD4CC background.


White color preview on #EAD4CC background

This text has white color on #EAD4CC background.