COLOR #EAD6CC

HEX: #EAD6CC
RGB: (234,214,204)

Color info

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

RGB color model

#EAD6CC color RGB value is (234,214,204).

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

RGB channels and saturation

R 234 of 255 = 92%
G 214 of 255 = 84%
B 204 of 255 = 80%

234
214
204

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

Portions of RGB colors in percentages

R + G + B =
234 + 214 + 204 = 652 (100%)
R 234 of 652 ~ 35.89%
G 214 of 652 ~ 32.82%
B 204 of 652 ~ 31.29%

%35.89
%32.82
%31.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.55%
  • 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
%8.55
%12.82
%8.24

Codes

Color #EAD6CC in popluar color models

EAD6CC
RGB234214204
HSL20°41.67%85.88%
HSB/HSV20°12.82%91.76%
CMYK0.00%8.55%12.82%
8.24%

Color #EAD6CC in popluar number systems.

HEXEAD6CC
Decimal234214204
Binary111010101101011011001100
Octal352326314

Shades and tints

Shades of #EAD6CC

#EAD6CC
(234,214,204)
#D5C3BA
(213,195,186)
#C0B0A8
(192,176,168)
#AB9D96
(171,157,150)
#968A84
(150,138,132)
#817772
(129,119,114)
#6C6460
(108,100,96)
#57514E
(87,81,78)
#423E3C
(66,62,60)
#2D2B2A
(45,43,42)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #EAD6CC

#EAD6CC
(234,214,204)
#EBD9D0
(235,217,208)
#ECDCD4
(236,220,212)
#EDDFD8
(237,223,216)
#EEE2DC
(238,226,220)
#EFE5E0
(239,229,224)
#F0E8E4
(240,232,228)
#F1EBE8
(241,235,232)
#F2EEEC
(242,238,236)
#F3F1F0
(243,241,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD6CC; }

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

This text font color is #EAD6CC.


Background Color

.myBgColor { background-color: #EAD6CC; }

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

This div background color is #EAD6CC.


Border color

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

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

This div border color is #EAD6CC.


Opacity

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

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

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

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

This text has shadow with #EAD6CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD6CC on black background.


Color preview on white background

This text has color #EAD6CC on white background.



Black color preview on #EAD6CC background

This text has black color on #EAD6CC background.


White color preview on #EAD6CC background

This text has white color on #EAD6CC background.