COLOR #E6D5FE

HEX: #E6D5FE
RGB: (230,213,254)

Renk bilgisi

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

RGB renk modeli

#E6D5FE color RGB value is (230,213,254).

  • kırmız ton 230;
  • yeşil ton 213;
  • mavi ton 254.
RGB:
(230,213,254)
(90%,84%,100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 254 of 255 = 100%

230
213
254

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 254 = 697 (100%)
R 230 of 697 ~ 33%
G 213 of 697 ~ 30.56%
B 254 of 697 ~ 36.44%

%33
%30.56
%36.44

CMYK RENK MODELİ

#E6D5FE rengi CMYK tonu (9,16,0,0).

  • camgöbeği tonu 9.45%
  • eflatun tonu 16.14%
  • sarı tonu 0.00%
  • ana renk tonu 0.39%
CMYK:
(9,16,0,0)
C9M16Y0K0 
(9%,16%,0%,0%)
(0.09/0.16/0.00/0.00)	

CMYK yüzdeleri

%9.45
%16.14
%0
%0.39

Codes

Color #E6D5FE in popluar color models

E6D5FE
RGB230213254
HSL265°95.35%91.57%
HSB/HSV265°16.14%99.61%
CMYK9.45%16.14%0.00%
0.39%

Color #E6D5FE in popluar number systems.

HEXE6D5FE
Decimal230213254
Binary111001101101010111111110
Octal346325376

Shades and tints

Shades of #E6D5FE

#E6D5FE
(230,213,254)
#D2C2E7
(210,194,231)
#BEAFD0
(190,175,208)
#AA9CB9
(170,156,185)
#9689A2
(150,137,162)
#82768B
(130,118,139)
#6E6374
(110,99,116)
#5A505D
(90,80,93)
#463D46
(70,61,70)
#322A2F
(50,42,47)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6D5FE

#E6D5FE
(230,213,254)
#E8D8FE
(232,216,254)
#EADBFE
(234,219,254)
#ECDEFE
(236,222,254)
#EEE1FE
(238,225,254)
#F0E4FE
(240,228,254)
#F2E7FE
(242,231,254)
#F4EAFE
(244,234,254)
#F6EDFE
(246,237,254)
#F8F0FE
(248,240,254)
#FAF3FE
(250,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D5FE color. Also use rgb(230,213,254) instead hex code.

Text Font Color

.myTextColor { color: #E6D5FE; }

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

This text font color is #E6D5FE.


Background Color

.myBgColor { background-color: #E6D5FE; }

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

This div background color is #E6D5FE.


Border color

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

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

This div border color is #E6D5FE.


Opacity

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

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

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

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

This text has shadow with #E6D5FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5FE on black background.


Color preview on white background

This text has color #E6D5FE on white background.



Black color preview on #E6D5FE background

This text has black color on #E6D5FE background.


White color preview on #E6D5FE background

This text has white color on #E6D5FE background.