COLOR #E7E3DA

HEX: #E7E3DA RGB: (231,227,218)

Color info

#E7E3DA contains red, green and blue colors in about the same proportion. Web safe color of #E7E3DA is #FFCCCC (or #FCC).

RGB color model

#E7E3DA color RGB value is (231,227,218).

RGB: (231,227,218) (91%, 89%, 85%)

RGB channels and saturation

R 231 of 255 = 91%
G 227 of 255 = 89%
B 218 of 255 = 85%

231
227
218

R + G + B ~ 88%. #E7E3DA is light color.

Portions of RGB colors in percentages

R + G + B = 231 + 227 + 218 = 676 (100%)
R 231 of 676 ~ 34.17%
G 227 of 676 ~ 33.58%
B 218 of 676 ~ 32.25'%

%34.17
%33.58
%32.25

CMYK color model

#E7E3DA color CMYK value is (0,2,6,9).

  • cyan value is 0.00%
  • magenta value is 1.73%
  • yellow value is 5.63%
  • key color value is 9.41%

CMYK: (0,2,6,9)
C0M2Y6K9 (0%, 2%, 6%, 9%)
(0.00 / 0.02 / 0.06 / 0.09)

CMYK percentages

%0
%1.73
%5.63
%9.41

Codes

Color #E7E3DA in popluar color models

E7 E3 DA
RGB 231 227 218
HSL 42° 21.31% 88.04%
HSB/HSV 42° 5.63% 90.59%
CMYK 0.00% 1.73% 5.63%
9.41%

Color #E7E3DA in popluar number systems.

HEX E7 E3 DA
Decimal 231 227 218
Binary 11100111 11100011 11011010
Octal 347 343 332

Shades and tints

Shades of #E7E3DA

#E7E3DA
(231,227,218)
#D2CFC7
(210,207,199)
#BDBBB4
(189,187,180)
#A8A7A1
(168,167,161)
#93938E
(147,147,142)
#7E7F7B
(126,127,123)
#696B68
(105,107,104)
#545755
(84,87,85)
#3F4342
(63,67,66)
#2A2F2F
(42,47,47)
#151B1C
(21,27,28)
#000000
(0,0,0)

Tints of #E7E3DA

#E7E3DA
(231,227,218)
#E9E5DD
(233,229,221)
#EBE7E0
(235,231,224)
#EDE9E3
(237,233,227)
#EFEBE6
(239,235,230)
#F1EDE9
(241,237,233)
#F3EFEC
(243,239,236)
#F5F1EF
(245,241,239)
#F7F3F2
(247,243,242)
#F9F5F5
(249,245,245)
#FBF7F8
(251,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7E3DA color. Also use rgb(231,227,218) instead hex code.

Text Font Color

.myTextColor { color: #E7E3DA; }

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

This text font color is #E7E3DA.

Background Color

.myBgColor { background-color: #E7E3DA; }

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

This div background color is #E7E3DA.

Border color

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

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

This div border color is #E7E3DA.

Opacity

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

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

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

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

This text has shadow with #E7E3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7E3DA.

Preview

Color preview on black background

This text has color #E7E3DA on black background.


Color preview on white background

This text has color #E7E3DA on white background.


Black color preview on #E7E3DA background

This text has black color on #E7E3DA background.


White color preview on #E7E3DA background

This text has white color on #E7E3DA background.


Related colors

Complementary color

Complementary color for #hex is #181C25.


I love getcolorcode.com

Triadic colors

1 #DAE7E3 and #E3DAE7 with #E7E3DA are triadic colors.

2 #DAE3E7 and #E3E7DA with #E7E3DA are triadic colors.