COLOR #E5ADDB

HEX: #E5ADDB RGB: (229,173,219)

Color info

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

RGB color model

#E5ADDB color RGB value is (229,173,219).

RGB: (229,173,219) (90%, 68%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 173 of 255 = 68%
B 219 of 255 = 86%

229
173
219

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

Portions of RGB colors in percentages

R + G + B = 229 + 173 + 219 = 621 (100%)
R 229 of 621 ~ 36.88%
G 173 of 621 ~ 27.86%
B 219 of 621 ~ 35.27'%

%36.88
%27.86
%35.27

CMYK color model

#E5ADDB color CMYK value is (0,24,4,10).

  • cyan value is 0.00%
  • magenta value is 24.45%
  • yellow value is 4.37%
  • key color value is 10.20%
CMYK: (0,24,4,10) C0M24Y4K10 (0%,24%,4%,10%) (0.00/0.24/0.04/0.10) 

CMYK percentages

%0
%24.45
%4.37
%10.2

Codes

Color #E5ADDB in popluar color models

E5 AD DB
RGB 229 173 219
HSL 311° 51.85% 78.82%
HSB/HSV 311° 24.45% 89.80%
CMYK 0.00% 24.45% 4.37%
10.20%

Color #E5ADDB in popluar number systems.

HEX E5 AD DB
Decimal 229 173 219
Binary 11100101 10101101 11011011
Octal 345 255 333

Shades and tints

Shades of #E5ADDB

#E5ADDB
(229,173,219)
#D19EC8
(209,158,200)
#BD8FB5
(189,143,181)
#A980A2
(169,128,162)
#95718F
(149,113,143)
#81627C
(129,98,124)
#6D5369
(109,83,105)
#594456
(89,68,86)
#453543
(69,53,67)
#312630
(49,38,48)
#1D171D
(29,23,29)
#000000
(0,0,0)

Tints of #E5ADDB

#E5ADDB
(229,173,219)
#E7B4DE
(231,180,222)
#E9BBE1
(233,187,225)
#EBC2E4
(235,194,228)
#EDC9E7
(237,201,231)
#EFD0EA
(239,208,234)
#F1D7ED
(241,215,237)
#F3DEF0
(243,222,240)
#F5E5F3
(245,229,243)
#F7ECF6
(247,236,246)
#F9F3F9
(249,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ADDB color. Also use rgb(229,173,219) instead hex code.

Text Font Color

.myTextColor { color: #E5ADDB; }

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

This text font color is #E5ADDB.

Background Color

.myBgColor { background-color: #E5ADDB; }

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

This div background color is #E5ADDB.

Border color

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

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

This div border color is #E5ADDB.

Opacity

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

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

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

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

This text has shadow with #E5ADDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5ADDB.

Preview

Color preview on black background

This text has color #E5ADDB on black background.


Color preview on white background

This text has color #E5ADDB on white background.


Black color preview on #E5ADDB background

This text has black color on #E5ADDB background.


White color preview on #E5ADDB background

This text has white color on #E5ADDB background.


Related colors

Complementary color

Complementary color for #hex is #1A5224.


I love getcolorcode.com

Triadic colors

1 #DBE5AD and #ADDBE5 with #E5ADDB are triadic colors.

2 #DBADE5 and #ADE5DB with #E5ADDB are triadic colors.