COLOR #E7ABCD

HEX: #E7ABCD RGB: (231,171,205)

Color info

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

RGB color model

#E7ABCD color RGB value is (231,171,205).

RGB: (231,171,205) (91%, 67%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 205 of 255 = 80%

231
171
205

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

Portions of RGB colors in percentages

R + G + B = 231 + 171 + 205 = 607 (100%)
R 231 of 607 ~ 38.06%
G 171 of 607 ~ 28.17%
B 205 of 607 ~ 33.77'%

%38.06
%28.17
%33.77

CMYK color model

#E7ABCD color CMYK value is (0,26,11,9).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK: (0,26,11,9) C0M26Y11K9 (0%,26%,11%,9%) (0.00/0.26/0.11/0.09) 

CMYK percentages

%0
%25.97
%11.26
%9.41

Codes

Color #E7ABCD in popluar color models

E7 AB CD
RGB 231 171 205
HSL 326° 55.56% 78.82%
HSB/HSV 326° 25.97% 90.59%
CMYK 0.00% 25.97% 11.26%
9.41%

Color #E7ABCD in popluar number systems.

HEX E7 AB CD
Decimal 231 171 205
Binary 11100111 10101011 11001101
Octal 347 253 315

Shades and tints

Shades of #E7ABCD

#E7ABCD
(231,171,205)
#D29CBB
(210,156,187)
#BD8DA9
(189,141,169)
#A87E97
(168,126,151)
#936F85
(147,111,133)
#7E6073
(126,96,115)
#695161
(105,81,97)
#54424F
(84,66,79)
#3F333D
(63,51,61)
#2A242B
(42,36,43)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #E7ABCD

#E7ABCD
(231,171,205)
#E9B2D1
(233,178,209)
#EBB9D5
(235,185,213)
#EDC0D9
(237,192,217)
#EFC7DD
(239,199,221)
#F1CEE1
(241,206,225)
#F3D5E5
(243,213,229)
#F5DCE9
(245,220,233)
#F7E3ED
(247,227,237)
#F9EAF1
(249,234,241)
#FBF1F5
(251,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ABCD; }

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

This text font color is #E7ABCD.

Background Color

.myBgColor { background-color: #E7ABCD; }

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

This div background color is #E7ABCD.

Border color

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

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

This div border color is #E7ABCD.

Opacity

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

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

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

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

This text has shadow with #E7ABCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ABCD.

Preview

Color preview on black background

This text has color #E7ABCD on black background.


Color preview on white background

This text has color #E7ABCD on white background.


Black color preview on #E7ABCD background

This text has black color on #E7ABCD background.


White color preview on #E7ABCD background

This text has white color on #E7ABCD background.


Related colors

Complementary color

Complementary color for #hex is #185432.


I love getcolorcode.com

Triadic colors

1 #CDE7AB and #ABCDE7 with #E7ABCD are triadic colors.

2 #CDABE7 and #ABE7CD with #E7ABCD are triadic colors.