COLOR #E3DFAA

HEX: #E3DFAA
RGB: (227,223,170)

Color info

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

RGB color model

#E3DFAA color RGB value is (227,223,170).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 170 of 255 = 67%

227
223
170

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 170 = 620 (100%)
R 227 of 620 ~ 36.61%
G 223 of 620 ~ 35.97%
B 170 of 620 ~ 27.42%

%36.61
%35.97
%27.42

CMYK color model

#E3DFAA color CMYK value is (0,2,25,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 25.11%
  • key color value is 10.98%
CMYK:
(0,2,25,11)
C0M2Y25K11 
(0%,2%,25%,11%)
(0.00/0.02/0.25/0.11)	

CMYK percentages

%0
%1.76
%25.11
%10.98

Codes

Color #E3DFAA in popluar color models

E3DFAA
RGB227223170
HSL56°50.44%77.84%
HSB/HSV56°25.11%89.02%
CMYK0.00%1.76%25.11%
10.98%

Color #E3DFAA in popluar number systems.

HEXE3DFAA
Decimal227223170
Binary111000111101111110101010
Octal343337252

Shades and tints

Shades of #E3DFAA

#E3DFAA
(227,223,170)
#CFCB9B
(207,203,155)
#BBB78C
(187,183,140)
#A7A37D
(167,163,125)
#938F6E
(147,143,110)
#7F7B5F
(127,123,95)
#6B6750
(107,103,80)
#575341
(87,83,65)
#433F32
(67,63,50)
#2F2B23
(47,43,35)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #E3DFAA

#E3DFAA
(227,223,170)
#E5E1B1
(229,225,177)
#E7E3B8
(231,227,184)
#E9E5BF
(233,229,191)
#EBE7C6
(235,231,198)
#EDE9CD
(237,233,205)
#EFEBD4
(239,235,212)
#F1EDDB
(241,237,219)
#F3EFE2
(243,239,226)
#F5F1E9
(245,241,233)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DFAA color. Also use rgb(227,223,170) instead hex code.

Text Font Color

.myTextColor { color: #E3DFAA; }

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

This text font color is #E3DFAA.


Background Color

.myBgColor { background-color: #E3DFAA; }

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

This div background color is #E3DFAA.


Border color

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

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

This div border color is #E3DFAA.


Opacity

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

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

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

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

This text has shadow with #E3DFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFAA on black background.


Color preview on white background

This text has color #E3DFAA on white background.



Black color preview on #E3DFAA background

This text has black color on #E3DFAA background.


White color preview on #E3DFAA background

This text has white color on #E3DFAA background.