COLOR #E9ACDB

HEX: #E9ACDB
RGB: (233,172,219)

Color info

#E9ACDB contains mainly red and blue colors. Web safe color of #E9ACDB is #FF99CC (or #F9C).

RGB color model

#E9ACDB color RGB value is (233,172,219).

  • red value is 233;
  • green value is 172;
  • blue value is 219.
RGB:
(233,172,219)
(91%,67%,86%)

RGB channels and saturation

R 233 of 255 = 91%
G 172 of 255 = 67%
B 219 of 255 = 86%

233
172
219

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

Portions of RGB colors in percentages

R + G + B =
233 + 172 + 219 = 624 (100%)
R 233 of 624 ~ 37.34%
G 172 of 624 ~ 27.56%
B 219 of 624 ~ 35.1%

%37.34
%27.56
%35.1

CMYK color model

#E9ACDB color CMYK value is (0,26,6,9).

  • cyan value is 0.00%
  • magenta value is 26.18%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(0,26,6,9)
C0M26Y6K9 
(0%,26%,6%,9%)
(0.00/0.26/0.06/0.09)	

CMYK percentages

%0
%26.18
%6.01
%8.63

Codes

Color #E9ACDB in popluar color models

E9ACDB
RGB233172219
HSL314°58.10%79.41%
HSB/HSV314°26.18%91.37%
CMYK0.00%26.18%6.01%
8.63%

Color #E9ACDB in popluar number systems.

HEXE9ACDB
Decimal233172219
Binary111010011010110011011011
Octal351254333

Shades and tints

Shades of #E9ACDB

#E9ACDB
(233,172,219)
#D49DC8
(212,157,200)
#BF8EB5
(191,142,181)
#AA7FA2
(170,127,162)
#95708F
(149,112,143)
#80617C
(128,97,124)
#6B5269
(107,82,105)
#564356
(86,67,86)
#413443
(65,52,67)
#2C2530
(44,37,48)
#17161D
(23,22,29)
#000000
(0,0,0)

Tints of #E9ACDB

#E9ACDB
(233,172,219)
#EBB3DE
(235,179,222)
#EDBAE1
(237,186,225)
#EFC1E4
(239,193,228)
#F1C8E7
(241,200,231)
#F3CFEA
(243,207,234)
#F5D6ED
(245,214,237)
#F7DDF0
(247,221,240)
#F9E4F3
(249,228,243)
#FBEBF6
(251,235,246)
#FDF2F9
(253,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9ACDB; }

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

This text font color is #E9ACDB.


Background Color

.myBgColor { background-color: #E9ACDB; }

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

This div background color is #E9ACDB.


Border color

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

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

This div border color is #E9ACDB.


Opacity

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

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

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

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

This text has shadow with #E9ACDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9ACDB on black background.


Color preview on white background

This text has color #E9ACDB on white background.



Black color preview on #E9ACDB background

This text has black color on #E9ACDB background.


White color preview on #E9ACDB background

This text has white color on #E9ACDB background.