COLOR #E7DEBD

HEX: #E7DEBD RGB: (231,222,189)

Color info

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

RGB color model

#E7DEBD color RGB value is (231,222,189).

RGB: (231,222,189) (91%, 87%, 74%)

RGB channels and saturation

R 231 of 255 = 91%
G 222 of 255 = 87%
B 189 of 255 = 74%

231
222
189

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

Portions of RGB colors in percentages

R + G + B = 231 + 222 + 189 = 642 (100%)
R 231 of 642 ~ 35.98%
G 222 of 642 ~ 34.58%
B 189 of 642 ~ 29.44'%

%35.98
%34.58
%29.44

CMYK color model

#E7DEBD color CMYK value is (0,4,18,9).

  • cyan value is 0.00%
  • magenta value is 3.90%
  • yellow value is 18.18%
  • key color value is 9.41%

CMYK: (0,4,18,9)
C0M4Y18K9 (0%, 4%, 18%, 9%)
(0.00 / 0.04 / 0.18 / 0.09)

CMYK percentages

%0
%3.9
%18.18
%9.41

Codes

Color #E7DEBD in popluar color models

E7 DE BD
RGB 231 222 189
HSL 47° 46.67% 82.35%
HSB/HSV 47° 18.18% 90.59%
CMYK 0.00% 3.90% 18.18%
9.41%

Color #E7DEBD in popluar number systems.

HEX E7 DE BD
Decimal 231 222 189
Binary 11100111 11011110 10111101
Octal 347 336 275

Shades and tints

Shades of #E7DEBD

#E7DEBD
(231,222,189)
#D2CAAC
(210,202,172)
#BDB69B
(189,182,155)
#A8A28A
(168,162,138)
#938E79
(147,142,121)
#7E7A68
(126,122,104)
#696657
(105,102,87)
#545246
(84,82,70)
#3F3E35
(63,62,53)
#2A2A24
(42,42,36)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #E7DEBD

#E7DEBD
(231,222,189)
#E9E1C3
(233,225,195)
#EBE4C9
(235,228,201)
#EDE7CF
(237,231,207)
#EFEAD5
(239,234,213)
#F1EDDB
(241,237,219)
#F3F0E1
(243,240,225)
#F5F3E7
(245,243,231)
#F7F6ED
(247,246,237)
#F9F9F3
(249,249,243)
#FBFCF9
(251,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DEBD color. Also use rgb(231,222,189) instead hex code.

Text Font Color

.myTextColor { color: #E7DEBD; }

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

This text font color is #E7DEBD.

Background Color

.myBgColor { background-color: #E7DEBD; }

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

This div background color is #E7DEBD.

Border color

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

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

This div border color is #E7DEBD.

Opacity

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

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

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

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

This text has shadow with #E7DEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DEBD.

Preview

Color preview on black background

This text has color #E7DEBD on black background.


Color preview on white background

This text has color #E7DEBD on white background.


Black color preview on #E7DEBD background

This text has black color on #E7DEBD background.


White color preview on #E7DEBD background

This text has white color on #E7DEBD background.


Related colors

Complementary color

Complementary color for #hex is #182142.


I love getcolorcode.com

Triadic colors

1 #BDE7DE and #DEBDE7 with #E7DEBD are triadic colors.

2 #BDDEE7 and #DEE7BD with #E7DEBD are triadic colors.