COLOR #E6CEDD

HEX: #E6CEDD
RGB: (230,206,221)

Color info

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

RGB color model

#E6CEDD color RGB value is (230,206,221).

  • red value is 230;
  • green value is 206;
  • blue value is 221.
RGB:
(230,206,221)
(90%,81%,87%)

RGB channels and saturation

R 230 of 255 = 90%
G 206 of 255 = 81%
B 221 of 255 = 87%

230
206
221

R + G + B ~ 86%. #E6CEDD is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 221 = 657 (100%)
R 230 of 657 ~ 35.01%
G 206 of 657 ~ 31.35%
B 221 of 657 ~ 33.64%

%35.01
%31.35
%33.64

CMYK color model

#E6CEDD color CMYK value is (0,10,4,10).

  • cyan value is 0.00%
  • magenta value is 10.43%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(0,10,4,10)
C0M10Y4K10 
(0%,10%,4%,10%)
(0.00/0.10/0.04/0.10)	

CMYK percentages

%0
%10.43
%3.91
%9.8

Codes

Color #E6CEDD in popluar color models

E6CEDD
RGB230206221
HSL323°32.43%85.49%
HSB/HSV323°10.43%90.20%
CMYK0.00%10.43%3.91%
9.80%

Color #E6CEDD in popluar number systems.

HEXE6CEDD
Decimal230206221
Binary111001101100111011011101
Octal346316335

Shades and tints

Shades of #E6CEDD

#E6CEDD
(230,206,221)
#D2BCC9
(210,188,201)
#BEAAB5
(190,170,181)
#AA98A1
(170,152,161)
#96868D
(150,134,141)
#827479
(130,116,121)
#6E6265
(110,98,101)
#5A5051
(90,80,81)
#463E3D
(70,62,61)
#322C29
(50,44,41)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6CEDD

#E6CEDD
(230,206,221)
#E8D2E0
(232,210,224)
#EAD6E3
(234,214,227)
#ECDAE6
(236,218,230)
#EEDEE9
(238,222,233)
#F0E2EC
(240,226,236)
#F2E6EF
(242,230,239)
#F4EAF2
(244,234,242)
#F6EEF5
(246,238,245)
#F8F2F8
(248,242,248)
#FAF6FB
(250,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEDD; }

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

This text font color is #E6CEDD.


Background Color

.myBgColor { background-color: #E6CEDD; }

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

This div background color is #E6CEDD.


Border color

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

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

This div border color is #E6CEDD.


Opacity

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

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

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

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

This text has shadow with #E6CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEDD on black background.


Color preview on white background

This text has color #E6CEDD on white background.



Black color preview on #E6CEDD background

This text has black color on #E6CEDD background.


White color preview on #E6CEDD background

This text has white color on #E6CEDD background.