COLOR #EAD5CC

HEX: #EAD5CC
RGB: (234,213,204)

Color info

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

RGB color model

#EAD5CC color RGB value is (234,213,204).

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

RGB channels and saturation

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

234
213
204

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

Portions of RGB colors in percentages

R + G + B =
234 + 213 + 204 = 651 (100%)
R 234 of 651 ~ 35.94%
G 213 of 651 ~ 32.72%
B 204 of 651 ~ 31.34%

%35.94
%32.72
%31.34

CMYK color model

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

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

Codes

Color #EAD5CC in popluar color models

EAD5CC
RGB234213204
HSL18°41.67%85.88%
HSB/HSV18°12.82%91.76%
CMYK0.00%8.97%12.82%
8.24%

Color #EAD5CC in popluar number systems.

HEXEAD5CC
Decimal234213204
Binary111010101101010111001100
Octal352325314

Shades and tints

Shades of #EAD5CC

#EAD5CC
(234,213,204)
#D5C2BA
(213,194,186)
#C0AFA8
(192,175,168)
#AB9C96
(171,156,150)
#968984
(150,137,132)
#817672
(129,118,114)
#6C6360
(108,99,96)
#57504E
(87,80,78)
#423D3C
(66,61,60)
#2D2A2A
(45,42,42)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #EAD5CC

#EAD5CC
(234,213,204)
#EBD8D0
(235,216,208)
#ECDBD4
(236,219,212)
#EDDED8
(237,222,216)
#EEE1DC
(238,225,220)
#EFE4E0
(239,228,224)
#F0E7E4
(240,231,228)
#F1EAE8
(241,234,232)
#F2EDEC
(242,237,236)
#F3F0F0
(243,240,240)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EAD5CC; }

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

This text font color is #EAD5CC.


Background Color

.myBgColor { background-color: #EAD5CC; }

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

This div background color is #EAD5CC.


Border color

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

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

This div border color is #EAD5CC.


Opacity

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

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

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

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

This text has shadow with #EAD5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EAD5CC on black background.


Color preview on white background

This text has color #EAD5CC on white background.



Black color preview on #EAD5CC background

This text has black color on #EAD5CC background.


White color preview on #EAD5CC background

This text has white color on #EAD5CC background.