COLOR #E6ADCA

HEX: #E6ADCA
RGB: (230,173,202)

Color info

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

RGB color model

#E6ADCA color RGB value is (230,173,202).

  • red value is 230;
  • green value is 173;
  • blue value is 202.
RGB:
(230,173,202)
(90%,68%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 173 of 255 = 68%
B 202 of 255 = 79%

230
173
202

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

Portions of RGB colors in percentages

R + G + B =
230 + 173 + 202 = 605 (100%)
R 230 of 605 ~ 38.02%
G 173 of 605 ~ 28.6%
B 202 of 605 ~ 33.39%

%38.02
%28.6
%33.39

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(0,25,12,10)
C0M25Y12K10 
(0%,25%,12%,10%)
(0.00/0.25/0.12/0.10)	

CMYK percentages

%0
%24.78
%12.17
%9.8

Codes

Color #E6ADCA in popluar color models

E6ADCA
RGB230173202
HSL329°53.27%79.02%
HSB/HSV329°24.78%90.20%
CMYK0.00%24.78%12.17%
9.80%

Color #E6ADCA in popluar number systems.

HEXE6ADCA
Decimal230173202
Binary111001101010110111001010
Octal346255312

Shades and tints

Shades of #E6ADCA

#E6ADCA
(230,173,202)
#D29EB8
(210,158,184)
#BE8FA6
(190,143,166)
#AA8094
(170,128,148)
#967182
(150,113,130)
#826270
(130,98,112)
#6E535E
(110,83,94)
#5A444C
(90,68,76)
#46353A
(70,53,58)
#322628
(50,38,40)
#1E1716
(30,23,22)
#000000
(0,0,0)

Tints of #E6ADCA

#E6ADCA
(230,173,202)
#E8B4CE
(232,180,206)
#EABBD2
(234,187,210)
#ECC2D6
(236,194,214)
#EEC9DA
(238,201,218)
#F0D0DE
(240,208,222)
#F2D7E2
(242,215,226)
#F4DEE6
(244,222,230)
#F6E5EA
(246,229,234)
#F8ECEE
(248,236,238)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6ADCA color. Also use rgb(230,173,202) instead hex code.

Text Font Color

.myTextColor { color: #E6ADCA; }

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

This text font color is #E6ADCA.


Background Color

.myBgColor { background-color: #E6ADCA; }

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

This div background color is #E6ADCA.


Border color

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

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

This div border color is #E6ADCA.


Opacity

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

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

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

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

This text has shadow with #E6ADCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6ADCA on black background.


Color preview on white background

This text has color #E6ADCA on white background.



Black color preview on #E6ADCA background

This text has black color on #E6ADCA background.


White color preview on #E6ADCA background

This text has white color on #E6ADCA background.