COLOR #E7ADC5

HEX: #E7ADC5 RGB: (231,173,197)

Color info

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

RGB color model

#E7ADC5 color RGB value is (231,173,197).

RGB: (231,173,197) (91%, 68%, 77%)

RGB channels and saturation

R 231 of 255 = 91%
G 173 of 255 = 68%
B 197 of 255 = 77%

231
173
197

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

Portions of RGB colors in percentages

R + G + B = 231 + 173 + 197 = 601 (100%)
R 231 of 601 ~ 38.44%
G 173 of 601 ~ 28.79%
B 197 of 601 ~ 32.78'%

%38.44
%28.79
%32.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 14.72%
  • key color value is 9.41%

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

CMYK percentages

%0
%25.11
%14.72
%9.41

Codes

Color #E7ADC5 in popluar color models

E7 AD C5
RGB 231 173 197
HSL 335° 54.72% 79.22%
HSB/HSV 335° 25.11% 90.59%
CMYK 0.00% 25.11% 14.72%
9.41%

Color #E7ADC5 in popluar number systems.

HEX E7 AD C5
Decimal 231 173 197
Binary 11100111 10101101 11000101
Octal 347 255 305

Shades and tints

Shades of #E7ADC5

#E7ADC5
(231,173,197)
#D29EB4
(210,158,180)
#BD8FA3
(189,143,163)
#A88092
(168,128,146)
#937181
(147,113,129)
#7E6270
(126,98,112)
#69535F
(105,83,95)
#54444E
(84,68,78)
#3F353D
(63,53,61)
#2A262C
(42,38,44)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #E7ADC5

#E7ADC5
(231,173,197)
#E9B4CA
(233,180,202)
#EBBBCF
(235,187,207)
#EDC2D4
(237,194,212)
#EFC9D9
(239,201,217)
#F1D0DE
(241,208,222)
#F3D7E3
(243,215,227)
#F5DEE8
(245,222,232)
#F7E5ED
(247,229,237)
#F9ECF2
(249,236,242)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ADC5 color. Also use rgb(231,173,197) instead hex code.

Text Font Color

.myTextColor { color: #E7ADC5; }

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

This text font color is #E7ADC5.

Background Color

.myBgColor { background-color: #E7ADC5; }

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

This div background color is #E7ADC5.

Border color

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

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

This div border color is #E7ADC5.

Opacity

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

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

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

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

This text has shadow with #E7ADC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ADC5.

Preview

Color preview on black background

This text has color #E7ADC5 on black background.


Color preview on white background

This text has color #E7ADC5 on white background.


Black color preview on #E7ADC5 background

This text has black color on #E7ADC5 background.


White color preview on #E7ADC5 background

This text has white color on #E7ADC5 background.


Related colors

Complementary color

Complementary color for #hex is #18523A.


I love getcolorcode.com

Triadic colors

1 #C5E7AD and #ADC5E7 with #E7ADC5 are triadic colors.

2 #C5ADE7 and #ADE7C5 with #E7ADC5 are triadic colors.