COLOR #E6ADCC

HEX: #E6ADCC RGB: (230,173,204)

Color info

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

RGB color model

#E6ADCC color RGB value is (230,173,204).

RGB: (230,173,204) (90%, 68%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 173 of 255 = 68%
B 204 of 255 = 80%

230
173
204

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

Portions of RGB colors in percentages

R + G + B = 230 + 173 + 204 = 607 (100%)
R 230 of 607 ~ 37.89%
G 173 of 607 ~ 28.5%
B 204 of 607 ~ 33.61'%

%37.89
%28.5
%33.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.78%
  • yellow value is 11.30%
  • key color value is 9.80%

CMYK: (0,25,11,10)
C0M25Y11K10 (0%, 25%, 11%, 10%)
(0.00 / 0.25 / 0.11 / 0.10)

CMYK percentages

%0
%24.78
%11.3
%9.8

Codes

Color #E6ADCC in popluar color models

E6 AD CC
RGB 230 173 204
HSL 327° 53.27% 79.02%
HSB/HSV 327° 24.78% 90.20%
CMYK 0.00% 24.78% 11.30%
9.80%

Color #E6ADCC in popluar number systems.

HEX E6 AD CC
Decimal 230 173 204
Binary 11100110 10101101 11001100
Octal 346 255 314

Shades and tints

Shades of #E6ADCC

#E6ADCC
(230,173,204)
#D29EBA
(210,158,186)
#BE8FA8
(190,143,168)
#AA8096
(170,128,150)
#967184
(150,113,132)
#826272
(130,98,114)
#6E5360
(110,83,96)
#5A444E
(90,68,78)
#46353C
(70,53,60)
#32262A
(50,38,42)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6ADCC

#E6ADCC
(230,173,204)
#E8B4D0
(232,180,208)
#EABBD4
(234,187,212)
#ECC2D8
(236,194,216)
#EEC9DC
(238,201,220)
#F0D0E0
(240,208,224)
#F2D7E4
(242,215,228)
#F4DEE8
(244,222,232)
#F6E5EC
(246,229,236)
#F8ECF0
(248,236,240)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ADCC; }

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

This text font color is #E6ADCC.

Background Color

.myBgColor { background-color: #E6ADCC; }

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

This div background color is #E6ADCC.

Border color

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

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

This div border color is #E6ADCC.

Opacity

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

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

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

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

This text has shadow with #E6ADCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ADCC.

Preview

Color preview on black background

This text has color #E6ADCC on black background.


Color preview on white background

This text has color #E6ADCC on white background.


Black color preview on #E6ADCC background

This text has black color on #E6ADCC background.


White color preview on #E6ADCC background

This text has white color on #E6ADCC background.


Related colors

Complementary color

Complementary color for #hex is #195233.


I love getcolorcode.com

Triadic colors

1 #CCE6AD and #ADCCE6 with #E6ADCC are triadic colors.

2 #CCADE6 and #ADE6CC with #E6ADCC are triadic colors.