COLOR #E3ACDC

HEX: #E3ACDC RGB: (227,172,220)

Color info

#E3ACDC contains red, green and blue colors in about the same proportion. Web safe color of #E3ACDC is #CC99CC (or #C9C).

RGB color model

#E3ACDC color RGB value is (227,172,220).

RGB: (227,172,220) (89%, 67%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 172 of 255 = 67%
B 220 of 255 = 86%

227
172
220

R + G + B ~ 81%. #E3ACDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 172 + 220 = 619 (100%)
R 227 of 619 ~ 36.67%
G 172 of 619 ~ 27.79%
B 220 of 619 ~ 35.54'%

%36.67
%27.79
%35.54

CMYK color model

#E3ACDC color CMYK value is (0,24,3,11).

  • cyan value is 0.00%
  • magenta value is 24.23%
  • yellow value is 3.08%
  • key color value is 10.98%
CMYK: (0,24,3,11) C0M24Y3K11 (0%,24%,3%,11%) (0.00/0.24/0.03/0.11) 

CMYK percentages

%0
%24.23
%3.08
%10.98

Codes

Color #E3ACDC in popluar color models

E3 AC DC
RGB 227 172 220
HSL 308° 49.55% 78.24%
HSB/HSV 308° 24.23% 89.02%
CMYK 0.00% 24.23% 3.08%
10.98%

Color #E3ACDC in popluar number systems.

HEX E3 AC DC
Decimal 227 172 220
Binary 11100011 10101100 11011100
Octal 343 254 334

Shades and tints

Shades of #E3ACDC

#E3ACDC
(227,172,220)
#CF9DC8
(207,157,200)
#BB8EB4
(187,142,180)
#A77FA0
(167,127,160)
#93708C
(147,112,140)
#7F6178
(127,97,120)
#6B5264
(107,82,100)
#574350
(87,67,80)
#43343C
(67,52,60)
#2F2528
(47,37,40)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #E3ACDC

#E3ACDC
(227,172,220)
#E5B3DF
(229,179,223)
#E7BAE2
(231,186,226)
#E9C1E5
(233,193,229)
#EBC8E8
(235,200,232)
#EDCFEB
(237,207,235)
#EFD6EE
(239,214,238)
#F1DDF1
(241,221,241)
#F3E4F4
(243,228,244)
#F5EBF7
(245,235,247)
#F7F2FA
(247,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3ACDC color. Also use rgb(227,172,220) instead hex code.

Text Font Color

.myTextColor { color: #E3ACDC; }

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

This text font color is #E3ACDC.

Background Color

.myBgColor { background-color: #E3ACDC; }

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

This div background color is #E3ACDC.

Border color

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

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

This div border color is #E3ACDC.

Opacity

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

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

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

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

This text has shadow with #E3ACDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3ACDC.

Preview

Color preview on black background

This text has color #E3ACDC on black background.


Color preview on white background

This text has color #E3ACDC on white background.


Black color preview on #E3ACDC background

This text has black color on #E3ACDC background.


White color preview on #E3ACDC background

This text has white color on #E3ACDC background.


Related colors

Complementary color

Complementary color for #hex is #1C5323.


I love getcolorcode.com

Triadic colors

1 #DCE3AC and #ACDCE3 with #E3ACDC are triadic colors.

2 #DCACE3 and #ACE3DC with #E3ACDC are triadic colors.