COLOR #E6ABC1

HEX: #E6ABC1 RGB: (230,171,193)

Color info

#E6ABC1 contains red, green and blue colors in about the same proportion. Web safe color of #E6ABC1 is #CC99CC (or #C9C).

RGB color model

#E6ABC1 color RGB value is (230,171,193).

RGB: (230,171,193) (90%, 67%, 76%)

RGB channels and saturation

R 230 of 255 = 90%
G 171 of 255 = 67%
B 193 of 255 = 76%

230
171
193

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

Portions of RGB colors in percentages

R + G + B = 230 + 171 + 193 = 594 (100%)
R 230 of 594 ~ 38.72%
G 171 of 594 ~ 28.79%
B 193 of 594 ~ 32.49'%

%38.72
%28.79
%32.49

CMYK color model

#E6ABC1 color CMYK value is (0,26,16,10).

  • cyan value is 0.00%
  • magenta value is 25.65%
  • yellow value is 16.09%
  • key color value is 9.80%

CMYK: (0,26,16,10)
C0M26Y16K10 (0%, 26%, 16%, 10%)
(0.00 / 0.26 / 0.16 / 0.10)

CMYK percentages

%0
%25.65
%16.09
%9.8

Codes

Color #E6ABC1 in popluar color models

E6 AB C1
RGB 230 171 193
HSL 338° 54.13% 78.63%
HSB/HSV 338° 25.65% 90.20%
CMYK 0.00% 25.65% 16.09%
9.80%

Color #E6ABC1 in popluar number systems.

HEX E6 AB C1
Decimal 230 171 193
Binary 11100110 10101011 11000001
Octal 346 253 301

Shades and tints

Shades of #E6ABC1

#E6ABC1
(230,171,193)
#D29CB0
(210,156,176)
#BE8D9F
(190,141,159)
#AA7E8E
(170,126,142)
#966F7D
(150,111,125)
#82606C
(130,96,108)
#6E515B
(110,81,91)
#5A424A
(90,66,74)
#463339
(70,51,57)
#322428
(50,36,40)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6ABC1

#E6ABC1
(230,171,193)
#E8B2C6
(232,178,198)
#EAB9CB
(234,185,203)
#ECC0D0
(236,192,208)
#EEC7D5
(238,199,213)
#F0CEDA
(240,206,218)
#F2D5DF
(242,213,223)
#F4DCE4
(244,220,228)
#F6E3E9
(246,227,233)
#F8EAEE
(248,234,238)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ABC1 color. Also use rgb(230,171,193) instead hex code.

Text Font Color

.myTextColor { color: #E6ABC1; }

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

This text font color is #E6ABC1.

Background Color

.myBgColor { background-color: #E6ABC1; }

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

This div background color is #E6ABC1.

Border color

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

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

This div border color is #E6ABC1.

Opacity

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

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

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

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

This text has shadow with #E6ABC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ABC1.

Preview

Color preview on black background

This text has color #E6ABC1 on black background.


Color preview on white background

This text has color #E6ABC1 on white background.


Black color preview on #E6ABC1 background

This text has black color on #E6ABC1 background.


White color preview on #E6ABC1 background

This text has white color on #E6ABC1 background.


Related colors

Complementary color

Complementary color for #hex is #19543E.


I love getcolorcode.com

Triadic colors

1 #C1E6AB and #ABC1E6 with #E6ABC1 are triadic colors.

2 #C1ABE6 and #ABE6C1 with #E6ABC1 are triadic colors.