COLOR #E6ADC2

HEX: #E6ADC2 RGB: (230,173,194)

Color info

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

RGB color model

#E6ADC2 color RGB value is (230,173,194).

RGB: (230,173,194) (90%, 68%, 76%)

RGB channels and saturation

R 230 of 255 = 90%
G 173 of 255 = 68%
B 194 of 255 = 76%

230
173
194

R + G + B ~ 78%. #E6ADC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 173 + 194 = 597 (100%)
R 230 of 597 ~ 38.53%
G 173 of 597 ~ 28.98%
B 194 of 597 ~ 32.5'%

%38.53
%28.98
%32.5

CMYK color model

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

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

CMYK: (0,25,16,10)
C0M25Y16K10 (0%, 25%, 16%, 10%)
(0.00 / 0.25 / 0.16 / 0.10)

CMYK percentages

%0
%24.78
%15.65
%9.8

Codes

Color #E6ADC2 in popluar color models

E6 AD C2
RGB 230 173 194
HSL 338° 53.27% 79.02%
HSB/HSV 338° 24.78% 90.20%
CMYK 0.00% 24.78% 15.65%
9.80%

Color #E6ADC2 in popluar number systems.

HEX E6 AD C2
Decimal 230 173 194
Binary 11100110 10101101 11000010
Octal 346 255 302

Shades and tints

Shades of #E6ADC2

#E6ADC2
(230,173,194)
#D29EB1
(210,158,177)
#BE8FA0
(190,143,160)
#AA808F
(170,128,143)
#96717E
(150,113,126)
#82626D
(130,98,109)
#6E535C
(110,83,92)
#5A444B
(90,68,75)
#46353A
(70,53,58)
#322629
(50,38,41)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6ADC2

#E6ADC2
(230,173,194)
#E8B4C7
(232,180,199)
#EABBCC
(234,187,204)
#ECC2D1
(236,194,209)
#EEC9D6
(238,201,214)
#F0D0DB
(240,208,219)
#F2D7E0
(242,215,224)
#F4DEE5
(244,222,229)
#F6E5EA
(246,229,234)
#F8ECEF
(248,236,239)
#FAF3F4
(250,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6ADC2; }

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

This text font color is #E6ADC2.

Background Color

.myBgColor { background-color: #E6ADC2; }

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

This div background color is #E6ADC2.

Border color

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

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

This div border color is #E6ADC2.

Opacity

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

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

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

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

This text has shadow with #E6ADC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6ADC2.

Preview

Color preview on black background

This text has color #E6ADC2 on black background.


Color preview on white background

This text has color #E6ADC2 on white background.


Black color preview on #E6ADC2 background

This text has black color on #E6ADC2 background.


White color preview on #E6ADC2 background

This text has white color on #E6ADC2 background.


Related colors

Complementary color

Complementary color for #hex is #19523D.


I love getcolorcode.com

Triadic colors

1 #C2E6AD and #ADC2E6 with #E6ADC2 are triadic colors.

2 #C2ADE6 and #ADE6C2 with #E6ADC2 are triadic colors.