COLOR #E6D9F1

HEX: #E6D9F1
RGB: (230,217,241)

Renk bilgisi

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

RGB renk modeli

#E6D9F1 color RGB value is (230,217,241).

  • kırmız ton 230;
  • yeşil ton 217;
  • mavi ton 241.
RGB:
(230,217,241)
(90%,85%,95%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 217 of 255 = 85%
B 241 of 255 = 95%

230
217
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 217 + 241 = 688 (100%)
R 230 of 688 ~ 33.43%
G 217 of 688 ~ 31.54%
B 241 of 688 ~ 35.03%

%33.43
%31.54
%35.03

CMYK RENK MODELİ

#E6D9F1 rengi CMYK tonu (5,10,0,5).

  • camgöbeği tonu 4.56%
  • eflatun tonu 9.96%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,10,0,5)
C5M10Y0K5 
(5%,10%,0%,5%)
(0.05/0.10/0.00/0.05)	

CMYK yüzdeleri

%4.56
%9.96
%0
%5.49

Codes

Color #E6D9F1 in popluar color models

E6D9F1
RGB230217241
HSL273°46.15%89.80%
HSB/HSV273°9.96%94.51%
CMYK4.56%9.96%0.00%
5.49%

Color #E6D9F1 in popluar number systems.

HEXE6D9F1
Decimal230217241
Binary111001101101100111110001
Octal346331361

Shades and tints

Shades of #E6D9F1

#E6D9F1
(230,217,241)
#D2C6DC
(210,198,220)
#BEB3C7
(190,179,199)
#AAA0B2
(170,160,178)
#968D9D
(150,141,157)
#827A88
(130,122,136)
#6E6773
(110,103,115)
#5A545E
(90,84,94)
#464149
(70,65,73)
#322E34
(50,46,52)
#1E1B1F
(30,27,31)
#000000
(0,0,0)

Tints of #E6D9F1

#E6D9F1
(230,217,241)
#E8DCF2
(232,220,242)
#EADFF3
(234,223,243)
#ECE2F4
(236,226,244)
#EEE5F5
(238,229,245)
#F0E8F6
(240,232,246)
#F2EBF7
(242,235,247)
#F4EEF8
(244,238,248)
#F6F1F9
(246,241,249)
#F8F4FA
(248,244,250)
#FAF7FB
(250,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D9F1 color. Also use rgb(230,217,241) instead hex code.

Text Font Color

.myTextColor { color: #E6D9F1; }

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

This text font color is #E6D9F1.


Background Color

.myBgColor { background-color: #E6D9F1; }

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

This div background color is #E6D9F1.


Border color

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

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

This div border color is #E6D9F1.


Opacity

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

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

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

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

This text has shadow with #E6D9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D9F1 on black background.


Color preview on white background

This text has color #E6D9F1 on white background.



Black color preview on #E6D9F1 background

This text has black color on #E6D9F1 background.


White color preview on #E6D9F1 background

This text has white color on #E6D9F1 background.