COLOR #E2CED3

HEX: #E2CED3 RGB: (226,206,211)

Color info

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

RGB color model

#E2CED3 color RGB value is (226,206,211).

RGB: (226,206,211) (89%, 81%, 83%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 211 of 255 = 83%

226
206
211

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

Portions of RGB colors in percentages

R + G + B = 226 + 206 + 211 = 643 (100%)
R 226 of 643 ~ 35.15%
G 206 of 643 ~ 32.04%
B 211 of 643 ~ 32.81'%

%35.15
%32.04
%32.81

CMYK color model

#E2CED3 color CMYK value is (0,9,7,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 6.64%
  • key color value is 11.37%

CMYK: (0,9,7,11)
C0M9Y7K11 (0%, 9%, 7%, 11%)
(0.00 / 0.09 / 0.07 / 0.11)

CMYK percentages

%0
%8.85
%6.64
%11.37

Codes

Color #E2CED3 in popluar color models

E2 CE D3
RGB 226 206 211
HSL 345° 25.64% 84.71%
HSB/HSV 345° 8.85% 88.63%
CMYK 0.00% 8.85% 6.64%
11.37%

Color #E2CED3 in popluar number systems.

HEX E2 CE D3
Decimal 226 206 211
Binary 11100010 11001110 11010011
Octal 342 316 323

Shades and tints

Shades of #E2CED3

#E2CED3
(226,206,211)
#CEBCC0
(206,188,192)
#BAAAAD
(186,170,173)
#A6989A
(166,152,154)
#928687
(146,134,135)
#7E7474
(126,116,116)
#6A6261
(106,98,97)
#56504E
(86,80,78)
#423E3B
(66,62,59)
#2E2C28
(46,44,40)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #E2CED3

#E2CED3
(226,206,211)
#E4D2D7
(228,210,215)
#E6D6DB
(230,214,219)
#E8DADF
(232,218,223)
#EADEE3
(234,222,227)
#ECE2E7
(236,226,231)
#EEE6EB
(238,230,235)
#F0EAEF
(240,234,239)
#F2EEF3
(242,238,243)
#F4F2F7
(244,242,247)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CED3; }

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

This text font color is #E2CED3.

Background Color

.myBgColor { background-color: #E2CED3; }

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

This div background color is #E2CED3.

Border color

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

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

This div border color is #E2CED3.

Opacity

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

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

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

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

This text has shadow with #E2CED3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CED3.

Preview

Color preview on black background

This text has color #E2CED3 on black background.


Color preview on white background

This text has color #E2CED3 on white background.


Black color preview on #E2CED3 background

This text has black color on #E2CED3 background.


White color preview on #E2CED3 background

This text has white color on #E2CED3 background.


Related colors

Complementary color

Complementary color for #hex is #1D312C.


I love getcolorcode.com

Triadic colors

1 #D3E2CE and #CED3E2 with #E2CED3 are triadic colors.

2 #D3CEE2 and #CEE2D3 with #E2CED3 are triadic colors.