COLOR #E8ADCC

HEX: #E8ADCC RGB: (232,173,204)

Color info

#E8ADCC contains red, green and blue colors in about the same proportion. Web safe color of #E8ADCC is #FF99CC (or #F9C).

RGB color model

#E8ADCC color RGB value is (232,173,204).

RGB: (232,173,204) (91%, 68%, 80%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 204 of 255 = 80%

232
173
204

R + G + B ~ 80%. #E8ADCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 173 + 204 = 609 (100%)
R 232 of 609 ~ 38.1%
G 173 of 609 ~ 28.41%
B 204 of 609 ~ 33.5'%

%38.1
%28.41
%33.5

CMYK color model

#E8ADCC color CMYK value is (0,25,12,9).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 12.07%
  • key color value is 9.02%

CMYK: (0,25,12,9)
C0M25Y12K9 (0%, 25%, 12%, 9%)
(0.00 / 0.25 / 0.12 / 0.09)

CMYK percentages

%0
%25.43
%12.07
%9.02

Codes

Color #E8ADCC in popluar color models

E8 AD CC
RGB 232 173 204
HSL 328° 56.19% 79.41%
HSB/HSV 328° 25.43% 90.98%
CMYK 0.00% 25.43% 12.07%
9.02%

Color #E8ADCC in popluar number systems.

HEX E8 AD CC
Decimal 232 173 204
Binary 11101000 10101101 11001100
Octal 350 255 314

Shades and tints

Shades of #E8ADCC

#E8ADCC
(232,173,204)
#D39EBA
(211,158,186)
#BE8FA8
(190,143,168)
#A98096
(169,128,150)
#947184
(148,113,132)
#7F6272
(127,98,114)
#6A5360
(106,83,96)
#55444E
(85,68,78)
#40353C
(64,53,60)
#2B262A
(43,38,42)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8ADCC

#E8ADCC
(232,173,204)
#EAB4D0
(234,180,208)
#ECBBD4
(236,187,212)
#EEC2D8
(238,194,216)
#F0C9DC
(240,201,220)
#F2D0E0
(242,208,224)
#F4D7E4
(244,215,228)
#F6DEE8
(246,222,232)
#F8E5EC
(248,229,236)
#FAECF0
(250,236,240)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ADCC color. Also use rgb(232,173,204) instead hex code.

Text Font Color

.myTextColor { color: #E8ADCC; }

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

This text font color is #E8ADCC.

Background Color

.myBgColor { background-color: #E8ADCC; }

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

This div background color is #E8ADCC.

Border color

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

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

This div border color is #E8ADCC.

Opacity

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

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

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

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

This text has shadow with #E8ADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8ADCC.

Preview

Color preview on black background

This text has color #E8ADCC on black background.


Color preview on white background

This text has color #E8ADCC on white background.


Black color preview on #E8ADCC background

This text has black color on #E8ADCC background.


White color preview on #E8ADCC background

This text has white color on #E8ADCC background.


Related colors

Complementary color

Complementary color for #hex is #175233.


I love getcolorcode.com

Triadic colors

1 #CCE8AD and #ADCCE8 with #E8ADCC are triadic colors.

2 #CCADE8 and #ADE8CC with #E8ADCC are triadic colors.