COLOR #E6D9FF

HEX: #E6D9FF
RGB: (230,217,255)

Renk bilgisi

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

RGB renk modeli

#E6D9FF color RGB value is (230,217,255).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 255 of 255 = 100%

230
217
255

R + G + B ~ 92%. #E6D9FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 255 = 702 (100%)
R 230 of 702 ~ 32.76%
G 217 of 702 ~ 30.91%
B 255 of 702 ~ 36.32%

%32.76
%30.91
%36.32

CMYK RENK MODELİ

#E6D9FF rengi CMYK tonu (10,15,0,0).

  • camgöbeği tonu 9.80%
  • eflatun tonu 14.90%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,15,0,0)
C10M15Y0K0 
(10%,15%,0%,0%)
(0.10/0.15/0.00/0.00)	

CMYK yüzdeleri

%9.8
%14.9
%0
%0

Codes

Color #E6D9FF in popluar color models

E6D9FF
RGB230217255
HSL261°100.00%92.55%
HSB/HSV261°14.90%100.00%
CMYK9.80%14.90%0.00%
0.00%

Color #E6D9FF in popluar number systems.

HEXE6D9FF
Decimal230217255
Binary111001101101100111111111
Octal346331377

Shades and tints

Shades of #E6D9FF

#E6D9FF
(230,217,255)
#D2C6E8
(210,198,232)
#BEB3D1
(190,179,209)
#AAA0BA
(170,160,186)
#968DA3
(150,141,163)
#827A8C
(130,122,140)
#6E6775
(110,103,117)
#5A545E
(90,84,94)
#464147
(70,65,71)
#322E30
(50,46,48)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6D9FF

#E6D9FF
(230,217,255)
#E8DCFF
(232,220,255)
#EADFFF
(234,223,255)
#ECE2FF
(236,226,255)
#EEE5FF
(238,229,255)
#F0E8FF
(240,232,255)
#F2EBFF
(242,235,255)
#F4EEFF
(244,238,255)
#F6F1FF
(246,241,255)
#F8F4FF
(248,244,255)
#FAF7FF
(250,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D9FF; }

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

This text font color is #E6D9FF.


Background Color

.myBgColor { background-color: #E6D9FF; }

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

This div background color is #E6D9FF.


Border color

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

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

This div border color is #E6D9FF.


Opacity

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

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

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

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

This text has shadow with #E6D9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9FF on black background.


Color preview on white background

This text has color #E6D9FF on white background.



Black color preview on #E6D9FF background

This text has black color on #E6D9FF background.


White color preview on #E6D9FF background

This text has white color on #E6D9FF background.