COLOR #E6D3DC

HEX: #E6D3DC
RGB: (230,211,220)

Renk bilgisi

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

RGB renk modeli

#E6D3DC color RGB value is (230,211,220).

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

RGB bağlantıları ve doygunluk

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

230
211
220

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 211 + 220 = 661 (100%)
R 230 of 661 ~ 34.8%
G 211 of 661 ~ 31.92%
B 220 of 661 ~ 33.28%

%34.8
%31.92
%33.28

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.26%
  • 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
%8.26
%4.35
%9.8

Codes

Color #E6D3DC in popluar color models

E6D3DC
RGB230211220
HSL332°27.54%86.47%
HSB/HSV332°8.26%90.20%
CMYK0.00%8.26%4.35%
9.80%

Color #E6D3DC in popluar number systems.

HEXE6D3DC
Decimal230211220
Binary111001101101001111011100
Octal346323334

Shades and tints

Shades of #E6D3DC

#E6D3DC
(230,211,220)
#D2C0C8
(210,192,200)
#BEADB4
(190,173,180)
#AA9AA0
(170,154,160)
#96878C
(150,135,140)
#827478
(130,116,120)
#6E6164
(110,97,100)
#5A4E50
(90,78,80)
#463B3C
(70,59,60)
#322828
(50,40,40)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6D3DC

#E6D3DC
(230,211,220)
#E8D7DF
(232,215,223)
#EADBE2
(234,219,226)
#ECDFE5
(236,223,229)
#EEE3E8
(238,227,232)
#F0E7EB
(240,231,235)
#F2EBEE
(242,235,238)
#F4EFF1
(244,239,241)
#F6F3F4
(246,243,244)
#F8F7F7
(248,247,247)
#FAFBFA
(250,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D3DC; }

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

This text font color is #E6D3DC.


Background Color

.myBgColor { background-color: #E6D3DC; }

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

This div background color is #E6D3DC.


Border color

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

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

This div border color is #E6D3DC.


Opacity

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

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

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

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

This text has shadow with #E6D3DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D3DC on black background.


Color preview on white background

This text has color #E6D3DC on white background.



Black color preview on #E6D3DC background

This text has black color on #E6D3DC background.


White color preview on #E6D3DC background

This text has white color on #E6D3DC background.