COLOR #E4C4CD

HEX: #E4C4CD
RGB: (228,196,205)

Color info

#E4C4CD contains red, green and blue colors in about the same proportion. Web safe color of #E4C4CD is #CCCCCC (or #CCC).

RGB color model

#E4C4CD color RGB value is (228,196,205).

  • red value is 228;
  • green value is 196;
  • blue value is 205.
RGB:
(228,196,205)
(89%,77%,80%)

RGB channels and saturation

R 228 of 255 = 89%
G 196 of 255 = 77%
B 205 of 255 = 80%

228
196
205

R + G + B ~ 82%. #E4C4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 196 + 205 = 629 (100%)
R 228 of 629 ~ 36.25%
G 196 of 629 ~ 31.16%
B 205 of 629 ~ 32.59%

%36.25
%31.16
%32.59

CMYK color model

#E4C4CD color CMYK value is (0,14,10,11).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 10.09%
  • key color value is 10.59%
CMYK:
(0,14,10,11)
C0M14Y10K11 
(0%,14%,10%,11%)
(0.00/0.14/0.10/0.11)	

CMYK percentages

%0
%14.04
%10.09
%10.59

Codes

Color #E4C4CD in popluar color models

E4C4CD
RGB228196205
HSL343°37.21%83.14%
HSB/HSV343°14.04%89.41%
CMYK0.00%14.04%10.09%
10.59%

Color #E4C4CD in popluar number systems.

HEXE4C4CD
Decimal228196205
Binary111001001100010011001101
Octal344304315

Shades and tints

Shades of #E4C4CD

#E4C4CD
(228,196,205)
#D0B3BB
(208,179,187)
#BCA2A9
(188,162,169)
#A89197
(168,145,151)
#948085
(148,128,133)
#806F73
(128,111,115)
#6C5E61
(108,94,97)
#584D4F
(88,77,79)
#443C3D
(68,60,61)
#302B2B
(48,43,43)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #E4C4CD

#E4C4CD
(228,196,205)
#E6C9D1
(230,201,209)
#E8CED5
(232,206,213)
#EAD3D9
(234,211,217)
#ECD8DD
(236,216,221)
#EEDDE1
(238,221,225)
#F0E2E5
(240,226,229)
#F2E7E9
(242,231,233)
#F4ECED
(244,236,237)
#F6F1F1
(246,241,241)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C4CD color. Also use rgb(228,196,205) instead hex code.

Text Font Color

.myTextColor { color: #E4C4CD; }

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

This text font color is #E4C4CD.


Background Color

.myBgColor { background-color: #E4C4CD; }

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

This div background color is #E4C4CD.


Border color

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

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

This div border color is #E4C4CD.


Opacity

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

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

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

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

This text has shadow with #E4C4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4C4CD on black background.


Color preview on white background

This text has color #E4C4CD on white background.



Black color preview on #E4C4CD background

This text has black color on #E4C4CD background.


White color preview on #E4C4CD background

This text has white color on #E4C4CD background.