COLOR #E7D1DD

HEX: #E7D1DD
RGB: (231,209,221)

Renk bilgisi

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

RGB renk modeli

#E7D1DD color RGB value is (231,209,221).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 209 of 255 = 82%
B 221 of 255 = 87%

231
209
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 209 + 221 = 661 (100%)
R 231 of 661 ~ 34.95%
G 209 of 661 ~ 31.62%
B 221 of 661 ~ 33.43%

%34.95
%31.62
%33.43

CMYK RENK MODELİ

#E7D1DD rengi CMYK tonu (0,10,4,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.52%
  • sarı tonu 4.33%
  • ana renk tonu 9.41%
CMYK:
(0,10,4,9)
C0M10Y4K9 
(0%,10%,4%,9%)
(0.00/0.10/0.04/0.09)	

CMYK yüzdeleri

%0
%9.52
%4.33
%9.41

Codes

Color #E7D1DD in popluar color models

E7D1DD
RGB231209221
HSL327°31.43%86.27%
HSB/HSV327°9.52%90.59%
CMYK0.00%9.52%4.33%
9.41%

Color #E7D1DD in popluar number systems.

HEXE7D1DD
Decimal231209221
Binary111001111101000111011101
Octal347321335

Shades and tints

Shades of #E7D1DD

#E7D1DD
(231,209,221)
#D2BEC9
(210,190,201)
#BDABB5
(189,171,181)
#A898A1
(168,152,161)
#93858D
(147,133,141)
#7E7279
(126,114,121)
#695F65
(105,95,101)
#544C51
(84,76,81)
#3F393D
(63,57,61)
#2A2629
(42,38,41)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #E7D1DD

#E7D1DD
(231,209,221)
#E9D5E0
(233,213,224)
#EBD9E3
(235,217,227)
#EDDDE6
(237,221,230)
#EFE1E9
(239,225,233)
#F1E5EC
(241,229,236)
#F3E9EF
(243,233,239)
#F5EDF2
(245,237,242)
#F7F1F5
(247,241,245)
#F9F5F8
(249,245,248)
#FBF9FB
(251,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D1DD; }

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

This text font color is #E7D1DD.


Background Color

.myBgColor { background-color: #E7D1DD; }

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

This div background color is #E7D1DD.


Border color

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

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

This div border color is #E7D1DD.


Opacity

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

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

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

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

This text has shadow with #E7D1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D1DD on black background.


Color preview on white background

This text has color #E7D1DD on white background.



Black color preview on #E7D1DD background

This text has black color on #E7D1DD background.


White color preview on #E7D1DD background

This text has white color on #E7D1DD background.