COLOR #E6C1DD

HEX: #E6C1DD
RGB: (230,193,221)

Color info

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

RGB color model

#E6C1DD color RGB value is (230,193,221).

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

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 221 of 255 = 87%

230
193
221

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

Portions of RGB colors in percentages

R + G + B =
230 + 193 + 221 = 644 (100%)
R 230 of 644 ~ 35.71%
G 193 of 644 ~ 29.97%
B 221 of 644 ~ 34.32%

%35.71
%29.97
%34.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.09%
  • yellow value is 3.91%
  • key color value is 9.80%
CMYK:
(0,16,4,10)
C0M16Y4K10 
(0%,16%,4%,10%)
(0.00/0.16/0.04/0.10)	

CMYK percentages

%0
%16.09
%3.91
%9.8

Codes

Color #E6C1DD in popluar color models

E6C1DD
RGB230193221
HSL315°42.53%82.94%
HSB/HSV315°16.09%90.20%
CMYK0.00%16.09%3.91%
9.80%

Color #E6C1DD in popluar number systems.

HEXE6C1DD
Decimal230193221
Binary111001101100000111011101
Octal346301335

Shades and tints

Shades of #E6C1DD

#E6C1DD
(230,193,221)
#D2B0C9
(210,176,201)
#BE9FB5
(190,159,181)
#AA8EA1
(170,142,161)
#967D8D
(150,125,141)
#826C79
(130,108,121)
#6E5B65
(110,91,101)
#5A4A51
(90,74,81)
#46393D
(70,57,61)
#322829
(50,40,41)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6C1DD

#E6C1DD
(230,193,221)
#E8C6E0
(232,198,224)
#EACBE3
(234,203,227)
#ECD0E6
(236,208,230)
#EED5E9
(238,213,233)
#F0DAEC
(240,218,236)
#F2DFEF
(242,223,239)
#F4E4F2
(244,228,242)
#F6E9F5
(246,233,245)
#F8EEF8
(248,238,248)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C1DD; }

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

This text font color is #E6C1DD.


Background Color

.myBgColor { background-color: #E6C1DD; }

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

This div background color is #E6C1DD.


Border color

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

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

This div border color is #E6C1DD.


Opacity

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

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

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

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

This text has shadow with #E6C1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1DD on black background.


Color preview on white background

This text has color #E6C1DD on white background.



Black color preview on #E6C1DD background

This text has black color on #E6C1DD background.


White color preview on #E6C1DD background

This text has white color on #E6C1DD background.