COLOR #E6ACDB

HEX: #E6ACDB
RGB: (230,172,219)

Color info

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

RGB color model

#E6ACDB color RGB value is (230,172,219).

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

RGB channels and saturation

R 230 of 255 = 90%
G 172 of 255 = 67%
B 219 of 255 = 86%

230
172
219

R + G + B ~ 81%. #E6ACDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 172 + 219 = 621 (100%)
R 230 of 621 ~ 37.04%
G 172 of 621 ~ 27.7%
B 219 of 621 ~ 35.27%

%37.04
%27.7
%35.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.22%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(0,25,5,10)
C0M25Y5K10 
(0%,25%,5%,10%)
(0.00/0.25/0.05/0.10)	

CMYK percentages

%0
%25.22
%4.78
%9.8

Codes

Color #E6ACDB in popluar color models

E6ACDB
RGB230172219
HSL311°53.70%78.82%
HSB/HSV311°25.22%90.20%
CMYK0.00%25.22%4.78%
9.80%

Color #E6ACDB in popluar number systems.

HEXE6ACDB
Decimal230172219
Binary111001101010110011011011
Octal346254333

Shades and tints

Shades of #E6ACDB

#E6ACDB
(230,172,219)
#D29DC8
(210,157,200)
#BE8EB5
(190,142,181)
#AA7FA2
(170,127,162)
#96708F
(150,112,143)
#82617C
(130,97,124)
#6E5269
(110,82,105)
#5A4356
(90,67,86)
#463443
(70,52,67)
#322530
(50,37,48)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #E6ACDB

#E6ACDB
(230,172,219)
#E8B3DE
(232,179,222)
#EABAE1
(234,186,225)
#ECC1E4
(236,193,228)
#EEC8E7
(238,200,231)
#F0CFEA
(240,207,234)
#F2D6ED
(242,214,237)
#F4DDF0
(244,221,240)
#F6E4F3
(246,228,243)
#F8EBF6
(248,235,246)
#FAF2F9
(250,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ACDB; }

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

This text font color is #E6ACDB.


Background Color

.myBgColor { background-color: #E6ACDB; }

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

This div background color is #E6ACDB.


Border color

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

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

This div border color is #E6ACDB.


Opacity

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

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

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

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

This text has shadow with #E6ACDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ACDB on black background.


Color preview on white background

This text has color #E6ACDB on white background.



Black color preview on #E6ACDB background

This text has black color on #E6ACDB background.


White color preview on #E6ACDB background

This text has white color on #E6ACDB background.