COLOR #E1D7EE

HEX: #E1D7EE
RGB: (225,215,238)

Renk bilgisi

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

RGB renk modeli

#E1D7EE color RGB value is (225,215,238).

  • kırmız ton 225;
  • yeşil ton 215;
  • mavi ton 238.
RGB:
(225,215,238)
(88%,84%,93%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 215 of 255 = 84%
B 238 of 255 = 93%

225
215
238

R + G + B ~ 88%. #E1D7EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 215 + 238 = 678 (100%)
R 225 of 678 ~ 33.19%
G 215 of 678 ~ 31.71%
B 238 of 678 ~ 35.1%

%33.19
%31.71
%35.1

CMYK RENK MODELİ

#E1D7EE rengi CMYK tonu (5,10,0,7).

  • camgöbeği tonu 5.46%
  • eflatun tonu 9.66%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(5,10,0,7)
C5M10Y0K7 
(5%,10%,0%,7%)
(0.05/0.10/0.00/0.07)	

CMYK yüzdeleri

%5.46
%9.66
%0
%6.67

Codes

Color #E1D7EE in popluar color models

E1D7EE
RGB225215238
HSL266°40.35%88.82%
HSB/HSV266°9.66%93.33%
CMYK5.46%9.66%0.00%
6.67%

Color #E1D7EE in popluar number systems.

HEXE1D7EE
Decimal225215238
Binary111000011101011111101110
Octal341327356

Shades and tints

Shades of #E1D7EE

#E1D7EE
(225,215,238)
#CDC4D9
(205,196,217)
#B9B1C4
(185,177,196)
#A59EAF
(165,158,175)
#918B9A
(145,139,154)
#7D7885
(125,120,133)
#696570
(105,101,112)
#55525B
(85,82,91)
#413F46
(65,63,70)
#2D2C31
(45,44,49)
#19191C
(25,25,28)
#000000
(0,0,0)

Tints of #E1D7EE

#E1D7EE
(225,215,238)
#E3DAEF
(227,218,239)
#E5DDF0
(229,221,240)
#E7E0F1
(231,224,241)
#E9E3F2
(233,227,242)
#EBE6F3
(235,230,243)
#EDE9F4
(237,233,244)
#EFECF5
(239,236,245)
#F1EFF6
(241,239,246)
#F3F2F7
(243,242,247)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D7EE color. Also use rgb(225,215,238) instead hex code.

Text Font Color

.myTextColor { color: #E1D7EE; }

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

This text font color is #E1D7EE.


Background Color

.myBgColor { background-color: #E1D7EE; }

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

This div background color is #E1D7EE.


Border color

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

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

This div border color is #E1D7EE.


Opacity

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

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

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

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

This text has shadow with #E1D7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D7EE on black background.


Color preview on white background

This text has color #E1D7EE on white background.



Black color preview on #E1D7EE background

This text has black color on #E1D7EE background.


White color preview on #E1D7EE background

This text has white color on #E1D7EE background.