COLOR #E6D4DC

HEX: #E6D4DC
RGB: (230,212,220)

Renk bilgisi

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

RGB renk modeli

#E6D4DC color RGB value is (230,212,220).

  • kırmız ton 230;
  • yeşil ton 212;
  • mavi ton 220.
RGB:
(230,212,220)
(90%,83%,86%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 212 of 255 = 83%
B 220 of 255 = 86%

230
212
220

R + G + B ~ 86%. #E6D4DC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 212 + 220 = 662 (100%)
R 230 of 662 ~ 34.74%
G 212 of 662 ~ 32.02%
B 220 of 662 ~ 33.23%

%34.74
%32.02
%33.23

CMYK RENK MODELİ

#E6D4DC rengi CMYK tonu (0,8,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.83%
  • sarı tonu 4.35%
  • ana renk tonu 9.80%
CMYK:
(0,8,4,10)
C0M8Y4K10 
(0%,8%,4%,10%)
(0.00/0.08/0.04/0.10)	

CMYK yüzdeleri

%0
%7.83
%4.35
%9.8

Codes

Color #E6D4DC in popluar color models

E6D4DC
RGB230212220
HSL333°26.47%86.67%
HSB/HSV333°7.83%90.20%
CMYK0.00%7.83%4.35%
9.80%

Color #E6D4DC in popluar number systems.

HEXE6D4DC
Decimal230212220
Binary111001101101010011011100
Octal346324334

Shades and tints

Shades of #E6D4DC

#E6D4DC
(230,212,220)
#D2C1C8
(210,193,200)
#BEAEB4
(190,174,180)
#AA9BA0
(170,155,160)
#96888C
(150,136,140)
#827578
(130,117,120)
#6E6264
(110,98,100)
#5A4F50
(90,79,80)
#463C3C
(70,60,60)
#322928
(50,41,40)
#1E1614
(30,22,20)
#000000
(0,0,0)

Tints of #E6D4DC

#E6D4DC
(230,212,220)
#E8D7DF
(232,215,223)
#EADAE2
(234,218,226)
#ECDDE5
(236,221,229)
#EEE0E8
(238,224,232)
#F0E3EB
(240,227,235)
#F2E6EE
(242,230,238)
#F4E9F1
(244,233,241)
#F6ECF4
(246,236,244)
#F8EFF7
(248,239,247)
#FAF2FA
(250,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D4DC color. Also use rgb(230,212,220) instead hex code.

Text Font Color

.myTextColor { color: #E6D4DC; }

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

This text font color is #E6D4DC.


Background Color

.myBgColor { background-color: #E6D4DC; }

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

This div background color is #E6D4DC.


Border color

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

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

This div border color is #E6D4DC.


Opacity

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

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

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

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

This text has shadow with #E6D4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4DC on black background.


Color preview on white background

This text has color #E6D4DC on white background.



Black color preview on #E6D4DC background

This text has black color on #E6D4DC background.


White color preview on #E6D4DC background

This text has white color on #E6D4DC background.