COLOR #E5ACCF

HEX: #E5ACCF
RGB: (229,172,207)

Color info

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

RGB color model

#E5ACCF color RGB value is (229,172,207).

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

RGB channels and saturation

R 229 of 255 = 90%
G 172 of 255 = 67%
B 207 of 255 = 81%

229
172
207

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

Portions of RGB colors in percentages

R + G + B =
229 + 172 + 207 = 608 (100%)
R 229 of 608 ~ 37.66%
G 172 of 608 ~ 28.29%
B 207 of 608 ~ 34.05%

%37.66
%28.29
%34.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.89%
  • yellow value is 9.61%
  • key color value is 10.20%
CMYK:
(0,25,10,10)
C0M25Y10K10 
(0%,25%,10%,10%)
(0.00/0.25/0.10/0.10)	

CMYK percentages

%0
%24.89
%9.61
%10.2

Codes

Color #E5ACCF in popluar color models

E5ACCF
RGB229172207
HSL323°52.29%78.63%
HSB/HSV323°24.89%89.80%
CMYK0.00%24.89%9.61%
10.20%

Color #E5ACCF in popluar number systems.

HEXE5ACCF
Decimal229172207
Binary111001011010110011001111
Octal345254317

Shades and tints

Shades of #E5ACCF

#E5ACCF
(229,172,207)
#D19DBD
(209,157,189)
#BD8EAB
(189,142,171)
#A97F99
(169,127,153)
#957087
(149,112,135)
#816175
(129,97,117)
#6D5263
(109,82,99)
#594351
(89,67,81)
#45343F
(69,52,63)
#31252D
(49,37,45)
#1D161B
(29,22,27)
#000000
(0,0,0)

Tints of #E5ACCF

#E5ACCF
(229,172,207)
#E7B3D3
(231,179,211)
#E9BAD7
(233,186,215)
#EBC1DB
(235,193,219)
#EDC8DF
(237,200,223)
#EFCFE3
(239,207,227)
#F1D6E7
(241,214,231)
#F3DDEB
(243,221,235)
#F5E4EF
(245,228,239)
#F7EBF3
(247,235,243)
#F9F2F7
(249,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ACCF; }

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

This text font color is #E5ACCF.


Background Color

.myBgColor { background-color: #E5ACCF; }

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

This div background color is #E5ACCF.


Border color

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

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

This div border color is #E5ACCF.


Opacity

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

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

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

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

This text has shadow with #E5ACCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ACCF on black background.


Color preview on white background

This text has color #E5ACCF on white background.



Black color preview on #E5ACCF background

This text has black color on #E5ACCF background.


White color preview on #E5ACCF background

This text has white color on #E5ACCF background.