COLOR #E6CED9

HEX: #E6CED9 RGB: (230,206,217)

Color info

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

RGB color model

#E6CED9 color RGB value is (230,206,217).

RGB: (230,206,217) (90%, 81%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 217 of 255 = 85%

230
206
217

R + G + B ~ 85%. #E6CED9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 206 + 217 = 653 (100%)
R 230 of 653 ~ 35.22%
G 206 of 653 ~ 31.55%
B 217 of 653 ~ 33.23'%

%35.22
%31.55
%33.23

CMYK color model

#E6CED9 color CMYK value is (0,10,6,10).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 5.65%
  • key color value is 9.80%

CMYK: (0,10,6,10)
C0M10Y6K10 (0%, 10%, 6%, 10%)
(0.00 / 0.10 / 0.06 / 0.10)

CMYK percentages

%0
%10.43
%5.65
%9.8

Codes

Color #E6CED9 in popluar color models

E6 CE D9
RGB 230 206 217
HSL 333° 32.43% 85.49%
HSB/HSV 333° 10.43% 90.20%
CMYK 0.00% 10.43% 5.65%
9.80%

Color #E6CED9 in popluar number systems.

HEX E6 CE D9
Decimal 230 206 217
Binary 11100110 11001110 11011001
Octal 346 316 331

Shades and tints

Shades of #E6CED9

#E6CED9
(230,206,217)
#D2BCC6
(210,188,198)
#BEAAB3
(190,170,179)
#AA98A0
(170,152,160)
#96868D
(150,134,141)
#82747A
(130,116,122)
#6E6267
(110,98,103)
#5A5054
(90,80,84)
#463E41
(70,62,65)
#322C2E
(50,44,46)
#1E1A1B
(30,26,27)
#000000
(0,0,0)

Tints of #E6CED9

#E6CED9
(230,206,217)
#E8D2DC
(232,210,220)
#EAD6DF
(234,214,223)
#ECDAE2
(236,218,226)
#EEDEE5
(238,222,229)
#F0E2E8
(240,226,232)
#F2E6EB
(242,230,235)
#F4EAEE
(244,234,238)
#F6EEF1
(246,238,241)
#F8F2F4
(248,242,244)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CED9 color. Also use rgb(230,206,217) instead hex code.

Text Font Color

.myTextColor { color: #E6CED9; }

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

This text font color is #E6CED9.

Background Color

.myBgColor { background-color: #E6CED9; }

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

This div background color is #E6CED9.

Border color

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

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

This div border color is #E6CED9.

Opacity

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

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

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

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

This text has shadow with #E6CED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CED9.

Preview

Color preview on black background

This text has color #E6CED9 on black background.


Color preview on white background

This text has color #E6CED9 on white background.


Black color preview on #E6CED9 background

This text has black color on #E6CED9 background.


White color preview on #E6CED9 background

This text has white color on #E6CED9 background.


Related colors

Complementary color

Complementary color for #hex is #193126.


I love getcolorcode.com

Triadic colors

1 #D9E6CE and #CED9E6 with #E6CED9 are triadic colors.

2 #D9CEE6 and #CEE6D9 with #E6CED9 are triadic colors.