COLOR #E69AAC

HEX: #E69AAC
RGB: (230,154,172)

Color info

#E69AAC contains mainly red and blue colors. Web safe color of #E69AAC is #CC9999 (or #C99).

RGB color model

#E69AAC color RGB value is (230,154,172).

  • red value is 230;
  • green value is 154;
  • blue value is 172.
RGB:
(230,154,172)
(90%,60%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 154 of 255 = 60%
B 172 of 255 = 67%

230
154
172

R + G + B ~ 72%. #E69AAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 154 + 172 = 556 (100%)
R 230 of 556 ~ 41.37%
G 154 of 556 ~ 27.7%
B 172 of 556 ~ 30.94%

%41.37
%27.7
%30.94

CMYK color model

#E69AAC color CMYK value is (0,33,25,10).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 25.22%
  • key color value is 9.80%
CMYK:
(0,33,25,10)
C0M33Y25K10 
(0%,33%,25%,10%)
(0.00/0.33/0.25/0.10)	

CMYK percentages

%0
%33.04
%25.22
%9.8

Codes

Color #E69AAC in popluar color models

E69AAC
RGB230154172
HSL346°60.32%75.29%
HSB/HSV346°33.04%90.20%
CMYK0.00%33.04%25.22%
9.80%

Color #E69AAC in popluar number systems.

HEXE69AAC
Decimal230154172
Binary111001101001101010101100
Octal346232254

Shades and tints

Shades of #E69AAC

#E69AAC
(230,154,172)
#D28C9D
(210,140,157)
#BE7E8E
(190,126,142)
#AA707F
(170,112,127)
#966270
(150,98,112)
#825461
(130,84,97)
#6E4652
(110,70,82)
#5A3843
(90,56,67)
#462A34
(70,42,52)
#321C25
(50,28,37)
#1E0E16
(30,14,22)
#000000
(0,0,0)

Tints of #E69AAC

#E69AAC
(230,154,172)
#E8A3B3
(232,163,179)
#EAACBA
(234,172,186)
#ECB5C1
(236,181,193)
#EEBEC8
(238,190,200)
#F0C7CF
(240,199,207)
#F2D0D6
(242,208,214)
#F4D9DD
(244,217,221)
#F6E2E4
(246,226,228)
#F8EBEB
(248,235,235)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69AAC color. Also use rgb(230,154,172) instead hex code.

Text Font Color

.myTextColor { color: #E69AAC; }

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

This text font color is #E69AAC.


Background Color

.myBgColor { background-color: #E69AAC; }

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

This div background color is #E69AAC.


Border color

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

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

This div border color is #E69AAC.


Opacity

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

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

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

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

This text has shadow with #E69AAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69AAC on black background.


Color preview on white background

This text has color #E69AAC on white background.



Black color preview on #E69AAC background

This text has black color on #E69AAC background.


White color preview on #E69AAC background

This text has white color on #E69AAC background.