COLOR #E6DFFD

HEX: #E6DFFD
RGB: (230,223,253)

Renk bilgisi

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

RGB renk modeli

#E6DFFD color RGB value is (230,223,253).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 253 of 255 = 99%

230
223
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 253 = 706 (100%)
R 230 of 706 ~ 32.58%
G 223 of 706 ~ 31.59%
B 253 of 706 ~ 35.84%

%32.58
%31.59
%35.84

CMYK RENK MODELİ

#E6DFFD rengi CMYK tonu (9,12,0,1).

  • camgöbeği tonu 9.09%
  • eflatun tonu 11.86%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(9,12,0,1)
C9M12Y0K1 
(9%,12%,0%,1%)
(0.09/0.12/0.00/0.01)	

CMYK yüzdeleri

%9.09
%11.86
%0
%0.78

Codes

Color #E6DFFD in popluar color models

E6DFFD
RGB230223253
HSL254°88.24%93.33%
HSB/HSV254°11.86%99.22%
CMYK9.09%11.86%0.00%
0.78%

Color #E6DFFD in popluar number systems.

HEXE6DFFD
Decimal230223253
Binary111001101101111111111101
Octal346337375

Shades and tints

Shades of #E6DFFD

#E6DFFD
(230,223,253)
#D2CBE6
(210,203,230)
#BEB7CF
(190,183,207)
#AAA3B8
(170,163,184)
#968FA1
(150,143,161)
#827B8A
(130,123,138)
#6E6773
(110,103,115)
#5A535C
(90,83,92)
#463F45
(70,63,69)
#322B2E
(50,43,46)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6DFFD

#E6DFFD
(230,223,253)
#E8E1FD
(232,225,253)
#EAE3FD
(234,227,253)
#ECE5FD
(236,229,253)
#EEE7FD
(238,231,253)
#F0E9FD
(240,233,253)
#F2EBFD
(242,235,253)
#F4EDFD
(244,237,253)
#F6EFFD
(246,239,253)
#F8F1FD
(248,241,253)
#FAF3FD
(250,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFFD; }

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

This text font color is #E6DFFD.


Background Color

.myBgColor { background-color: #E6DFFD; }

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

This div background color is #E6DFFD.


Border color

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

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

This div border color is #E6DFFD.


Opacity

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

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

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

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

This text has shadow with #E6DFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFFD on black background.


Color preview on white background

This text has color #E6DFFD on white background.



Black color preview on #E6DFFD background

This text has black color on #E6DFFD background.


White color preview on #E6DFFD background

This text has white color on #E6DFFD background.