COLOR #E6C2D1

HEX: #E6C2D1
RGB: (230,194,209)

Color info

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

RGB color model

#E6C2D1 color RGB value is (230,194,209).

  • red value is 230;
  • green value is 194;
  • blue value is 209.
RGB:
(230,194,209)
(90%,76%,82%)

RGB channels and saturation

R 230 of 255 = 90%
G 194 of 255 = 76%
B 209 of 255 = 82%

230
194
209

R + G + B ~ 83%. #E6C2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 194 + 209 = 633 (100%)
R 230 of 633 ~ 36.33%
G 194 of 633 ~ 30.65%
B 209 of 633 ~ 33.02%

%36.33
%30.65
%33.02

CMYK color model

#E6C2D1 color CMYK value is (0,16,9,10).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(0,16,9,10)
C0M16Y9K10 
(0%,16%,9%,10%)
(0.00/0.16/0.09/0.10)	

CMYK percentages

%0
%15.65
%9.13
%9.8

Codes

Color #E6C2D1 in popluar color models

E6C2D1
RGB230194209
HSL335°41.86%83.14%
HSB/HSV335°15.65%90.20%
CMYK0.00%15.65%9.13%
9.80%

Color #E6C2D1 in popluar number systems.

HEXE6C2D1
Decimal230194209
Binary111001101100001011010001
Octal346302321

Shades and tints

Shades of #E6C2D1

#E6C2D1
(230,194,209)
#D2B1BE
(210,177,190)
#BEA0AB
(190,160,171)
#AA8F98
(170,143,152)
#967E85
(150,126,133)
#826D72
(130,109,114)
#6E5C5F
(110,92,95)
#5A4B4C
(90,75,76)
#463A39
(70,58,57)
#322926
(50,41,38)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6C2D1

#E6C2D1
(230,194,209)
#E8C7D5
(232,199,213)
#EACCD9
(234,204,217)
#ECD1DD
(236,209,221)
#EED6E1
(238,214,225)
#F0DBE5
(240,219,229)
#F2E0E9
(242,224,233)
#F4E5ED
(244,229,237)
#F6EAF1
(246,234,241)
#F8EFF5
(248,239,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C2D1 color. Also use rgb(230,194,209) instead hex code.

Text Font Color

.myTextColor { color: #E6C2D1; }

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

This text font color is #E6C2D1.


Background Color

.myBgColor { background-color: #E6C2D1; }

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

This div background color is #E6C2D1.


Border color

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

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

This div border color is #E6C2D1.


Opacity

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

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

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

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

This text has shadow with #E6C2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C2D1 on black background.


Color preview on white background

This text has color #E6C2D1 on white background.



Black color preview on #E6C2D1 background

This text has black color on #E6C2D1 background.


White color preview on #E6C2D1 background

This text has white color on #E6C2D1 background.