COLOR #E7D5DD

HEX: #E7D5DD
RGB: (231,213,221)

Renk bilgisi

#E7D5DD contains red, green and blue colors in about the same proportion. #E7D5DD ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#E7D5DD color RGB value is (231,213,221).

  • kırmız ton 231;
  • yeşil ton 213;
  • mavi ton 221.
RGB:
(231,213,221)
(91%,84%,87%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 213 of 255 = 84%
B 221 of 255 = 87%

231
213
221

R + G + B ~ 87%. #E7D5DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 213 + 221 = 665 (100%)
R 231 of 665 ~ 34.74%
G 213 of 665 ~ 32.03%
B 221 of 665 ~ 33.23%

%34.74
%32.03
%33.23

CMYK RENK MODELİ

#E7D5DD rengi CMYK tonu (0,8,4,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.79%
  • sarı tonu 4.33%
  • ana renk tonu 9.41%
CMYK:
(0,8,4,9)
C0M8Y4K9 
(0%,8%,4%,9%)
(0.00/0.08/0.04/0.09)	

CMYK yüzdeleri

%0
%7.79
%4.33
%9.41

Codes

Color #E7D5DD in popluar color models

E7D5DD
RGB231213221
HSL333°27.27%87.06%
HSB/HSV333°7.79%90.59%
CMYK0.00%7.79%4.33%
9.41%

Color #E7D5DD in popluar number systems.

HEXE7D5DD
Decimal231213221
Binary111001111101010111011101
Octal347325335

Shades and tints

Shades of #E7D5DD

#E7D5DD
(231,213,221)
#D2C2C9
(210,194,201)
#BDAFB5
(189,175,181)
#A89CA1
(168,156,161)
#93898D
(147,137,141)
#7E7679
(126,118,121)
#696365
(105,99,101)
#545051
(84,80,81)
#3F3D3D
(63,61,61)
#2A2A29
(42,42,41)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #E7D5DD

#E7D5DD
(231,213,221)
#E9D8E0
(233,216,224)
#EBDBE3
(235,219,227)
#EDDEE6
(237,222,230)
#EFE1E9
(239,225,233)
#F1E4EC
(241,228,236)
#F3E7EF
(243,231,239)
#F5EAF2
(245,234,242)
#F7EDF5
(247,237,245)
#F9F0F8
(249,240,248)
#FBF3FB
(251,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D5DD color. Also use rgb(231,213,221) instead hex code.

Text Font Color

.myTextColor { color: #E7D5DD; }

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

This text font color is #E7D5DD.


Background Color

.myBgColor { background-color: #E7D5DD; }

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

This div background color is #E7D5DD.


Border color

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

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

This div border color is #E7D5DD.


Opacity

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

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

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

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

This text has shadow with #E7D5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D5DD on black background.


Color preview on white background

This text has color #E7D5DD on white background.



Black color preview on #E7D5DD background

This text has black color on #E7D5DD background.


White color preview on #E7D5DD background

This text has white color on #E7D5DD background.