COLOR #E0B7AD

HEX: #E0B7AD RGB: (224,183,173)

Color info

#E0B7AD contains red, green and blue colors in about the same proportion. Web safe color of #E0B7AD is #CCCC99 (or #CC9).

RGB color model

#E0B7AD color RGB value is (224,183,173).

RGB: (224,183,173) (88%, 72%, 68%)

RGB channels and saturation

R 224 of 255 = 88%
G 183 of 255 = 72%
B 173 of 255 = 68%

224
183
173

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

Portions of RGB colors in percentages

R + G + B = 224 + 183 + 173 = 580 (100%)
R 224 of 580 ~ 38.62%
G 183 of 580 ~ 31.55%
B 173 of 580 ~ 29.83'%

%38.62
%31.55
%29.83

CMYK color model

#E0B7AD color CMYK value is (0,18,23,12).

  • cyan value is 0.00%
  • magenta value is 18.30%
  • yellow value is 22.77%
  • key color value is 12.16%

CMYK: (0,18,23,12)
C0M18Y23K12 (0%, 18%, 23%, 12%)
(0.00 / 0.18 / 0.23 / 0.12)

CMYK percentages

%0
%18.3
%22.77
%12.16

Codes

Color #E0B7AD in popluar color models

E0 B7 AD
RGB 224 183 173
HSL 12° 45.13% 77.84%
HSB/HSV 12° 22.77% 87.84%
CMYK 0.00% 18.30% 22.77%
12.16%

Color #E0B7AD in popluar number systems.

HEX E0 B7 AD
Decimal 224 183 173
Binary 11100000 10110111 10101101
Octal 340 267 255

Shades and tints

Shades of #E0B7AD

#E0B7AD
(224,183,173)
#CCA79E
(204,167,158)
#B8978F
(184,151,143)
#A48780
(164,135,128)
#907771
(144,119,113)
#7C6762
(124,103,98)
#685753
(104,87,83)
#544744
(84,71,68)
#403735
(64,55,53)
#2C2726
(44,39,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #E0B7AD

#E0B7AD
(224,183,173)
#E2BDB4
(226,189,180)
#E4C3BB
(228,195,187)
#E6C9C2
(230,201,194)
#E8CFC9
(232,207,201)
#EAD5D0
(234,213,208)
#ECDBD7
(236,219,215)
#EEE1DE
(238,225,222)
#F0E7E5
(240,231,229)
#F2EDEC
(242,237,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0B7AD; }

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

This text font color is #E0B7AD.

Background Color

.myBgColor { background-color: #E0B7AD; }

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

This div background color is #E0B7AD.

Border color

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

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

This div border color is #E0B7AD.

Opacity

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

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

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

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

This text has shadow with #E0B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B7AD.

Preview

Color preview on black background

This text has color #E0B7AD on black background.


Color preview on white background

This text has color #E0B7AD on white background.


Black color preview on #E0B7AD background

This text has black color on #E0B7AD background.


White color preview on #E0B7AD background

This text has white color on #E0B7AD background.


Related colors

Complementary color

Complementary color for #hex is #1F4852.


I love getcolorcode.com

Triadic colors

1 #ADE0B7 and #B7ADE0 with #E0B7AD are triadic colors.

2 #ADB7E0 and #B7E0AD with #E0B7AD are triadic colors.