COLOR #E6A1BD

HEX: #E6A1BD
RGB: (230,161,189)

Color info

#E6A1BD contains mainly red and blue colors. Web safe color of #E6A1BD is #CC99CC (or #C9C).

RGB color model

#E6A1BD color RGB value is (230,161,189).

  • red value is 230;
  • green value is 161;
  • blue value is 189.
RGB:
(230,161,189)
(90%,63%,74%)

RGB channels and saturation

R 230 of 255 = 90%
G 161 of 255 = 63%
B 189 of 255 = 74%

230
161
189

R + G + B ~ 76%. #E6A1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 161 + 189 = 580 (100%)
R 230 of 580 ~ 39.66%
G 161 of 580 ~ 27.76%
B 189 of 580 ~ 32.59%

%39.66
%27.76
%32.59

CMYK color model

#E6A1BD color CMYK value is (0,30,18,10).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 17.83%
  • key color value is 9.80%
CMYK:
(0,30,18,10)
C0M30Y18K10 
(0%,30%,18%,10%)
(0.00/0.30/0.18/0.10)	

CMYK percentages

%0
%30
%17.83
%9.8

Codes

Color #E6A1BD in popluar color models

E6A1BD
RGB230161189
HSL336°57.98%76.67%
HSB/HSV336°30.00%90.20%
CMYK0.00%30.00%17.83%
9.80%

Color #E6A1BD in popluar number systems.

HEXE6A1BD
Decimal230161189
Binary111001101010000110111101
Octal346241275

Shades and tints

Shades of #E6A1BD

#E6A1BD
(230,161,189)
#D293AC
(210,147,172)
#BE859B
(190,133,155)
#AA778A
(170,119,138)
#966979
(150,105,121)
#825B68
(130,91,104)
#6E4D57
(110,77,87)
#5A3F46
(90,63,70)
#463135
(70,49,53)
#322324
(50,35,36)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6A1BD

#E6A1BD
(230,161,189)
#E8A9C3
(232,169,195)
#EAB1C9
(234,177,201)
#ECB9CF
(236,185,207)
#EEC1D5
(238,193,213)
#F0C9DB
(240,201,219)
#F2D1E1
(242,209,225)
#F4D9E7
(244,217,231)
#F6E1ED
(246,225,237)
#F8E9F3
(248,233,243)
#FAF1F9
(250,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A1BD color. Also use rgb(230,161,189) instead hex code.

Text Font Color

.myTextColor { color: #E6A1BD; }

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

This text font color is #E6A1BD.


Background Color

.myBgColor { background-color: #E6A1BD; }

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

This div background color is #E6A1BD.


Border color

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

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

This div border color is #E6A1BD.


Opacity

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

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

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

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

This text has shadow with #E6A1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A1BD on black background.


Color preview on white background

This text has color #E6A1BD on white background.



Black color preview on #E6A1BD background

This text has black color on #E6A1BD background.


White color preview on #E6A1BD background

This text has white color on #E6A1BD background.