COLOR #E5ADC4

HEX: #E5ADC4
RGB: (229,173,196)

Color info

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

RGB color model

#E5ADC4 color RGB value is (229,173,196).

  • red value is 229;
  • green value is 173;
  • blue value is 196.
RGB:
(229,173,196)
(90%,68%,77%)

RGB channels and saturation

R 229 of 255 = 90%
G 173 of 255 = 68%
B 196 of 255 = 77%

229
173
196

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

Portions of RGB colors in percentages

R + G + B =
229 + 173 + 196 = 598 (100%)
R 229 of 598 ~ 38.29%
G 173 of 598 ~ 28.93%
B 196 of 598 ~ 32.78%

%38.29
%28.93
%32.78

CMYK color model

#E5ADC4 color CMYK value is (0,24,14,10).

  • cyan value is 0.00%
  • magenta value is 24.45%
  • yellow value is 14.41%
  • key color value is 10.20%
CMYK:
(0,24,14,10)
C0M24Y14K10 
(0%,24%,14%,10%)
(0.00/0.24/0.14/0.10)	

CMYK percentages

%0
%24.45
%14.41
%10.2

Codes

Color #E5ADC4 in popluar color models

E5ADC4
RGB229173196
HSL335°51.85%78.82%
HSB/HSV335°24.45%89.80%
CMYK0.00%24.45%14.41%
10.20%

Color #E5ADC4 in popluar number systems.

HEXE5ADC4
Decimal229173196
Binary111001011010110111000100
Octal345255304

Shades and tints

Shades of #E5ADC4

#E5ADC4
(229,173,196)
#D19EB3
(209,158,179)
#BD8FA2
(189,143,162)
#A98091
(169,128,145)
#957180
(149,113,128)
#81626F
(129,98,111)
#6D535E
(109,83,94)
#59444D
(89,68,77)
#45353C
(69,53,60)
#31262B
(49,38,43)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #E5ADC4

#E5ADC4
(229,173,196)
#E7B4C9
(231,180,201)
#E9BBCE
(233,187,206)
#EBC2D3
(235,194,211)
#EDC9D8
(237,201,216)
#EFD0DD
(239,208,221)
#F1D7E2
(241,215,226)
#F3DEE7
(243,222,231)
#F5E5EC
(245,229,236)
#F7ECF1
(247,236,241)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5ADC4 color. Also use rgb(229,173,196) instead hex code.

Text Font Color

.myTextColor { color: #E5ADC4; }

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

This text font color is #E5ADC4.


Background Color

.myBgColor { background-color: #E5ADC4; }

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

This div background color is #E5ADC4.


Border color

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

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

This div border color is #E5ADC4.


Opacity

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

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

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

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

This text has shadow with #E5ADC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ADC4 on black background.


Color preview on white background

This text has color #E5ADC4 on white background.



Black color preview on #E5ADC4 background

This text has black color on #E5ADC4 background.


White color preview on #E5ADC4 background

This text has white color on #E5ADC4 background.