COLOR #E3DDAB

HEX: #E3DDAB
RGB: (227,221,171)

Color info

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

RGB color model

#E3DDAB color RGB value is (227,221,171).

  • red value is 227;
  • green value is 221;
  • blue value is 171.
RGB:
(227,221,171)
(89%,87%,67%)

RGB channels and saturation

R 227 of 255 = 89%
G 221 of 255 = 87%
B 171 of 255 = 67%

227
221
171

R + G + B ~ 81%. #E3DDAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 221 + 171 = 619 (100%)
R 227 of 619 ~ 36.67%
G 221 of 619 ~ 35.7%
B 171 of 619 ~ 27.63%

%36.67
%35.7
%27.63

CMYK color model

#E3DDAB color CMYK value is (0,3,25,11).

  • cyan value is 0.00%
  • magenta value is 2.64%
  • yellow value is 24.67%
  • key color value is 10.98%
CMYK:
(0,3,25,11)
C0M3Y25K11 
(0%,3%,25%,11%)
(0.00/0.03/0.25/0.11)	

CMYK percentages

%0
%2.64
%24.67
%10.98

Codes

Color #E3DDAB in popluar color models

E3DDAB
RGB227221171
HSL54°50.00%78.04%
HSB/HSV54°24.67%89.02%
CMYK0.00%2.64%24.67%
10.98%

Color #E3DDAB in popluar number systems.

HEXE3DDAB
Decimal227221171
Binary111000111101110110101011
Octal343335253

Shades and tints

Shades of #E3DDAB

#E3DDAB
(227,221,171)
#CFC99C
(207,201,156)
#BBB58D
(187,181,141)
#A7A17E
(167,161,126)
#938D6F
(147,141,111)
#7F7960
(127,121,96)
#6B6551
(107,101,81)
#575142
(87,81,66)
#433D33
(67,61,51)
#2F2924
(47,41,36)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3DDAB

#E3DDAB
(227,221,171)
#E5E0B2
(229,224,178)
#E7E3B9
(231,227,185)
#E9E6C0
(233,230,192)
#EBE9C7
(235,233,199)
#EDECCE
(237,236,206)
#EFEFD5
(239,239,213)
#F1F2DC
(241,242,220)
#F3F5E3
(243,245,227)
#F5F8EA
(245,248,234)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DDAB; }

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

This text font color is #E3DDAB.


Background Color

.myBgColor { background-color: #E3DDAB; }

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

This div background color is #E3DDAB.


Border color

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

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

This div border color is #E3DDAB.


Opacity

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

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

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

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

This text has shadow with #E3DDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DDAB on black background.


Color preview on white background

This text has color #E3DDAB on white background.



Black color preview on #E3DDAB background

This text has black color on #E3DDAB background.


White color preview on #E3DDAB background

This text has white color on #E3DDAB background.