COLOR #E4ACDB

HEX: #E4ACDB RGB: (228,172,219)

Color info

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

RGB color model

#E4ACDB color RGB value is (228,172,219).

RGB: (228,172,219) (89%, 67%, 86%)

RGB channels and saturation

R 228 of 255 = 89%
G 172 of 255 = 67%
B 219 of 255 = 86%

228
172
219

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

Portions of RGB colors in percentages

R + G + B = 228 + 172 + 219 = 619 (100%)
R 228 of 619 ~ 36.83%
G 172 of 619 ~ 27.79%
B 219 of 619 ~ 35.38'%

%36.83
%27.79
%35.38

CMYK color model

#E4ACDB color CMYK value is (0,25,4,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 3.95%
  • key color value is 10.59%

CMYK: (0,25,4,11)
C0M25Y4K11 (0%, 25%, 4%, 11%)
(0.00 / 0.25 / 0.04 / 0.11)

CMYK percentages

%0
%24.56
%3.95
%10.59

Codes

Color #E4ACDB in popluar color models

E4 AC DB
RGB 228 172 219
HSL 310° 50.91% 78.43%
HSB/HSV 310° 24.56% 89.41%
CMYK 0.00% 24.56% 3.95%
10.59%

Color #E4ACDB in popluar number systems.

HEX E4 AC DB
Decimal 228 172 219
Binary 11100100 10101100 11011011
Octal 344 254 333

Shades and tints

Shades of #E4ACDB

#E4ACDB
(228,172,219)
#D09DC8
(208,157,200)
#BC8EB5
(188,142,181)
#A87FA2
(168,127,162)
#94708F
(148,112,143)
#80617C
(128,97,124)
#6C5269
(108,82,105)
#584356
(88,67,86)
#443443
(68,52,67)
#302530
(48,37,48)
#1C161D
(28,22,29)
#000000
(0,0,0)

Tints of #E4ACDB

#E4ACDB
(228,172,219)
#E6B3DE
(230,179,222)
#E8BAE1
(232,186,225)
#EAC1E4
(234,193,228)
#ECC8E7
(236,200,231)
#EECFEA
(238,207,234)
#F0D6ED
(240,214,237)
#F2DDF0
(242,221,240)
#F4E4F3
(244,228,243)
#F6EBF6
(246,235,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ACDB color. Also use rgb(228,172,219) instead hex code.

Text Font Color

.myTextColor { color: #E4ACDB; }

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

This text font color is #E4ACDB.

Background Color

.myBgColor { background-color: #E4ACDB; }

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

This div background color is #E4ACDB.

Border color

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

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

This div border color is #E4ACDB.

Opacity

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

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

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

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

This text has shadow with #E4ACDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4ACDB.

Preview

Color preview on black background

This text has color #E4ACDB on black background.


Color preview on white background

This text has color #E4ACDB on white background.


Black color preview on #E4ACDB background

This text has black color on #E4ACDB background.


White color preview on #E4ACDB background

This text has white color on #E4ACDB background.


Related colors

Complementary color

Complementary color for #hex is #1B5324.


I love getcolorcode.com

Triadic colors

1 #DBE4AC and #ACDBE4 with #E4ACDB are triadic colors.

2 #DBACE4 and #ACE4DB with #E4ACDB are triadic colors.