COLOR #E0CCCE

HEX: #E0CCCE RGB: (224,204,206)

Color info

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

RGB color model

#E0CCCE color RGB value is (224,204,206).

RGB: (224,204,206) (88%, 80%, 81%)

RGB channels and saturation

R 224 of 255 = 88%
G 204 of 255 = 80%
B 206 of 255 = 81%

224
204
206

R + G + B ~ 83%. #E0CCCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 204 + 206 = 634 (100%)
R 224 of 634 ~ 35.33%
G 204 of 634 ~ 32.18%
B 206 of 634 ~ 32.49'%

%35.33
%32.18
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.93%
  • yellow value is 8.04%
  • key color value is 12.16%

CMYK: (0,9,8,12)
C0M9Y8K12 (0%, 9%, 8%, 12%)
(0.00 / 0.09 / 0.08 / 0.12)

CMYK percentages

%0
%8.93
%8.04
%12.16

Codes

Color #E0CCCE in popluar color models

E0 CC CE
RGB 224 204 206
HSL 354° 24.39% 83.92%
HSB/HSV 354° 8.93% 87.84%
CMYK 0.00% 8.93% 8.04%
12.16%

Color #E0CCCE in popluar number systems.

HEX E0 CC CE
Decimal 224 204 206
Binary 11100000 11001100 11001110
Octal 340 314 316

Shades and tints

Shades of #E0CCCE

#E0CCCE
(224,204,206)
#CCBABC
(204,186,188)
#B8A8AA
(184,168,170)
#A49698
(164,150,152)
#908486
(144,132,134)
#7C7274
(124,114,116)
#686062
(104,96,98)
#544E50
(84,78,80)
#403C3E
(64,60,62)
#2C2A2C
(44,42,44)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #E0CCCE

#E0CCCE
(224,204,206)
#E2D0D2
(226,208,210)
#E4D4D6
(228,212,214)
#E6D8DA
(230,216,218)
#E8DCDE
(232,220,222)
#EAE0E2
(234,224,226)
#ECE4E6
(236,228,230)
#EEE8EA
(238,232,234)
#F0ECEE
(240,236,238)
#F2F0F2
(242,240,242)
#F4F4F6
(244,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CCCE; }

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

This text font color is #E0CCCE.

Background Color

.myBgColor { background-color: #E0CCCE; }

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

This div background color is #E0CCCE.

Border color

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

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

This div border color is #E0CCCE.

Opacity

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

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

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

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

This text has shadow with #E0CCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CCCE.

Preview

Color preview on black background

This text has color #E0CCCE on black background.


Color preview on white background

This text has color #E0CCCE on white background.


Black color preview on #E0CCCE background

This text has black color on #E0CCCE background.


White color preview on #E0CCCE background

This text has white color on #E0CCCE background.


Related colors

Complementary color

Complementary color for #hex is #1F3331.


I love getcolorcode.com

Triadic colors

1 #CEE0CC and #CCCEE0 with #E0CCCE are triadic colors.

2 #CECCE0 and #CCE0CE with #E0CCCE are triadic colors.