COLOR #E7ABCA

HEX: #E7ABCA RGB: (231,171,202)

Color info

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

RGB color model

#E7ABCA color RGB value is (231,171,202).

RGB: (231,171,202) (91%, 67%, 79%)

RGB channels and saturation

R 231 of 255 = 91%
G 171 of 255 = 67%
B 202 of 255 = 79%

231
171
202

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

Portions of RGB colors in percentages

R + G + B = 231 + 171 + 202 = 604 (100%)
R 231 of 604 ~ 38.25%
G 171 of 604 ~ 28.31%
B 202 of 604 ~ 33.44'%

%38.25
%28.31
%33.44

CMYK color model

#E7ABCA color CMYK value is (0,26,13,9).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 12.55%
  • key color value is 9.41%

CMYK: (0,26,13,9)
C0M26Y13K9 (0%, 26%, 13%, 9%)
(0.00 / 0.26 / 0.13 / 0.09)

CMYK percentages

%0
%25.97
%12.55
%9.41

Codes

Color #E7ABCA in popluar color models

E7 AB CA
RGB 231 171 202
HSL 329° 55.56% 78.82%
HSB/HSV 329° 25.97% 90.59%
CMYK 0.00% 25.97% 12.55%
9.41%

Color #E7ABCA in popluar number systems.

HEX E7 AB CA
Decimal 231 171 202
Binary 11100111 10101011 11001010
Octal 347 253 312

Shades and tints

Shades of #E7ABCA

#E7ABCA
(231,171,202)
#D29CB8
(210,156,184)
#BD8DA6
(189,141,166)
#A87E94
(168,126,148)
#936F82
(147,111,130)
#7E6070
(126,96,112)
#69515E
(105,81,94)
#54424C
(84,66,76)
#3F333A
(63,51,58)
#2A2428
(42,36,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #E7ABCA

#E7ABCA
(231,171,202)
#E9B2CE
(233,178,206)
#EBB9D2
(235,185,210)
#EDC0D6
(237,192,214)
#EFC7DA
(239,199,218)
#F1CEDE
(241,206,222)
#F3D5E2
(243,213,226)
#F5DCE6
(245,220,230)
#F7E3EA
(247,227,234)
#F9EAEE
(249,234,238)
#FBF1F2
(251,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7ABCA; }

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

This text font color is #E7ABCA.

Background Color

.myBgColor { background-color: #E7ABCA; }

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

This div background color is #E7ABCA.

Border color

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

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

This div border color is #E7ABCA.

Opacity

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

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

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

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

This text has shadow with #E7ABCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7ABCA.

Preview

Color preview on black background

This text has color #E7ABCA on black background.


Color preview on white background

This text has color #E7ABCA on white background.


Black color preview on #E7ABCA background

This text has black color on #E7ABCA background.


White color preview on #E7ABCA background

This text has white color on #E7ABCA background.


Related colors

Complementary color

Complementary color for #hex is #185435.


I love getcolorcode.com

Triadic colors

1 #CAE7AB and #ABCAE7 with #E7ABCA are triadic colors.

2 #CAABE7 and #ABE7CA with #E7ABCA are triadic colors.