COLOR #E7ADC1

HEX: #E7ADC1
RGB: (231,173,193)

Color info

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

RGB color model

#E7ADC1 color RGB value is (231,173,193).

  • red value is 231;
  • green value is 173;
  • blue value is 193.
RGB:
(231,173,193)
(91%,68%,76%)

RGB channels and saturation

R 231 of 255 = 91%
G 173 of 255 = 68%
B 193 of 255 = 76%

231
173
193

R + G + B ~ 78%. #E7ADC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 173 + 193 = 597 (100%)
R 231 of 597 ~ 38.69%
G 173 of 597 ~ 28.98%
B 193 of 597 ~ 32.33%

%38.69
%28.98
%32.33

CMYK color model

#E7ADC1 color CMYK value is (0,25,16,9).

  • cyan value is 0.00%
  • magenta value is 25.11%
  • yellow value is 16.45%
  • key color value is 9.41%
CMYK:
(0,25,16,9)
C0M25Y16K9 
(0%,25%,16%,9%)
(0.00/0.25/0.16/0.09)	

CMYK percentages

%0
%25.11
%16.45
%9.41

Codes

Color #E7ADC1 in popluar color models

E7ADC1
RGB231173193
HSL339°54.72%79.22%
HSB/HSV339°25.11%90.59%
CMYK0.00%25.11%16.45%
9.41%

Color #E7ADC1 in popluar number systems.

HEXE7ADC1
Decimal231173193
Binary111001111010110111000001
Octal347255301

Shades and tints

Shades of #E7ADC1

#E7ADC1
(231,173,193)
#D29EB0
(210,158,176)
#BD8F9F
(189,143,159)
#A8808E
(168,128,142)
#93717D
(147,113,125)
#7E626C
(126,98,108)
#69535B
(105,83,91)
#54444A
(84,68,74)
#3F3539
(63,53,57)
#2A2628
(42,38,40)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #E7ADC1

#E7ADC1
(231,173,193)
#E9B4C6
(233,180,198)
#EBBBCB
(235,187,203)
#EDC2D0
(237,194,208)
#EFC9D5
(239,201,213)
#F1D0DA
(241,208,218)
#F3D7DF
(243,215,223)
#F5DEE4
(245,222,228)
#F7E5E9
(247,229,233)
#F9ECEE
(249,236,238)
#FBF3F3
(251,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ADC1; }

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

This text font color is #E7ADC1.


Background Color

.myBgColor { background-color: #E7ADC1; }

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

This div background color is #E7ADC1.


Border color

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

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

This div border color is #E7ADC1.


Opacity

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

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

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

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

This text has shadow with #E7ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7ADC1 on black background.


Color preview on white background

This text has color #E7ADC1 on white background.



Black color preview on #E7ADC1 background

This text has black color on #E7ADC1 background.


White color preview on #E7ADC1 background

This text has white color on #E7ADC1 background.