COLOR #E8ADA8

HEX: #E8ADA8 RGB: (232,173,168)

Color info

#E8ADA8 contains mainly red and green colors. Web safe color of #E8ADA8 is #FF9999 (or #F99).

RGB color model

#E8ADA8 color RGB value is (232,173,168).

RGB: (232,173,168) (91%, 68%, 66%)

RGB channels and saturation

R 232 of 255 = 91%
G 173 of 255 = 68%
B 168 of 255 = 66%

232
173
168

R + G + B ~ 75%. #E8ADA8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 173 + 168 = 573 (100%)
R 232 of 573 ~ 40.49%
G 173 of 573 ~ 30.19%
B 168 of 573 ~ 29.32'%

%40.49
%30.19
%29.32

CMYK color model

#E8ADA8 color CMYK value is (0,25,28,9).

  • cyan value is 0.00%
  • magenta value is 25.43%
  • yellow value is 27.59%
  • key color value is 9.02%

CMYK: (0,25,28,9)
C0M25Y28K9 (0%, 25%, 28%, 9%)
(0.00 / 0.25 / 0.28 / 0.09)

CMYK percentages

%0
%25.43
%27.59
%9.02

Codes

Color #E8ADA8 in popluar color models

E8 AD A8
RGB 232 173 168
HSL 58.18% 78.43%
HSB/HSV 27.59% 90.98%
CMYK 0.00% 25.43% 27.59%
9.02%

Color #E8ADA8 in popluar number systems.

HEX E8 AD A8
Decimal 232 173 168
Binary 11101000 10101101 10101000
Octal 350 255 250

Shades and tints

Shades of #E8ADA8

#E8ADA8
(232,173,168)
#D39E99
(211,158,153)
#BE8F8A
(190,143,138)
#A9807B
(169,128,123)
#94716C
(148,113,108)
#7F625D
(127,98,93)
#6A534E
(106,83,78)
#55443F
(85,68,63)
#403530
(64,53,48)
#2B2621
(43,38,33)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #E8ADA8

#E8ADA8
(232,173,168)
#EAB4AF
(234,180,175)
#ECBBB6
(236,187,182)
#EEC2BD
(238,194,189)
#F0C9C4
(240,201,196)
#F2D0CB
(242,208,203)
#F4D7D2
(244,215,210)
#F6DED9
(246,222,217)
#F8E5E0
(248,229,224)
#FAECE7
(250,236,231)
#FCF3EE
(252,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8ADA8 color. Also use rgb(232,173,168) instead hex code.

Text Font Color

.myTextColor { color: #E8ADA8; }

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

This text font color is #E8ADA8.

Background Color

.myBgColor { background-color: #E8ADA8; }

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

This div background color is #E8ADA8.

Border color

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

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

This div border color is #E8ADA8.

Opacity

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

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

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

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

This text has shadow with #E8ADA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8ADA8.

Preview

Color preview on black background

This text has color #E8ADA8 on black background.


Color preview on white background

This text has color #E8ADA8 on white background.


Black color preview on #E8ADA8 background

This text has black color on #E8ADA8 background.


White color preview on #E8ADA8 background

This text has white color on #E8ADA8 background.


Related colors

Complementary color

Complementary color for #hex is #175257.


I love getcolorcode.com

Triadic colors

1 #A8E8AD and #ADA8E8 with #E8ADA8 are triadic colors.

2 #A8ADE8 and #ADE8A8 with #E8ADA8 are triadic colors.