COLOR #E5D6F1

HEX: #E5D6F1
RGB: (229,214,241)

Renk bilgisi

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

RGB renk modeli

#E5D6F1 color RGB value is (229,214,241).

  • kırmız ton 229;
  • yeşil ton 214;
  • mavi ton 241.
RGB:
(229,214,241)
(90%,84%,95%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 214 of 255 = 84%
B 241 of 255 = 95%

229
214
241

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 214 + 241 = 684 (100%)
R 229 of 684 ~ 33.48%
G 214 of 684 ~ 31.29%
B 241 of 684 ~ 35.23%

%33.48
%31.29
%35.23

CMYK RENK MODELİ

#E5D6F1 rengi CMYK tonu (5,11,0,5).

  • camgöbeği tonu 4.98%
  • eflatun tonu 11.20%
  • sarı tonu 0.00%
  • ana renk tonu 5.49%
CMYK:
(5,11,0,5)
C5M11Y0K5 
(5%,11%,0%,5%)
(0.05/0.11/0.00/0.05)	

CMYK yüzdeleri

%4.98
%11.2
%0
%5.49

Codes

Color #E5D6F1 in popluar color models

E5D6F1
RGB229214241
HSL273°49.09%89.22%
HSB/HSV273°11.20%94.51%
CMYK4.98%11.20%0.00%
5.49%

Color #E5D6F1 in popluar number systems.

HEXE5D6F1
Decimal229214241
Binary111001011101011011110001
Octal345326361

Shades and tints

Shades of #E5D6F1

#E5D6F1
(229,214,241)
#D1C3DC
(209,195,220)
#BDB0C7
(189,176,199)
#A99DB2
(169,157,178)
#958A9D
(149,138,157)
#817788
(129,119,136)
#6D6473
(109,100,115)
#59515E
(89,81,94)
#453E49
(69,62,73)
#312B34
(49,43,52)
#1D181F
(29,24,31)
#000000
(0,0,0)

Tints of #E5D6F1

#E5D6F1
(229,214,241)
#E7D9F2
(231,217,242)
#E9DCF3
(233,220,243)
#EBDFF4
(235,223,244)
#EDE2F5
(237,226,245)
#EFE5F6
(239,229,246)
#F1E8F7
(241,232,247)
#F3EBF8
(243,235,248)
#F5EEF9
(245,238,249)
#F7F1FA
(247,241,250)
#F9F4FB
(249,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D6F1 color. Also use rgb(229,214,241) instead hex code.

Text Font Color

.myTextColor { color: #E5D6F1; }

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

This text font color is #E5D6F1.


Background Color

.myBgColor { background-color: #E5D6F1; }

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

This div background color is #E5D6F1.


Border color

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

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

This div border color is #E5D6F1.


Opacity

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

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

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

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

This text has shadow with #E5D6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D6F1 on black background.


Color preview on white background

This text has color #E5D6F1 on white background.



Black color preview on #E5D6F1 background

This text has black color on #E5D6F1 background.


White color preview on #E5D6F1 background

This text has white color on #E5D6F1 background.