COLOR #E0CEC8

HEX: #E0CEC8
RGB: (224,206,200)

Color info

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

RGB color model

#E0CEC8 color RGB value is (224,206,200).

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

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 200 of 255 = 78%

224
206
200

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

Portions of RGB colors in percentages

R + G + B =
224 + 206 + 200 = 630 (100%)
R 224 of 630 ~ 35.56%
G 206 of 630 ~ 32.7%
B 200 of 630 ~ 31.75%

%35.56
%32.7
%31.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(0,8,11,12)
C0M8Y11K12 
(0%,8%,11%,12%)
(0.00/0.08/0.11/0.12)	

CMYK percentages

%0
%8.04
%10.71
%12.16

Codes

Color #E0CEC8 in popluar color models

E0CEC8
RGB224206200
HSL15°27.91%83.14%
HSB/HSV15°10.71%87.84%
CMYK0.00%8.04%10.71%
12.16%

Color #E0CEC8 in popluar number systems.

HEXE0CEC8
Decimal224206200
Binary111000001100111011001000
Octal340316310

Shades and tints

Shades of #E0CEC8

#E0CEC8
(224,206,200)
#CCBCB6
(204,188,182)
#B8AAA4
(184,170,164)
#A49892
(164,152,146)
#908680
(144,134,128)
#7C746E
(124,116,110)
#68625C
(104,98,92)
#54504A
(84,80,74)
#403E38
(64,62,56)
#2C2C26
(44,44,38)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #E0CEC8

#E0CEC8
(224,206,200)
#E2D2CD
(226,210,205)
#E4D6D2
(228,214,210)
#E6DAD7
(230,218,215)
#E8DEDC
(232,222,220)
#EAE2E1
(234,226,225)
#ECE6E6
(236,230,230)
#EEEAEB
(238,234,235)
#F0EEF0
(240,238,240)
#F2F2F5
(242,242,245)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CEC8; }

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

This text font color is #E0CEC8.


Background Color

.myBgColor { background-color: #E0CEC8; }

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

This div background color is #E0CEC8.


Border color

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

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

This div border color is #E0CEC8.


Opacity

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

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

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

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

This text has shadow with #E0CEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0CEC8 on black background.


Color preview on white background

This text has color #E0CEC8 on white background.



Black color preview on #E0CEC8 background

This text has black color on #E0CEC8 background.


White color preview on #E0CEC8 background

This text has white color on #E0CEC8 background.