COLOR #E8B2AD

HEX: #E8B2AD RGB: (232,178,173)

Color info

#E8B2AD contains red, green and blue colors in about the same proportion. Web safe color of #E8B2AD is #FF9999 (or #F99).

RGB color model

#E8B2AD color RGB value is (232,178,173).

RGB: (232,178,173) (91%, 70%, 68%)

RGB channels and saturation

R 232 of 255 = 91%
G 178 of 255 = 70%
B 173 of 255 = 68%

232
178
173

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

Portions of RGB colors in percentages

R + G + B = 232 + 178 + 173 = 583 (100%)
R 232 of 583 ~ 39.79%
G 178 of 583 ~ 30.53%
B 173 of 583 ~ 29.67'%

%39.79
%30.53
%29.67

CMYK color model

#E8B2AD color CMYK value is (0,23,25,9).

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

CMYK: (0,23,25,9)
C0M23Y25K9 (0%, 23%, 25%, 9%)
(0.00 / 0.23 / 0.25 / 0.09)

CMYK percentages

%0
%23.28
%25.43
%9.02

Codes

Color #E8B2AD in popluar color models

E8 B2 AD
RGB 232 178 173
HSL 56.19% 79.41%
HSB/HSV 25.43% 90.98%
CMYK 0.00% 23.28% 25.43%
9.02%

Color #E8B2AD in popluar number systems.

HEX E8 B2 AD
Decimal 232 178 173
Binary 11101000 10110010 10101101
Octal 350 262 255

Shades and tints

Shades of #E8B2AD

#E8B2AD
(232,178,173)
#D3A29E
(211,162,158)
#BE928F
(190,146,143)
#A98280
(169,130,128)
#947271
(148,114,113)
#7F6262
(127,98,98)
#6A5253
(106,82,83)
#554244
(85,66,68)
#403235
(64,50,53)
#2B2226
(43,34,38)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #E8B2AD

#E8B2AD
(232,178,173)
#EAB9B4
(234,185,180)
#ECC0BB
(236,192,187)
#EEC7C2
(238,199,194)
#F0CEC9
(240,206,201)
#F2D5D0
(242,213,208)
#F4DCD7
(244,220,215)
#F6E3DE
(246,227,222)
#F8EAE5
(248,234,229)
#FAF1EC
(250,241,236)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8B2AD; }

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

This text font color is #E8B2AD.

Background Color

.myBgColor { background-color: #E8B2AD; }

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

This div background color is #E8B2AD.

Border color

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

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

This div border color is #E8B2AD.

Opacity

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

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

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

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

This text has shadow with #E8B2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B2AD.

Preview

Color preview on black background

This text has color #E8B2AD on black background.


Color preview on white background

This text has color #E8B2AD on white background.


Black color preview on #E8B2AD background

This text has black color on #E8B2AD background.


White color preview on #E8B2AD background

This text has white color on #E8B2AD background.


Related colors

Complementary color

Complementary color for #hex is #174D52.


I love getcolorcode.com

Triadic colors

1 #ADE8B2 and #B2ADE8 with #E8B2AD are triadic colors.

2 #ADB2E8 and #B2E8AD with #E8B2AD are triadic colors.