COLOR #E0ACCF

HEX: #E0ACCF
RGB: (224,172,207)

Color info

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

RGB color model

#E0ACCF color RGB value is (224,172,207).

  • red value is 224;
  • green value is 172;
  • blue value is 207.
RGB:
(224,172,207)
(88%,67%,81%)

RGB channels and saturation

R 224 of 255 = 88%
G 172 of 255 = 67%
B 207 of 255 = 81%

224
172
207

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

Portions of RGB colors in percentages

R + G + B =
224 + 172 + 207 = 603 (100%)
R 224 of 603 ~ 37.15%
G 172 of 603 ~ 28.52%
B 207 of 603 ~ 34.33%

%37.15
%28.52
%34.33

CMYK color model

#E0ACCF color CMYK value is (0,23,8,12).

  • cyan value is 0.00%
  • magenta value is 23.21%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK:
(0,23,8,12)
C0M23Y8K12 
(0%,23%,8%,12%)
(0.00/0.23/0.08/0.12)	

CMYK percentages

%0
%23.21
%7.59
%12.16

Codes

Color #E0ACCF in popluar color models

E0ACCF
RGB224172207
HSL320°45.61%77.65%
HSB/HSV320°23.21%87.84%
CMYK0.00%23.21%7.59%
12.16%

Color #E0ACCF in popluar number systems.

HEXE0ACCF
Decimal224172207
Binary111000001010110011001111
Octal340254317

Shades and tints

Shades of #E0ACCF

#E0ACCF
(224,172,207)
#CC9DBD
(204,157,189)
#B88EAB
(184,142,171)
#A47F99
(164,127,153)
#907087
(144,112,135)
#7C6175
(124,97,117)
#685263
(104,82,99)
#544351
(84,67,81)
#40343F
(64,52,63)
#2C252D
(44,37,45)
#18161B
(24,22,27)
#000000
(0,0,0)

Tints of #E0ACCF

#E0ACCF
(224,172,207)
#E2B3D3
(226,179,211)
#E4BAD7
(228,186,215)
#E6C1DB
(230,193,219)
#E8C8DF
(232,200,223)
#EACFE3
(234,207,227)
#ECD6E7
(236,214,231)
#EEDDEB
(238,221,235)
#F0E4EF
(240,228,239)
#F2EBF3
(242,235,243)
#F4F2F7
(244,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ACCF color. Also use rgb(224,172,207) instead hex code.

Text Font Color

.myTextColor { color: #E0ACCF; }

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

This text font color is #E0ACCF.


Background Color

.myBgColor { background-color: #E0ACCF; }

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

This div background color is #E0ACCF.


Border color

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

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

This div border color is #E0ACCF.


Opacity

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

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

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

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

This text has shadow with #E0ACCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ACCF on black background.


Color preview on white background

This text has color #E0ACCF on white background.



Black color preview on #E0ACCF background

This text has black color on #E0ACCF background.


White color preview on #E0ACCF background

This text has white color on #E0ACCF background.