COLOR #E6AABF

HEX: #E6AABF
RGB: (230,170,191)

Color info

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

RGB color model

#E6AABF color RGB value is (230,170,191).

  • red value is 230;
  • green value is 170;
  • blue value is 191.
RGB:
(230,170,191)
(90%,67%,75%)

RGB channels and saturation

R 230 of 255 = 90%
G 170 of 255 = 67%
B 191 of 255 = 75%

230
170
191

R + G + B ~ 77%. #E6AABF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 170 + 191 = 591 (100%)
R 230 of 591 ~ 38.92%
G 170 of 591 ~ 28.76%
B 191 of 591 ~ 32.32%

%38.92
%28.76
%32.32

CMYK color model

#E6AABF color CMYK value is (0,26,17,10).

  • cyan value is 0.00%
  • magenta value is 26.09%
  • yellow value is 16.96%
  • key color value is 9.80%
CMYK:
(0,26,17,10)
C0M26Y17K10 
(0%,26%,17%,10%)
(0.00/0.26/0.17/0.10)	

CMYK percentages

%0
%26.09
%16.96
%9.8

Codes

Color #E6AABF in popluar color models

E6AABF
RGB230170191
HSL339°54.55%78.43%
HSB/HSV339°26.09%90.20%
CMYK0.00%26.09%16.96%
9.80%

Color #E6AABF in popluar number systems.

HEXE6AABF
Decimal230170191
Binary111001101010101010111111
Octal346252277

Shades and tints

Shades of #E6AABF

#E6AABF
(230,170,191)
#D29BAE
(210,155,174)
#BE8C9D
(190,140,157)
#AA7D8C
(170,125,140)
#966E7B
(150,110,123)
#825F6A
(130,95,106)
#6E5059
(110,80,89)
#5A4148
(90,65,72)
#463237
(70,50,55)
#322326
(50,35,38)
#1E1415
(30,20,21)
#000000
(0,0,0)

Tints of #E6AABF

#E6AABF
(230,170,191)
#E8B1C4
(232,177,196)
#EAB8C9
(234,184,201)
#ECBFCE
(236,191,206)
#EEC6D3
(238,198,211)
#F0CDD8
(240,205,216)
#F2D4DD
(242,212,221)
#F4DBE2
(244,219,226)
#F6E2E7
(246,226,231)
#F8E9EC
(248,233,236)
#FAF0F1
(250,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6AABF color. Also use rgb(230,170,191) instead hex code.

Text Font Color

.myTextColor { color: #E6AABF; }

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

This text font color is #E6AABF.


Background Color

.myBgColor { background-color: #E6AABF; }

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

This div background color is #E6AABF.


Border color

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

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

This div border color is #E6AABF.


Opacity

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

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

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

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

This text has shadow with #E6AABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6AABF on black background.


Color preview on white background

This text has color #E6AABF on white background.



Black color preview on #E6AABF background

This text has black color on #E6AABF background.


White color preview on #E6AABF background

This text has white color on #E6AABF background.