COLOR #E6C3D7

HEX: #E6C3D7 RGB: (230,195,215)

Color info

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

RGB color model

#E6C3D7 color RGB value is (230,195,215).

RGB: (230,195,215) (90%, 76%, 84%)

RGB channels and saturation

R 230 of 255 = 90%
G 195 of 255 = 76%
B 215 of 255 = 84%

230
195
215

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

Portions of RGB colors in percentages

R + G + B = 230 + 195 + 215 = 640 (100%)
R 230 of 640 ~ 35.94%
G 195 of 640 ~ 30.47%
B 215 of 640 ~ 33.59'%

%35.94
%30.47
%33.59

CMYK color model

#E6C3D7 color CMYK value is (0,15,7,10).

  • cyan value is 0.00%
  • magenta value is 15.22%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK: (0,15,7,10) C0M15Y7K10 (0%,15%,7%,10%) (0.00/0.15/0.07/0.10) 

CMYK percentages

%0
%15.22
%6.52
%9.8

Codes

Color #E6C3D7 in popluar color models

E6 C3 D7
RGB 230 195 215
HSL 326° 41.18% 83.33%
HSB/HSV 326° 15.22% 90.20%
CMYK 0.00% 15.22% 6.52%
9.80%

Color #E6C3D7 in popluar number systems.

HEX E6 C3 D7
Decimal 230 195 215
Binary 11100110 11000011 11010111
Octal 346 303 327

Shades and tints

Shades of #E6C3D7

#E6C3D7
(230,195,215)
#D2B2C4
(210,178,196)
#BEA1B1
(190,161,177)
#AA909E
(170,144,158)
#967F8B
(150,127,139)
#826E78
(130,110,120)
#6E5D65
(110,93,101)
#5A4C52
(90,76,82)
#463B3F
(70,59,63)
#322A2C
(50,42,44)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6C3D7

#E6C3D7
(230,195,215)
#E8C8DA
(232,200,218)
#EACDDD
(234,205,221)
#ECD2E0
(236,210,224)
#EED7E3
(238,215,227)
#F0DCE6
(240,220,230)
#F2E1E9
(242,225,233)
#F4E6EC
(244,230,236)
#F6EBEF
(246,235,239)
#F8F0F2
(248,240,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C3D7 color. Also use rgb(230,195,215) instead hex code.

Text Font Color

.myTextColor { color: #E6C3D7; }

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

This text font color is #E6C3D7.

Background Color

.myBgColor { background-color: #E6C3D7; }

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

This div background color is #E6C3D7.

Border color

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

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

This div border color is #E6C3D7.

Opacity

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

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

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

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

This text has shadow with #E6C3D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C3D7.

Preview

Color preview on black background

This text has color #E6C3D7 on black background.


Color preview on white background

This text has color #E6C3D7 on white background.


Black color preview on #E6C3D7 background

This text has black color on #E6C3D7 background.


White color preview on #E6C3D7 background

This text has white color on #E6C3D7 background.


Related colors

Complementary color

Complementary color for #hex is #193C28.


I love getcolorcode.com

Triadic colors

1 #D7E6C3 and #C3D7E6 with #E6C3D7 are triadic colors.

2 #D7C3E6 and #C3E6D7 with #E6C3D7 are triadic colors.