COLOR #E0CEC5

HEX: #E0CEC5
RGB: (224,206,197)

Color info

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

RGB color model

#E0CEC5 color RGB value is (224,206,197).

  • red value is 224;
  • green value is 206;
  • blue value is 197.
RGB:
(224,206,197)
(88%,81%,77%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 197 of 255 = 77%

224
206
197

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

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 197 = 627 (100%)
R 224 of 627 ~ 35.73%
G 206 of 627 ~ 32.85%
B 197 of 627 ~ 31.42%

%35.73
%32.85
%31.42

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 12.05%
  • key color value is 12.16%
CMYK:
(0,8,12,12)
C0M8Y12K12 
(0%,8%,12%,12%)
(0.00/0.08/0.12/0.12)	

CMYK percentages

%0
%8.04
%12.05
%12.16

Codes

Color #E0CEC5 in popluar color models

E0CEC5
RGB224206197
HSL20°30.34%82.55%
HSB/HSV20°12.05%87.84%
CMYK0.00%8.04%12.05%
12.16%

Color #E0CEC5 in popluar number systems.

HEXE0CEC5
Decimal224206197
Binary111000001100111011000101
Octal340316305

Shades and tints

Shades of #E0CEC5

#E0CEC5
(224,206,197)
#CCBCB4
(204,188,180)
#B8AAA3
(184,170,163)
#A49892
(164,152,146)
#908681
(144,134,129)
#7C7470
(124,116,112)
#68625F
(104,98,95)
#54504E
(84,80,78)
#403E3D
(64,62,61)
#2C2C2C
(44,44,44)
#181A1B
(24,26,27)
#000000
(0,0,0)

Tints of #E0CEC5

#E0CEC5
(224,206,197)
#E2D2CA
(226,210,202)
#E4D6CF
(228,214,207)
#E6DAD4
(230,218,212)
#E8DED9
(232,222,217)
#EAE2DE
(234,226,222)
#ECE6E3
(236,230,227)
#EEEAE8
(238,234,232)
#F0EEED
(240,238,237)
#F2F2F2
(242,242,242)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CEC5 color. Also use rgb(224,206,197) instead hex code.

Text Font Color

.myTextColor { color: #E0CEC5; }

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

This text font color is #E0CEC5.


Background Color

.myBgColor { background-color: #E0CEC5; }

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

This div background color is #E0CEC5.


Border color

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

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

This div border color is #E0CEC5.


Opacity

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

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

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

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

This text has shadow with #E0CEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CEC5 on black background.


Color preview on white background

This text has color #E0CEC5 on white background.



Black color preview on #E0CEC5 background

This text has black color on #E0CEC5 background.


White color preview on #E0CEC5 background

This text has white color on #E0CEC5 background.