COLOR #E7ABD1

HEX: #E7ABD1 RGB: (231,171,209)

Color info

#E7ABD1 contains mainly red and blue colors. Web safe color of #E7ABD1 is #FF99CC (or #F9C).

RGB color model

#E7ABD1 color RGB value is (231,171,209).

RGB: (231,171,209) (91%, 67%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 209 of 255 = 82%

231
171
209

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

Portions of RGB colors in percentages

R + G + B = 231 + 171 + 209 = 611 (100%)
R 231 of 611 ~ 37.81%
G 171 of 611 ~ 27.99%
B 209 of 611 ~ 34.21'%

%37.81
%27.99
%34.21

CMYK color model

#E7ABD1 color CMYK value is (0,26,10,9).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 9.52%
  • key color value is 9.41%
CMYK: (0,26,10,9) C0M26Y10K9 (0%,26%,10%,9%) (0.00/0.26/0.10/0.09) 

CMYK percentages

%0
%25.97
%9.52
%9.41

Codes

Color #E7ABD1 in popluar color models

E7 AB D1
RGB 231 171 209
HSL 322° 55.56% 78.82%
HSB/HSV 322° 25.97% 90.59%
CMYK 0.00% 25.97% 9.52%
9.41%

Color #E7ABD1 in popluar number systems.

HEX E7 AB D1
Decimal 231 171 209
Binary 11100111 10101011 11010001
Octal 347 253 321

Shades and tints

Shades of #E7ABD1

#E7ABD1
(231,171,209)
#D29CBE
(210,156,190)
#BD8DAB
(189,141,171)
#A87E98
(168,126,152)
#936F85
(147,111,133)
#7E6072
(126,96,114)
#69515F
(105,81,95)
#54424C
(84,66,76)
#3F3339
(63,51,57)
#2A2426
(42,36,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #E7ABD1

#E7ABD1
(231,171,209)
#E9B2D5
(233,178,213)
#EBB9D9
(235,185,217)
#EDC0DD
(237,192,221)
#EFC7E1
(239,199,225)
#F1CEE5
(241,206,229)
#F3D5E9
(243,213,233)
#F5DCED
(245,220,237)
#F7E3F1
(247,227,241)
#F9EAF5
(249,234,245)
#FBF1F9
(251,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7ABD1 color. Also use rgb(231,171,209) instead hex code.

Text Font Color

.myTextColor { color: #E7ABD1; }

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

This text font color is #E7ABD1.

Background Color

.myBgColor { background-color: #E7ABD1; }

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

This div background color is #E7ABD1.

Border color

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

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

This div border color is #E7ABD1.

Opacity

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

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

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

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

This text has shadow with #E7ABD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ABD1.

Preview

Color preview on black background

This text has color #E7ABD1 on black background.


Color preview on white background

This text has color #E7ABD1 on white background.


Black color preview on #E7ABD1 background

This text has black color on #E7ABD1 background.


White color preview on #E7ABD1 background

This text has white color on #E7ABD1 background.


Related colors

Complementary color

Complementary color for #hex is #18542E.


I love getcolorcode.com

Triadic colors

1 #D1E7AB and #ABD1E7 with #E7ABD1 are triadic colors.

2 #D1ABE7 and #ABE7D1 with #E7ABD1 are triadic colors.