COLOR #EAD0CC

HEX: #EAD0CC
RGB: (234,208,204)

Color info

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

RGB color model

#EAD0CC color RGB value is (234,208,204).

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

RGB channels and saturation

R 234 of 255 = 92%
G 208 of 255 = 82%
B 204 of 255 = 80%

234
208
204

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

Portions of RGB colors in percentages

R + G + B =
234 + 208 + 204 = 646 (100%)
R 234 of 646 ~ 36.22%
G 208 of 646 ~ 32.2%
B 204 of 646 ~ 31.58%

%36.22
%32.2
%31.58

CMYK color model

#EAD0CC color CMYK value is (0,11,13,8).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 12.82%
  • key color value is 8.24%
CMYK:
(0,11,13,8)
C0M11Y13K8 
(0%,11%,13%,8%)
(0.00/0.11/0.13/0.08)	

CMYK percentages

%0
%11.11
%12.82
%8.24

Codes

Color #EAD0CC in popluar color models

EAD0CC
RGB234208204
HSL41.67%85.88%
HSB/HSV12.82%91.76%
CMYK0.00%11.11%12.82%
8.24%

Color #EAD0CC in popluar number systems.

HEXEAD0CC
Decimal234208204
Binary111010101101000011001100
Octal352320314

Shades and tints

Shades of #EAD0CC

#EAD0CC
(234,208,204)
#D5BEBA
(213,190,186)
#C0ACA8
(192,172,168)
#AB9A96
(171,154,150)
#968884
(150,136,132)
#817672
(129,118,114)
#6C6460
(108,100,96)
#57524E
(87,82,78)
#42403C
(66,64,60)
#2D2E2A
(45,46,42)
#181C18
(24,28,24)
#000000
(0,0,0)

Tints of #EAD0CC

#EAD0CC
(234,208,204)
#EBD4D0
(235,212,208)
#ECD8D4
(236,216,212)
#EDDCD8
(237,220,216)
#EEE0DC
(238,224,220)
#EFE4E0
(239,228,224)
#F0E8E4
(240,232,228)
#F1ECE8
(241,236,232)
#F2F0EC
(242,240,236)
#F3F4F0
(243,244,240)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD0CC; }

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

This text font color is #EAD0CC.


Background Color

.myBgColor { background-color: #EAD0CC; }

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

This div background color is #EAD0CC.


Border color

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

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

This div border color is #EAD0CC.


Opacity

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

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

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

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

This text has shadow with #EAD0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD0CC on black background.


Color preview on white background

This text has color #EAD0CC on white background.



Black color preview on #EAD0CC background

This text has black color on #EAD0CC background.


White color preview on #EAD0CC background

This text has white color on #EAD0CC background.