COLOR #E2ACDB

HEX: #E2ACDB
RGB: (226,172,219)

Color info

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

RGB color model

#E2ACDB color RGB value is (226,172,219).

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

RGB channels and saturation

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

226
172
219

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

Portions of RGB colors in percentages

R + G + B =
226 + 172 + 219 = 617 (100%)
R 226 of 617 ~ 36.63%
G 172 of 617 ~ 27.88%
B 219 of 617 ~ 35.49%

%36.63
%27.88
%35.49

CMYK color model

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

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

CMYK percentages

%0
%23.89
%3.1
%11.37

Codes

Color #E2ACDB in popluar color models

E2ACDB
RGB226172219
HSL308°48.21%78.04%
HSB/HSV308°23.89%88.63%
CMYK0.00%23.89%3.10%
11.37%

Color #E2ACDB in popluar number systems.

HEXE2ACDB
Decimal226172219
Binary111000101010110011011011
Octal342254333

Shades and tints

Shades of #E2ACDB

#E2ACDB
(226,172,219)
#CE9DC8
(206,157,200)
#BA8EB5
(186,142,181)
#A67FA2
(166,127,162)
#92708F
(146,112,143)
#7E617C
(126,97,124)
#6A5269
(106,82,105)
#564356
(86,67,86)
#423443
(66,52,67)
#2E2530
(46,37,48)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #E2ACDB

#E2ACDB
(226,172,219)
#E4B3DE
(228,179,222)
#E6BAE1
(230,186,225)
#E8C1E4
(232,193,228)
#EAC8E7
(234,200,231)
#ECCFEA
(236,207,234)
#EED6ED
(238,214,237)
#F0DDF0
(240,221,240)
#F2E4F3
(242,228,243)
#F4EBF6
(244,235,246)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ACDB; }

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

This text font color is #E2ACDB.


Background Color

.myBgColor { background-color: #E2ACDB; }

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

This div background color is #E2ACDB.


Border color

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

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

This div border color is #E2ACDB.


Opacity

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

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

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

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

This text has shadow with #E2ACDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ACDB on black background.


Color preview on white background

This text has color #E2ACDB on white background.



Black color preview on #E2ACDB background

This text has black color on #E2ACDB background.


White color preview on #E2ACDB background

This text has white color on #E2ACDB background.