COLOR #E6D4DE

HEX: #E6D4DE
RGB: (230,212,222)

Renk bilgisi

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

RGB renk modeli

#E6D4DE color RGB value is (230,212,222).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 212 of 255 = 83%
B 222 of 255 = 87%

230
212
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 212 + 222 = 664 (100%)
R 230 of 664 ~ 34.64%
G 212 of 664 ~ 31.93%
B 222 of 664 ~ 33.43%

%34.64
%31.93
%33.43

CMYK RENK MODELİ

#E6D4DE rengi CMYK tonu (0,8,3,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.83%
  • sarı tonu 3.48%
  • ana renk tonu 9.80%
CMYK:
(0,8,3,10)
C0M8Y3K10 
(0%,8%,3%,10%)
(0.00/0.08/0.03/0.10)	

CMYK yüzdeleri

%0
%7.83
%3.48
%9.8

Codes

Color #E6D4DE in popluar color models

E6D4DE
RGB230212222
HSL327°26.47%86.67%
HSB/HSV327°7.83%90.20%
CMYK0.00%7.83%3.48%
9.80%

Color #E6D4DE in popluar number systems.

HEXE6D4DE
Decimal230212222
Binary111001101101010011011110
Octal346324336

Shades and tints

Shades of #E6D4DE

#E6D4DE
(230,212,222)
#D2C1CA
(210,193,202)
#BEAEB6
(190,174,182)
#AA9BA2
(170,155,162)
#96888E
(150,136,142)
#82757A
(130,117,122)
#6E6266
(110,98,102)
#5A4F52
(90,79,82)
#463C3E
(70,60,62)
#32292A
(50,41,42)
#1E1616
(30,22,22)
#000000
(0,0,0)

Tints of #E6D4DE

#E6D4DE
(230,212,222)
#E8D7E1
(232,215,225)
#EADAE4
(234,218,228)
#ECDDE7
(236,221,231)
#EEE0EA
(238,224,234)
#F0E3ED
(240,227,237)
#F2E6F0
(242,230,240)
#F4E9F3
(244,233,243)
#F6ECF6
(246,236,246)
#F8EFF9
(248,239,249)
#FAF2FC
(250,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D4DE; }

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

This text font color is #E6D4DE.


Background Color

.myBgColor { background-color: #E6D4DE; }

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

This div background color is #E6D4DE.


Border color

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

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

This div border color is #E6D4DE.


Opacity

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

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

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

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

This text has shadow with #E6D4DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D4DE on black background.


Color preview on white background

This text has color #E6D4DE on white background.



Black color preview on #E6D4DE background

This text has black color on #E6D4DE background.


White color preview on #E6D4DE background

This text has white color on #E6D4DE background.