COLOR #E0CDC3

HEX: #E0CDC3
RGB: (224,205,195)

Color info

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

RGB color model

#E0CDC3 color RGB value is (224,205,195).

  • red value is 224;
  • green value is 205;
  • blue value is 195.
RGB:
(224,205,195)
(88%,80%,76%)

RGB channels and saturation

R 224 of 255 = 88%
G 205 of 255 = 80%
B 195 of 255 = 76%

224
205
195

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

Portions of RGB colors in percentages

R + G + B =
224 + 205 + 195 = 624 (100%)
R 224 of 624 ~ 35.9%
G 205 of 624 ~ 32.85%
B 195 of 624 ~ 31.25%

%35.9
%32.85
%31.25

CMYK color model

#E0CDC3 color CMYK value is (0,8,13,12).

  • cyan value is 0.00%
  • magenta value is 8.48%
  • yellow value is 12.95%
  • key color value is 12.16%
CMYK:
(0,8,13,12)
C0M8Y13K12 
(0%,8%,13%,12%)
(0.00/0.08/0.13/0.12)	

CMYK percentages

%0
%8.48
%12.95
%12.16

Codes

Color #E0CDC3 in popluar color models

E0CDC3
RGB224205195
HSL21°31.87%82.16%
HSB/HSV21°12.95%87.84%
CMYK0.00%8.48%12.95%
12.16%

Color #E0CDC3 in popluar number systems.

HEXE0CDC3
Decimal224205195
Binary111000001100110111000011
Octal340315303

Shades and tints

Shades of #E0CDC3

#E0CDC3
(224,205,195)
#CCBBB2
(204,187,178)
#B8A9A1
(184,169,161)
#A49790
(164,151,144)
#90857F
(144,133,127)
#7C736E
(124,115,110)
#68615D
(104,97,93)
#544F4C
(84,79,76)
#403D3B
(64,61,59)
#2C2B2A
(44,43,42)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #E0CDC3

#E0CDC3
(224,205,195)
#E2D1C8
(226,209,200)
#E4D5CD
(228,213,205)
#E6D9D2
(230,217,210)
#E8DDD7
(232,221,215)
#EAE1DC
(234,225,220)
#ECE5E1
(236,229,225)
#EEE9E6
(238,233,230)
#F0EDEB
(240,237,235)
#F2F1F0
(242,241,240)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CDC3 color. Also use rgb(224,205,195) instead hex code.

Text Font Color

.myTextColor { color: #E0CDC3; }

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

This text font color is #E0CDC3.


Background Color

.myBgColor { background-color: #E0CDC3; }

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

This div background color is #E0CDC3.


Border color

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

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

This div border color is #E0CDC3.


Opacity

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

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

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

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

This text has shadow with #E0CDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CDC3 on black background.


Color preview on white background

This text has color #E0CDC3 on white background.



Black color preview on #E0CDC3 background

This text has black color on #E0CDC3 background.


White color preview on #E0CDC3 background

This text has white color on #E0CDC3 background.