COLOR #E7DBDC

HEX: #E7DBDC RGB: (231,219,220)

Color info

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

RGB color model

#E7DBDC color RGB value is (231,219,220).

RGB: (231,219,220) (91%, 86%, 86%)

RGB channels and saturation

R 231 of 255 = 91%
G 219 of 255 = 86%
B 220 of 255 = 86%

231
219
220

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

Portions of RGB colors in percentages

R + G + B = 231 + 219 + 220 = 670 (100%)
R 231 of 670 ~ 34.48%
G 219 of 670 ~ 32.69%
B 220 of 670 ~ 32.84'%

%34.48
%32.69
%32.84

CMYK color model

#E7DBDC color CMYK value is (0,5,5,9).

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 4.76%
  • key color value is 9.41%

CMYK: (0,5,5,9)
C0M5Y5K9 (0%, 5%, 5%, 9%)
(0.00 / 0.05 / 0.05 / 0.09)

CMYK percentages

%0
%5.19
%4.76
%9.41

Codes

Color #E7DBDC in popluar color models

E7 DB DC
RGB 231 219 220
HSL 355° 20.00% 88.24%
HSB/HSV 355° 5.19% 90.59%
CMYK 0.00% 5.19% 4.76%
9.41%

Color #E7DBDC in popluar number systems.

HEX E7 DB DC
Decimal 231 219 220
Binary 11100111 11011011 11011100
Octal 347 333 334

Shades and tints

Shades of #E7DBDC

#E7DBDC
(231,219,220)
#D2C8C8
(210,200,200)
#BDB5B4
(189,181,180)
#A8A2A0
(168,162,160)
#938F8C
(147,143,140)
#7E7C78
(126,124,120)
#696964
(105,105,100)
#545650
(84,86,80)
#3F433C
(63,67,60)
#2A3028
(42,48,40)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #E7DBDC

#E7DBDC
(231,219,220)
#E9DEDF
(233,222,223)
#EBE1E2
(235,225,226)
#EDE4E5
(237,228,229)
#EFE7E8
(239,231,232)
#F1EAEB
(241,234,235)
#F3EDEE
(243,237,238)
#F5F0F1
(245,240,241)
#F7F3F4
(247,243,244)
#F9F6F7
(249,246,247)
#FBF9FA
(251,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7DBDC color. Also use rgb(231,219,220) instead hex code.

Text Font Color

.myTextColor { color: #E7DBDC; }

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

This text font color is #E7DBDC.

Background Color

.myBgColor { background-color: #E7DBDC; }

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

This div background color is #E7DBDC.

Border color

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

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

This div border color is #E7DBDC.

Opacity

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

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

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

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

This text has shadow with #E7DBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7DBDC.

Preview

Color preview on black background

This text has color #E7DBDC on black background.


Color preview on white background

This text has color #E7DBDC on white background.


Black color preview on #E7DBDC background

This text has black color on #E7DBDC background.


White color preview on #E7DBDC background

This text has white color on #E7DBDC background.


Related colors

Complementary color

Complementary color for #hex is #182423.


I love getcolorcode.com

Triadic colors

1 #DCE7DB and #DBDCE7 with #E7DBDC are triadic colors.

2 #DCDBE7 and #DBE7DC with #E7DBDC are triadic colors.