COLOR #E7D4DD

HEX: #E7D4DD
RGB: (231,212,221)

Renk bilgisi

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

RGB renk modeli

#E7D4DD color RGB value is (231,212,221).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 212 of 255 = 83%
B 221 of 255 = 87%

231
212
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 212 + 221 = 664 (100%)
R 231 of 664 ~ 34.79%
G 212 of 664 ~ 31.93%
B 221 of 664 ~ 33.28%

%34.79
%31.93
%33.28

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.23%
  • 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
%8.23
%4.33
%9.41

Codes

Color #E7D4DD in popluar color models

E7D4DD
RGB231212221
HSL332°28.36%86.86%
HSB/HSV332°8.23%90.59%
CMYK0.00%8.23%4.33%
9.41%

Color #E7D4DD in popluar number systems.

HEXE7D4DD
Decimal231212221
Binary111001111101010011011101
Octal347324335

Shades and tints

Shades of #E7D4DD

#E7D4DD
(231,212,221)
#D2C1C9
(210,193,201)
#BDAEB5
(189,174,181)
#A89BA1
(168,155,161)
#93888D
(147,136,141)
#7E7579
(126,117,121)
#696265
(105,98,101)
#544F51
(84,79,81)
#3F3C3D
(63,60,61)
#2A2929
(42,41,41)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7D4DD

#E7D4DD
(231,212,221)
#E9D7E0
(233,215,224)
#EBDAE3
(235,218,227)
#EDDDE6
(237,221,230)
#EFE0E9
(239,224,233)
#F1E3EC
(241,227,236)
#F3E6EF
(243,230,239)
#F5E9F2
(245,233,242)
#F7ECF5
(247,236,245)
#F9EFF8
(249,239,248)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7D4DD; }

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

This text font color is #E7D4DD.


Background Color

.myBgColor { background-color: #E7D4DD; }

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

This div background color is #E7D4DD.


Border color

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

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

This div border color is #E7D4DD.


Opacity

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

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

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

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

This text has shadow with #E7D4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7D4DD on black background.


Color preview on white background

This text has color #E7D4DD on white background.



Black color preview on #E7D4DD background

This text has black color on #E7D4DD background.


White color preview on #E7D4DD background

This text has white color on #E7D4DD background.