COLOR #E0CED3

HEX: #E0CED3 RGB: (224,206,211)

Color info

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

RGB color model

#E0CED3 color RGB value is (224,206,211).

RGB: (224,206,211) (88%, 81%, 83%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 211 of 255 = 83%

224
206
211

R + G + B ~ 84%. #E0CED3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 206 + 211 = 641 (100%)
R 224 of 641 ~ 34.95%
G 206 of 641 ~ 32.14%
B 211 of 641 ~ 32.92'%

%34.95
%32.14
%32.92

CMYK color model

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

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

CMYK: (0,8,6,12)
C0M8Y6K12 (0%, 8%, 6%, 12%)
(0.00 / 0.08 / 0.06 / 0.12)

CMYK percentages

%0
%8.04
%5.8
%12.16

Codes

Color #E0CED3 in popluar color models

E0 CE D3
RGB 224 206 211
HSL 343° 22.50% 84.31%
HSB/HSV 343° 8.04% 87.84%
CMYK 0.00% 8.04% 5.80%
12.16%

Color #E0CED3 in popluar number systems.

HEX E0 CE D3
Decimal 224 206 211
Binary 11100000 11001110 11010011
Octal 340 316 323

Shades and tints

Shades of #E0CED3

#E0CED3
(224,206,211)
#CCBCC0
(204,188,192)
#B8AAAD
(184,170,173)
#A4989A
(164,152,154)
#908687
(144,134,135)
#7C7474
(124,116,116)
#686261
(104,98,97)
#54504E
(84,80,78)
#403E3B
(64,62,59)
#2C2C28
(44,44,40)
#181A15
(24,26,21)
#000000
(0,0,0)

Tints of #E0CED3

#E0CED3
(224,206,211)
#E2D2D7
(226,210,215)
#E4D6DB
(228,214,219)
#E6DADF
(230,218,223)
#E8DEE3
(232,222,227)
#EAE2E7
(234,226,231)
#ECE6EB
(236,230,235)
#EEEAEF
(238,234,239)
#F0EEF3
(240,238,243)
#F2F2F7
(242,242,247)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CED3; }

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

This text font color is #E0CED3.

Background Color

.myBgColor { background-color: #E0CED3; }

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

This div background color is #E0CED3.

Border color

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

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

This div border color is #E0CED3.

Opacity

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

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

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

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

This text has shadow with #E0CED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CED3.

Preview

Color preview on black background

This text has color #E0CED3 on black background.


Color preview on white background

This text has color #E0CED3 on white background.


Black color preview on #E0CED3 background

This text has black color on #E0CED3 background.


White color preview on #E0CED3 background

This text has white color on #E0CED3 background.


Related colors

Complementary color

Complementary color for #hex is #1F312C.


I love getcolorcode.com

Triadic colors

1 #D3E0CE and #CED3E0 with #E0CED3 are triadic colors.

2 #D3CEE0 and #CEE0D3 with #E0CED3 are triadic colors.