COLOR #E7DABF

HEX: #E7DABF RGB: (231,218,191)

Color info

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

RGB color model

#E7DABF color RGB value is (231,218,191).

RGB: (231,218,191) (91%, 85%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 218 of 255 = 85%
B 191 of 255 = 75%

231
218
191

R + G + B ~ 84%. #E7DABF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 218 + 191 = 640 (100%)
R 231 of 640 ~ 36.09%
G 218 of 640 ~ 34.06%
B 191 of 640 ~ 29.84'%

%36.09
%34.06
%29.84

CMYK color model

#E7DABF color CMYK value is (0,6,17,9).

  • cyan value is 0.00%
  • magenta value is 5.63%
  • yellow value is 17.32%
  • key color value is 9.41%
CMYK: (0,6,17,9) C0M6Y17K9 (0%,6%,17%,9%) (0.00/0.06/0.17/0.09) 

CMYK percentages

%0
%5.63
%17.32
%9.41

Codes

Color #E7DABF in popluar color models

E7 DA BF
RGB 231 218 191
HSL 41° 45.45% 82.75%
HSB/HSV 41° 17.32% 90.59%
CMYK 0.00% 5.63% 17.32%
9.41%

Color #E7DABF in popluar number systems.

HEX E7 DA BF
Decimal 231 218 191
Binary 11100111 11011010 10111111
Octal 347 332 277

Shades and tints

Shades of #E7DABF

#E7DABF
(231,218,191)
#D2C7AE
(210,199,174)
#BDB49D
(189,180,157)
#A8A18C
(168,161,140)
#938E7B
(147,142,123)
#7E7B6A
(126,123,106)
#696859
(105,104,89)
#545548
(84,85,72)
#3F4237
(63,66,55)
#2A2F26
(42,47,38)
#151C15
(21,28,21)
#000000
(0,0,0)

Tints of #E7DABF

#E7DABF
(231,218,191)
#E9DDC4
(233,221,196)
#EBE0C9
(235,224,201)
#EDE3CE
(237,227,206)
#EFE6D3
(239,230,211)
#F1E9D8
(241,233,216)
#F3ECDD
(243,236,221)
#F5EFE2
(245,239,226)
#F7F2E7
(247,242,231)
#F9F5EC
(249,245,236)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DABF; }

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

This text font color is #E7DABF.

Background Color

.myBgColor { background-color: #E7DABF; }

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

This div background color is #E7DABF.

Border color

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

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

This div border color is #E7DABF.

Opacity

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

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

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

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

This text has shadow with #E7DABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DABF.

Preview

Color preview on black background

This text has color #E7DABF on black background.


Color preview on white background

This text has color #E7DABF on white background.


Black color preview on #E7DABF background

This text has black color on #E7DABF background.


White color preview on #E7DABF background

This text has white color on #E7DABF background.


Related colors

Complementary color

Complementary color for #hex is #182540.


I love getcolorcode.com

Triadic colors

1 #BFE7DA and #DABFE7 with #E7DABF are triadic colors.

2 #BFDAE7 and #DAE7BF with #E7DABF are triadic colors.