COLOR #E3D8AB

HEX: #E3D8AB RGB: (227,216,171)

Color info

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

RGB color model

#E3D8AB color RGB value is (227,216,171).

RGB: (227,216,171) (89%, 85%, 67%)

RGB channels and saturation

R 227 of 255 = 89%
G 216 of 255 = 85%
B 171 of 255 = 67%

227
216
171

R + G + B ~ 80%. #E3D8AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 216 + 171 = 614 (100%)
R 227 of 614 ~ 36.97%
G 216 of 614 ~ 35.18%
B 171 of 614 ~ 27.85'%

%36.97
%35.18
%27.85

CMYK color model

#E3D8AB color CMYK value is (0,5,25,11).

  • cyan value is 0.00%
  • magenta value is 4.85%
  • yellow value is 24.67%
  • key color value is 10.98%

CMYK: (0,5,25,11)
C0M5Y25K11 (0%, 5%, 25%, 11%)
(0.00 / 0.05 / 0.25 / 0.11)

CMYK percentages

%0
%4.85
%24.67
%10.98

Codes

Color #E3D8AB in popluar color models

E3 D8 AB
RGB 227 216 171
HSL 48° 50.00% 78.04%
HSB/HSV 48° 24.67% 89.02%
CMYK 0.00% 4.85% 24.67%
10.98%

Color #E3D8AB in popluar number systems.

HEX E3 D8 AB
Decimal 227 216 171
Binary 11100011 11011000 10101011
Octal 343 330 253

Shades and tints

Shades of #E3D8AB

#E3D8AB
(227,216,171)
#CFC59C
(207,197,156)
#BBB28D
(187,178,141)
#A79F7E
(167,159,126)
#938C6F
(147,140,111)
#7F7960
(127,121,96)
#6B6651
(107,102,81)
#575342
(87,83,66)
#434033
(67,64,51)
#2F2D24
(47,45,36)
#1B1A15
(27,26,21)
#000000
(0,0,0)

Tints of #E3D8AB

#E3D8AB
(227,216,171)
#E5DBB2
(229,219,178)
#E7DEB9
(231,222,185)
#E9E1C0
(233,225,192)
#EBE4C7
(235,228,199)
#EDE7CE
(237,231,206)
#EFEAD5
(239,234,213)
#F1EDDC
(241,237,220)
#F3F0E3
(243,240,227)
#F5F3EA
(245,243,234)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D8AB color. Also use rgb(227,216,171) instead hex code.

Text Font Color

.myTextColor { color: #E3D8AB; }

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

This text font color is #E3D8AB.

Background Color

.myBgColor { background-color: #E3D8AB; }

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

This div background color is #E3D8AB.

Border color

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

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

This div border color is #E3D8AB.

Opacity

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

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

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

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

This text has shadow with #E3D8AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D8AB.

Preview

Color preview on black background

This text has color #E3D8AB on black background.


Color preview on white background

This text has color #E3D8AB on white background.


Black color preview on #E3D8AB background

This text has black color on #E3D8AB background.


White color preview on #E3D8AB background

This text has white color on #E3D8AB background.


Related colors

Complementary color

Complementary color for #hex is #1C2754.


I love getcolorcode.com

Triadic colors

1 #ABE3D8 and #D8ABE3 with #E3D8AB are triadic colors.

2 #ABD8E3 and #D8E3AB with #E3D8AB are triadic colors.