COLOR #E8ADC6

HEX: #E8ADC6 RGB: (232,173,198)

Color info

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

RGB color model

#E8ADC6 color RGB value is (232,173,198).

RGB: (232,173,198) (91%, 68%, 78%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 198 of 255 = 78%

232
173
198

R + G + B ~ 79%. #E8ADC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 173 + 198 = 603 (100%)
R 232 of 603 ~ 38.47%
G 173 of 603 ~ 28.69%
B 198 of 603 ~ 32.84'%

%38.47
%28.69
%32.84

CMYK color model

#E8ADC6 color CMYK value is (0,25,15,9).

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

CMYK: (0,25,15,9)
C0M25Y15K9 (0%, 25%, 15%, 9%)
(0.00 / 0.25 / 0.15 / 0.09)

CMYK percentages

%0
%25.43
%14.66
%9.02

Codes

Color #E8ADC6 in popluar color models

E8 AD C6
RGB 232 173 198
HSL 335° 56.19% 79.41%
HSB/HSV 335° 25.43% 90.98%
CMYK 0.00% 25.43% 14.66%
9.02%

Color #E8ADC6 in popluar number systems.

HEX E8 AD C6
Decimal 232 173 198
Binary 11101000 10101101 11000110
Octal 350 255 306

Shades and tints

Shades of #E8ADC6

#E8ADC6
(232,173,198)
#D39EB4
(211,158,180)
#BE8FA2
(190,143,162)
#A98090
(169,128,144)
#94717E
(148,113,126)
#7F626C
(127,98,108)
#6A535A
(106,83,90)
#554448
(85,68,72)
#403536
(64,53,54)
#2B2624
(43,38,36)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #E8ADC6

#E8ADC6
(232,173,198)
#EAB4CB
(234,180,203)
#ECBBD0
(236,187,208)
#EEC2D5
(238,194,213)
#F0C9DA
(240,201,218)
#F2D0DF
(242,208,223)
#F4D7E4
(244,215,228)
#F6DEE9
(246,222,233)
#F8E5EE
(248,229,238)
#FAECF3
(250,236,243)
#FCF3F8
(252,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ADC6; }

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

This text font color is #E8ADC6.

Background Color

.myBgColor { background-color: #E8ADC6; }

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

This div background color is #E8ADC6.

Border color

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

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

This div border color is #E8ADC6.

Opacity

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

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

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

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

This text has shadow with #E8ADC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8ADC6.

Preview

Color preview on black background

This text has color #E8ADC6 on black background.


Color preview on white background

This text has color #E8ADC6 on white background.


Black color preview on #E8ADC6 background

This text has black color on #E8ADC6 background.


White color preview on #E8ADC6 background

This text has white color on #E8ADC6 background.


Related colors

Complementary color

Complementary color for #hex is #175239.


I love getcolorcode.com

Triadic colors

1 #C6E8AD and #ADC6E8 with #E8ADC6 are triadic colors.

2 #C6ADE8 and #ADE8C6 with #E8ADC6 are triadic colors.