COLOR #E3ADC1

HEX: #E3ADC1
RGB: (227,173,193)

Color info

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

RGB color model

#E3ADC1 color RGB value is (227,173,193).

  • red value is 227;
  • green value is 173;
  • blue value is 193.
RGB:
(227,173,193)
(89%,68%,76%)

RGB channels and saturation

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

227
173
193

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

Portions of RGB colors in percentages

R + G + B =
227 + 173 + 193 = 593 (100%)
R 227 of 593 ~ 38.28%
G 173 of 593 ~ 29.17%
B 193 of 593 ~ 32.55%

%38.28
%29.17
%32.55

CMYK color model

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

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

CMYK percentages

%0
%23.79
%14.98
%10.98

Codes

Color #E3ADC1 in popluar color models

E3ADC1
RGB227173193
HSL338°49.09%78.43%
HSB/HSV338°23.79%89.02%
CMYK0.00%23.79%14.98%
10.98%

Color #E3ADC1 in popluar number systems.

HEXE3ADC1
Decimal227173193
Binary111000111010110111000001
Octal343255301

Shades and tints

Shades of #E3ADC1

#E3ADC1
(227,173,193)
#CF9EB0
(207,158,176)
#BB8F9F
(187,143,159)
#A7808E
(167,128,142)
#93717D
(147,113,125)
#7F626C
(127,98,108)
#6B535B
(107,83,91)
#57444A
(87,68,74)
#433539
(67,53,57)
#2F2628
(47,38,40)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3ADC1

#E3ADC1
(227,173,193)
#E5B4C6
(229,180,198)
#E7BBCB
(231,187,203)
#E9C2D0
(233,194,208)
#EBC9D5
(235,201,213)
#EDD0DA
(237,208,218)
#EFD7DF
(239,215,223)
#F1DEE4
(241,222,228)
#F3E5E9
(243,229,233)
#F5ECEE
(245,236,238)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3ADC1; }

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

This text font color is #E3ADC1.


Background Color

.myBgColor { background-color: #E3ADC1; }

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

This div background color is #E3ADC1.


Border color

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

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

This div border color is #E3ADC1.


Opacity

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

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

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

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

This text has shadow with #E3ADC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3ADC1 on black background.


Color preview on white background

This text has color #E3ADC1 on white background.



Black color preview on #E3ADC1 background

This text has black color on #E3ADC1 background.


White color preview on #E3ADC1 background

This text has white color on #E3ADC1 background.