COLOR #E6DFFA

HEX: #E6DFFA
RGB: (230,223,250)

Renk bilgisi

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

RGB renk modeli

#E6DFFA color RGB value is (230,223,250).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 250 of 255 = 98%

230
223
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 250 = 703 (100%)
R 230 of 703 ~ 32.72%
G 223 of 703 ~ 31.72%
B 250 of 703 ~ 35.56%

%32.72
%31.72
%35.56

CMYK RENK MODELİ

#E6DFFA rengi CMYK tonu (8,11,0,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 10.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(8,11,0,2)
C8M11Y0K2 
(8%,11%,0%,2%)
(0.08/0.11/0.00/0.02)	

CMYK yüzdeleri

%8
%10.8
%0
%1.96

Codes

Color #E6DFFA in popluar color models

E6DFFA
RGB230223250
HSL256°72.97%92.75%
HSB/HSV256°10.80%98.04%
CMYK8.00%10.80%0.00%
1.96%

Color #E6DFFA in popluar number systems.

HEXE6DFFA
Decimal230223250
Binary111001101101111111111010
Octal346337372

Shades and tints

Shades of #E6DFFA

#E6DFFA
(230,223,250)
#D2CBE4
(210,203,228)
#BEB7CE
(190,183,206)
#AAA3B8
(170,163,184)
#968FA2
(150,143,162)
#827B8C
(130,123,140)
#6E6776
(110,103,118)
#5A5360
(90,83,96)
#463F4A
(70,63,74)
#322B34
(50,43,52)
#1E171E
(30,23,30)
#000000
(0,0,0)

Tints of #E6DFFA

#E6DFFA
(230,223,250)
#E8E1FA
(232,225,250)
#EAE3FA
(234,227,250)
#ECE5FA
(236,229,250)
#EEE7FA
(238,231,250)
#F0E9FA
(240,233,250)
#F2EBFA
(242,235,250)
#F4EDFA
(244,237,250)
#F6EFFA
(246,239,250)
#F8F1FA
(248,241,250)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFFA; }

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

This text font color is #E6DFFA.


Background Color

.myBgColor { background-color: #E6DFFA; }

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

This div background color is #E6DFFA.


Border color

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

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

This div border color is #E6DFFA.


Opacity

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

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

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

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

This text has shadow with #E6DFFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFFA on black background.


Color preview on white background

This text has color #E6DFFA on white background.



Black color preview on #E6DFFA background

This text has black color on #E6DFFA background.


White color preview on #E6DFFA background

This text has white color on #E6DFFA background.