COLOR #E3C3DF

HEX: #E3C3DF RGB: (227,195,223)

Color info

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

RGB color model

#E3C3DF color RGB value is (227,195,223).

RGB: (227,195,223) (89%, 76%, 87%)

RGB channels and saturation

R 227 of 255 = 89%
G 195 of 255 = 76%
B 223 of 255 = 87%

227
195
223

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

Portions of RGB colors in percentages

R + G + B = 227 + 195 + 223 = 645 (100%)
R 227 of 645 ~ 35.19%
G 195 of 645 ~ 30.23%
B 223 of 645 ~ 34.57'%

%35.19
%30.23
%34.57

CMYK color model

#E3C3DF color CMYK value is (0,14,2,11).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK: (0,14,2,11) C0M14Y2K11 (0%,14%,2%,11%) (0.00/0.14/0.02/0.11) 

CMYK percentages

%0
%14.1
%1.76
%10.98

Codes

Color #E3C3DF in popluar color models

E3 C3 DF
RGB 227 195 223
HSL 308° 36.36% 82.75%
HSB/HSV 308° 14.10% 89.02%
CMYK 0.00% 14.10% 1.76%
10.98%

Color #E3C3DF in popluar number systems.

HEX E3 C3 DF
Decimal 227 195 223
Binary 11100011 11000011 11011111
Octal 343 303 337

Shades and tints

Shades of #E3C3DF

#E3C3DF
(227,195,223)
#CFB2CB
(207,178,203)
#BBA1B7
(187,161,183)
#A790A3
(167,144,163)
#937F8F
(147,127,143)
#7F6E7B
(127,110,123)
#6B5D67
(107,93,103)
#574C53
(87,76,83)
#433B3F
(67,59,63)
#2F2A2B
(47,42,43)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #E3C3DF

#E3C3DF
(227,195,223)
#E5C8E1
(229,200,225)
#E7CDE3
(231,205,227)
#E9D2E5
(233,210,229)
#EBD7E7
(235,215,231)
#EDDCE9
(237,220,233)
#EFE1EB
(239,225,235)
#F1E6ED
(241,230,237)
#F3EBEF
(243,235,239)
#F5F0F1
(245,240,241)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C3DF color. Also use rgb(227,195,223) instead hex code.

Text Font Color

.myTextColor { color: #E3C3DF; }

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

This text font color is #E3C3DF.

Background Color

.myBgColor { background-color: #E3C3DF; }

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

This div background color is #E3C3DF.

Border color

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

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

This div border color is #E3C3DF.

Opacity

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

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

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

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

This text has shadow with #E3C3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C3DF.

Preview

Color preview on black background

This text has color #E3C3DF on black background.


Color preview on white background

This text has color #E3C3DF on white background.


Black color preview on #E3C3DF background

This text has black color on #E3C3DF background.


White color preview on #E3C3DF background

This text has white color on #E3C3DF background.


Related colors

Complementary color

Complementary color for #hex is #1C3C20.


I love getcolorcode.com

Triadic colors

1 #DFE3C3 and #C3DFE3 with #E3C3DF are triadic colors.

2 #DFC3E3 and #C3E3DF with #E3C3DF are triadic colors.