COLOR #E0ADBB

HEX: #E0ADBB
RGB: (224,173,187)

Color info

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

RGB color model

#E0ADBB color RGB value is (224,173,187).

  • red value is 224;
  • green value is 173;
  • blue value is 187.
RGB:
(224,173,187)
(88%,68%,73%)

RGB channels and saturation

R 224 of 255 = 88%
G 173 of 255 = 68%
B 187 of 255 = 73%

224
173
187

R + G + B ~ 76%. #E0ADBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 173 + 187 = 584 (100%)
R 224 of 584 ~ 38.36%
G 173 of 584 ~ 29.62%
B 187 of 584 ~ 32.02%

%38.36
%29.62
%32.02

CMYK color model

#E0ADBB color CMYK value is (0,23,17,12).

  • cyan value is 0.00%
  • magenta value is 22.77%
  • yellow value is 16.52%
  • key color value is 12.16%
CMYK:
(0,23,17,12)
C0M23Y17K12 
(0%,23%,17%,12%)
(0.00/0.23/0.17/0.12)	

CMYK percentages

%0
%22.77
%16.52
%12.16

Codes

Color #E0ADBB in popluar color models

E0ADBB
RGB224173187
HSL344°45.13%77.84%
HSB/HSV344°22.77%87.84%
CMYK0.00%22.77%16.52%
12.16%

Color #E0ADBB in popluar number systems.

HEXE0ADBB
Decimal224173187
Binary111000001010110110111011
Octal340255273

Shades and tints

Shades of #E0ADBB

#E0ADBB
(224,173,187)
#CC9EAA
(204,158,170)
#B88F99
(184,143,153)
#A48088
(164,128,136)
#907177
(144,113,119)
#7C6266
(124,98,102)
#685355
(104,83,85)
#544444
(84,68,68)
#403533
(64,53,51)
#2C2622
(44,38,34)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #E0ADBB

#E0ADBB
(224,173,187)
#E2B4C1
(226,180,193)
#E4BBC7
(228,187,199)
#E6C2CD
(230,194,205)
#E8C9D3
(232,201,211)
#EAD0D9
(234,208,217)
#ECD7DF
(236,215,223)
#EEDEE5
(238,222,229)
#F0E5EB
(240,229,235)
#F2ECF1
(242,236,241)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0ADBB color. Also use rgb(224,173,187) instead hex code.

Text Font Color

.myTextColor { color: #E0ADBB; }

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

This text font color is #E0ADBB.


Background Color

.myBgColor { background-color: #E0ADBB; }

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

This div background color is #E0ADBB.


Border color

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

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

This div border color is #E0ADBB.


Opacity

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

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

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

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

This text has shadow with #E0ADBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ADBB on black background.


Color preview on white background

This text has color #E0ADBB on white background.



Black color preview on #E0ADBB background

This text has black color on #E0ADBB background.


White color preview on #E0ADBB background

This text has white color on #E0ADBB background.