COLOR #E6D7FD

HEX: #E6D7FD
RGB: (230,215,253)

Renk bilgisi

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

RGB renk modeli

#E6D7FD color RGB value is (230,215,253).

  • kırmız ton 230;
  • yeşil ton 215;
  • mavi ton 253.
RGB:
(230,215,253)
(90%,84%,99%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 215 of 255 = 84%
B 253 of 255 = 99%

230
215
253

R + G + B ~ 91%. #E6D7FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 215 + 253 = 698 (100%)
R 230 of 698 ~ 32.95%
G 215 of 698 ~ 30.8%
B 253 of 698 ~ 36.25%

%32.95
%30.8
%36.25

CMYK RENK MODELİ

#E6D7FD rengi CMYK tonu (9,15,0,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 15.02%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(9,15,0,1)
C9M15Y0K1 
(9%,15%,0%,1%)
(0.09/0.15/0.00/0.01)	

CMYK yüzdeleri

%9.09
%15.02
%0
%0.78

Codes

Color #E6D7FD in popluar color models

E6D7FD
RGB230215253
HSL264°90.48%91.76%
HSB/HSV264°15.02%99.22%
CMYK9.09%15.02%0.00%
0.78%

Color #E6D7FD in popluar number systems.

HEXE6D7FD
Decimal230215253
Binary111001101101011111111101
Octal346327375

Shades and tints

Shades of #E6D7FD

#E6D7FD
(230,215,253)
#D2C4E6
(210,196,230)
#BEB1CF
(190,177,207)
#AA9EB8
(170,158,184)
#968BA1
(150,139,161)
#82788A
(130,120,138)
#6E6573
(110,101,115)
#5A525C
(90,82,92)
#463F45
(70,63,69)
#322C2E
(50,44,46)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6D7FD

#E6D7FD
(230,215,253)
#E8DAFD
(232,218,253)
#EADDFD
(234,221,253)
#ECE0FD
(236,224,253)
#EEE3FD
(238,227,253)
#F0E6FD
(240,230,253)
#F2E9FD
(242,233,253)
#F4ECFD
(244,236,253)
#F6EFFD
(246,239,253)
#F8F2FD
(248,242,253)
#FAF5FD
(250,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7FD color. Also use rgb(230,215,253) instead hex code.

Text Font Color

.myTextColor { color: #E6D7FD; }

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

This text font color is #E6D7FD.


Background Color

.myBgColor { background-color: #E6D7FD; }

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

This div background color is #E6D7FD.


Border color

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

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

This div border color is #E6D7FD.


Opacity

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

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

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

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

This text has shadow with #E6D7FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7FD on black background.


Color preview on white background

This text has color #E6D7FD on white background.



Black color preview on #E6D7FD background

This text has black color on #E6D7FD background.


White color preview on #E6D7FD background

This text has white color on #E6D7FD background.