COLOR #E4ADC1

HEX: #E4ADC1 RGB: (228,173,193)

Color info

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

RGB color model

#E4ADC1 color RGB value is (228,173,193).

RGB: (228,173,193) (89%, 68%, 76%)

RGB channels and saturation

R 228 of 255 = 89%
G 173 of 255 = 68%
B 193 of 255 = 76%

228
173
193

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

Portions of RGB colors in percentages

R + G + B = 228 + 173 + 193 = 594 (100%)
R 228 of 594 ~ 38.38%
G 173 of 594 ~ 29.12%
B 193 of 594 ~ 32.49'%

%38.38
%29.12
%32.49

CMYK color model

#E4ADC1 color CMYK value is (0,24,15,11).

  • cyan value is 0.00%
  • magenta value is 24.12%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK: (0,24,15,11) C0M24Y15K11 (0%,24%,15%,11%) (0.00/0.24/0.15/0.11) 

CMYK percentages

%0
%24.12
%15.35
%10.59

Codes

Color #E4ADC1 in popluar color models

E4 AD C1
RGB 228 173 193
HSL 338° 50.46% 78.63%
HSB/HSV 338° 24.12% 89.41%
CMYK 0.00% 24.12% 15.35%
10.59%

Color #E4ADC1 in popluar number systems.

HEX E4 AD C1
Decimal 228 173 193
Binary 11100100 10101101 11000001
Octal 344 255 301

Shades and tints

Shades of #E4ADC1

#E4ADC1
(228,173,193)
#D09EB0
(208,158,176)
#BC8F9F
(188,143,159)
#A8808E
(168,128,142)
#94717D
(148,113,125)
#80626C
(128,98,108)
#6C535B
(108,83,91)
#58444A
(88,68,74)
#443539
(68,53,57)
#302628
(48,38,40)
#1C1717
(28,23,23)
#000000
(0,0,0)

Tints of #E4ADC1

#E4ADC1
(228,173,193)
#E6B4C6
(230,180,198)
#E8BBCB
(232,187,203)
#EAC2D0
(234,194,208)
#ECC9D5
(236,201,213)
#EED0DA
(238,208,218)
#F0D7DF
(240,215,223)
#F2DEE4
(242,222,228)
#F4E5E9
(244,229,233)
#F6ECEE
(246,236,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4ADC1 color. Also use rgb(228,173,193) instead hex code.

Text Font Color

.myTextColor { color: #E4ADC1; }

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

This text font color is #E4ADC1.

Background Color

.myBgColor { background-color: #E4ADC1; }

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

This div background color is #E4ADC1.

Border color

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

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

This div border color is #E4ADC1.

Opacity

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

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

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

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

This text has shadow with #E4ADC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4ADC1.

Preview

Color preview on black background

This text has color #E4ADC1 on black background.


Color preview on white background

This text has color #E4ADC1 on white background.


Black color preview on #E4ADC1 background

This text has black color on #E4ADC1 background.


White color preview on #E4ADC1 background

This text has white color on #E4ADC1 background.


Related colors

Complementary color

Complementary color for #hex is #1B523E.


I love getcolorcode.com

Triadic colors

1 #C1E4AD and #ADC1E4 with #E4ADC1 are triadic colors.

2 #C1ADE4 and #ADE4C1 with #E4ADC1 are triadic colors.