COLOR #E0C8C4

HEX: #E0C8C4
RGB: (224,200,196)

Color info

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

RGB color model

#E0C8C4 color RGB value is (224,200,196).

  • red value is 224;
  • green value is 200;
  • blue value is 196.
RGB:
(224,200,196)
(88%,78%,77%)

RGB channels and saturation

R 224 of 255 = 88%
G 200 of 255 = 78%
B 196 of 255 = 77%

224
200
196

R + G + B ~ 81%. #E0C8C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 200 + 196 = 620 (100%)
R 224 of 620 ~ 36.13%
G 200 of 620 ~ 32.26%
B 196 of 620 ~ 31.61%

%36.13
%32.26
%31.61

CMYK color model

#E0C8C4 color CMYK value is (0,11,13,12).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 12.50%
  • key color value is 12.16%
CMYK:
(0,11,13,12)
C0M11Y13K12 
(0%,11%,13%,12%)
(0.00/0.11/0.13/0.12)	

CMYK percentages

%0
%10.71
%12.5
%12.16

Codes

Color #E0C8C4 in popluar color models

E0C8C4
RGB224200196
HSL31.11%82.35%
HSB/HSV12.50%87.84%
CMYK0.00%10.71%12.50%
12.16%

Color #E0C8C4 in popluar number systems.

HEXE0C8C4
Decimal224200196
Binary111000001100100011000100
Octal340310304

Shades and tints

Shades of #E0C8C4

#E0C8C4
(224,200,196)
#CCB6B3
(204,182,179)
#B8A4A2
(184,164,162)
#A49291
(164,146,145)
#908080
(144,128,128)
#7C6E6F
(124,110,111)
#685C5E
(104,92,94)
#544A4D
(84,74,77)
#40383C
(64,56,60)
#2C262B
(44,38,43)
#18141A
(24,20,26)
#000000
(0,0,0)

Tints of #E0C8C4

#E0C8C4
(224,200,196)
#E2CDC9
(226,205,201)
#E4D2CE
(228,210,206)
#E6D7D3
(230,215,211)
#E8DCD8
(232,220,216)
#EAE1DD
(234,225,221)
#ECE6E2
(236,230,226)
#EEEBE7
(238,235,231)
#F0F0EC
(240,240,236)
#F2F5F1
(242,245,241)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0C8C4 color. Also use rgb(224,200,196) instead hex code.

Text Font Color

.myTextColor { color: #E0C8C4; }

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

This text font color is #E0C8C4.


Background Color

.myBgColor { background-color: #E0C8C4; }

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

This div background color is #E0C8C4.


Border color

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

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

This div border color is #E0C8C4.


Opacity

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

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

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

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

This text has shadow with #E0C8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0C8C4 on black background.


Color preview on white background

This text has color #E0C8C4 on white background.



Black color preview on #E0C8C4 background

This text has black color on #E0C8C4 background.


White color preview on #E0C8C4 background

This text has white color on #E0C8C4 background.