COLOR #E0B9A3

HEX: #E0B9A3 RGB: (224,185,163)

Color info

#E0B9A3 contains mainly red and green colors. Web safe color of #E0B9A3 is #CCCC99 (or #CC9).

RGB color model

#E0B9A3 color RGB value is (224,185,163).

RGB: (224,185,163) (88%, 73%, 64%)

RGB channels and saturation

R 224 of 255 = 88%
G 185 of 255 = 73%
B 163 of 255 = 64%

224
185
163

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

Portions of RGB colors in percentages

R + G + B = 224 + 185 + 163 = 572 (100%)
R 224 of 572 ~ 39.16%
G 185 of 572 ~ 32.34%
B 163 of 572 ~ 28.5'%

%39.16
%32.34
%28.5

CMYK color model

#E0B9A3 color CMYK value is (0,17,27,12).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 27.23%
  • key color value is 12.16%

CMYK: (0,17,27,12)
C0M17Y27K12 (0%, 17%, 27%, 12%)
(0.00 / 0.17 / 0.27 / 0.12)

CMYK percentages

%0
%17.41
%27.23
%12.16

Codes

Color #E0B9A3 in popluar color models

E0 B9 A3
RGB 224 185 163
HSL 22° 49.59% 75.88%
HSB/HSV 22° 27.23% 87.84%
CMYK 0.00% 17.41% 27.23%
12.16%

Color #E0B9A3 in popluar number systems.

HEX E0 B9 A3
Decimal 224 185 163
Binary 11100000 10111001 10100011
Octal 340 271 243

Shades and tints

Shades of #E0B9A3

#E0B9A3
(224,185,163)
#CCA995
(204,169,149)
#B89987
(184,153,135)
#A48979
(164,137,121)
#90796B
(144,121,107)
#7C695D
(124,105,93)
#68594F
(104,89,79)
#544941
(84,73,65)
#403933
(64,57,51)
#2C2925
(44,41,37)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #E0B9A3

#E0B9A3
(224,185,163)
#E2BFAB
(226,191,171)
#E4C5B3
(228,197,179)
#E6CBBB
(230,203,187)
#E8D1C3
(232,209,195)
#EAD7CB
(234,215,203)
#ECDDD3
(236,221,211)
#EEE3DB
(238,227,219)
#F0E9E3
(240,233,227)
#F2EFEB
(242,239,235)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0B9A3 color. Also use rgb(224,185,163) instead hex code.

Text Font Color

.myTextColor { color: #E0B9A3; }

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

This text font color is #E0B9A3.

Background Color

.myBgColor { background-color: #E0B9A3; }

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

This div background color is #E0B9A3.

Border color

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

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

This div border color is #E0B9A3.

Opacity

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

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

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

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

This text has shadow with #E0B9A3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0B9A3.

Preview

Color preview on black background

This text has color #E0B9A3 on black background.


Color preview on white background

This text has color #E0B9A3 on white background.


Black color preview on #E0B9A3 background

This text has black color on #E0B9A3 background.


White color preview on #E0B9A3 background

This text has white color on #E0B9A3 background.


Related colors

Complementary color

Complementary color for #hex is #1F465C.


I love getcolorcode.com

Triadic colors

1 #A3E0B9 and #B9A3E0 with #E0B9A3 are triadic colors.

2 #A3B9E0 and #B9E0A3 with #E0B9A3 are triadic colors.