COLOR #E6DAF5

HEX: #E6DAF5
RGB: (230,218,245)

Renk bilgisi

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

RGB renk modeli

#E6DAF5 color RGB value is (230,218,245).

  • kırmız ton 230;
  • yeşil ton 218;
  • mavi ton 245.
RGB:
(230,218,245)
(90%,85%,96%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 218 of 255 = 85%
B 245 of 255 = 96%

230
218
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 245 = 693 (100%)
R 230 of 693 ~ 33.19%
G 218 of 693 ~ 31.46%
B 245 of 693 ~ 35.35%

%33.19
%31.46
%35.35

CMYK RENK MODELİ

#E6DAF5 rengi CMYK tonu (6,11,0,4).

  • camgöbeği tonu 6.12%
  • eflatun tonu 11.02%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(6,11,0,4)
C6M11Y0K4 
(6%,11%,0%,4%)
(0.06/0.11/0.00/0.04)	

CMYK yüzdeleri

%6.12
%11.02
%0
%3.92

Codes

Color #E6DAF5 in popluar color models

E6DAF5
RGB230218245
HSL267°57.45%90.78%
HSB/HSV267°11.02%96.08%
CMYK6.12%11.02%0.00%
3.92%

Color #E6DAF5 in popluar number systems.

HEXE6DAF5
Decimal230218245
Binary111001101101101011110101
Octal346332365

Shades and tints

Shades of #E6DAF5

#E6DAF5
(230,218,245)
#D2C7DF
(210,199,223)
#BEB4C9
(190,180,201)
#AAA1B3
(170,161,179)
#968E9D
(150,142,157)
#827B87
(130,123,135)
#6E6871
(110,104,113)
#5A555B
(90,85,91)
#464245
(70,66,69)
#322F2F
(50,47,47)
#1E1C19
(30,28,25)
#000000
(0,0,0)

Tints of #E6DAF5

#E6DAF5
(230,218,245)
#E8DDF5
(232,221,245)
#EAE0F5
(234,224,245)
#ECE3F5
(236,227,245)
#EEE6F5
(238,230,245)
#F0E9F5
(240,233,245)
#F2ECF5
(242,236,245)
#F4EFF5
(244,239,245)
#F6F2F5
(246,242,245)
#F8F5F5
(248,245,245)
#FAF8F5
(250,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DAF5 color. Also use rgb(230,218,245) instead hex code.

Text Font Color

.myTextColor { color: #E6DAF5; }

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

This text font color is #E6DAF5.


Background Color

.myBgColor { background-color: #E6DAF5; }

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

This div background color is #E6DAF5.


Border color

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

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

This div border color is #E6DAF5.


Opacity

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

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

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

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

This text has shadow with #E6DAF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAF5 on black background.


Color preview on white background

This text has color #E6DAF5 on white background.



Black color preview on #E6DAF5 background

This text has black color on #E6DAF5 background.


White color preview on #E6DAF5 background

This text has white color on #E6DAF5 background.