COLOR #E6C2D8

HEX: #E6C2D8 RGB: (230,194,216)

Color info

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

RGB color model

#E6C2D8 color RGB value is (230,194,216).

RGB: (230,194,216) (90%, 76%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 194 of 255 = 76%
B 216 of 255 = 85%

230
194
216

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

Portions of RGB colors in percentages

R + G + B = 230 + 194 + 216 = 640 (100%)
R 230 of 640 ~ 35.94%
G 194 of 640 ~ 30.31%
B 216 of 640 ~ 33.75'%

%35.94
%30.31
%33.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK: (0,16,6,10) C0M16Y6K10 (0%,16%,6%,10%) (0.00/0.16/0.06/0.10) 

CMYK percentages

%0
%15.65
%6.09
%9.8

Codes

Color #E6C2D8 in popluar color models

E6 C2 D8
RGB 230 194 216
HSL 323° 41.86% 83.14%
HSB/HSV 323° 15.65% 90.20%
CMYK 0.00% 15.65% 6.09%
9.80%

Color #E6C2D8 in popluar number systems.

HEX E6 C2 D8
Decimal 230 194 216
Binary 11100110 11000010 11011000
Octal 346 302 330

Shades and tints

Shades of #E6C2D8

#E6C2D8
(230,194,216)
#D2B1C5
(210,177,197)
#BEA0B2
(190,160,178)
#AA8F9F
(170,143,159)
#967E8C
(150,126,140)
#826D79
(130,109,121)
#6E5C66
(110,92,102)
#5A4B53
(90,75,83)
#463A40
(70,58,64)
#32292D
(50,41,45)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6C2D8

#E6C2D8
(230,194,216)
#E8C7DB
(232,199,219)
#EACCDE
(234,204,222)
#ECD1E1
(236,209,225)
#EED6E4
(238,214,228)
#F0DBE7
(240,219,231)
#F2E0EA
(242,224,234)
#F4E5ED
(244,229,237)
#F6EAF0
(246,234,240)
#F8EFF3
(248,239,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C2D8; }

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

This text font color is #E6C2D8.

Background Color

.myBgColor { background-color: #E6C2D8; }

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

This div background color is #E6C2D8.

Border color

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

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

This div border color is #E6C2D8.

Opacity

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

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

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

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

This text has shadow with #E6C2D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C2D8.

Preview

Color preview on black background

This text has color #E6C2D8 on black background.


Color preview on white background

This text has color #E6C2D8 on white background.


Black color preview on #E6C2D8 background

This text has black color on #E6C2D8 background.


White color preview on #E6C2D8 background

This text has white color on #E6C2D8 background.


Related colors

Complementary color

Complementary color for #hex is #193D27.


I love getcolorcode.com

Triadic colors

1 #D8E6C2 and #C2D8E6 with #E6C2D8 are triadic colors.

2 #D8C2E6 and #C2E6D8 with #E6C2D8 are triadic colors.