COLOR #E6D9EF

HEX: #E6D9EF
RGB: (230,217,239)

Renk bilgisi

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

RGB renk modeli

#E6D9EF color RGB value is (230,217,239).

  • kırmız ton 230;
  • yeşil ton 217;
  • mavi ton 239.
RGB:
(230,217,239)
(90%,85%,94%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 239 of 255 = 94%

230
217
239

R + G + B ~ 90%. #E6D9EF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 239 = 686 (100%)
R 230 of 686 ~ 33.53%
G 217 of 686 ~ 31.63%
B 239 of 686 ~ 34.84%

%33.53
%31.63
%34.84

CMYK RENK MODELİ

#E6D9EF rengi CMYK tonu (4,9,0,6).

  • camgöbeği tonu 3.77%
  • eflatun tonu 9.21%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(4,9,0,6)
C4M9Y0K6 
(4%,9%,0%,6%)
(0.04/0.09/0.00/0.06)	

CMYK yüzdeleri

%3.77
%9.21
%0
%6.27

Codes

Color #E6D9EF in popluar color models

E6D9EF
RGB230217239
HSL275°40.74%89.41%
HSB/HSV275°9.21%93.73%
CMYK3.77%9.21%0.00%
6.27%

Color #E6D9EF in popluar number systems.

HEXE6D9EF
Decimal230217239
Binary111001101101100111101111
Octal346331357

Shades and tints

Shades of #E6D9EF

#E6D9EF
(230,217,239)
#D2C6DA
(210,198,218)
#BEB3C5
(190,179,197)
#AAA0B0
(170,160,176)
#968D9B
(150,141,155)
#827A86
(130,122,134)
#6E6771
(110,103,113)
#5A545C
(90,84,92)
#464147
(70,65,71)
#322E32
(50,46,50)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #E6D9EF

#E6D9EF
(230,217,239)
#E8DCF0
(232,220,240)
#EADFF1
(234,223,241)
#ECE2F2
(236,226,242)
#EEE5F3
(238,229,243)
#F0E8F4
(240,232,244)
#F2EBF5
(242,235,245)
#F4EEF6
(244,238,246)
#F6F1F7
(246,241,247)
#F8F4F8
(248,244,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9EF color. Also use rgb(230,217,239) instead hex code.

Text Font Color

.myTextColor { color: #E6D9EF; }

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

This text font color is #E6D9EF.


Background Color

.myBgColor { background-color: #E6D9EF; }

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

This div background color is #E6D9EF.


Border color

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

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

This div border color is #E6D9EF.


Opacity

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

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

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

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

This text has shadow with #E6D9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9EF on black background.


Color preview on white background

This text has color #E6D9EF on white background.



Black color preview on #E6D9EF background

This text has black color on #E6D9EF background.


White color preview on #E6D9EF background

This text has white color on #E6D9EF background.