COLOR #E1D8E7

HEX: #E1D8E7
RGB: (225,216,231)

Renk bilgisi

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

RGB renk modeli

#E1D8E7 color RGB value is (225,216,231).

  • kırmız ton 225;
  • yeşil ton 216;
  • mavi ton 231.
RGB:
(225,216,231)
(88%,85%,91%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 216 of 255 = 85%
B 231 of 255 = 91%

225
216
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 216 + 231 = 672 (100%)
R 225 of 672 ~ 33.48%
G 216 of 672 ~ 32.14%
B 231 of 672 ~ 34.38%

%33.48
%32.14
%34.38

CMYK RENK MODELİ

#E1D8E7 rengi CMYK tonu (3,6,0,9).

  • camgöbeği tonu 2.60%
  • eflatun tonu 6.49%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(3,6,0,9)
C3M6Y0K9 
(3%,6%,0%,9%)
(0.03/0.06/0.00/0.09)	

CMYK yüzdeleri

%2.6
%6.49
%0
%9.41

Codes

Color #E1D8E7 in popluar color models

E1D8E7
RGB225216231
HSL276°23.81%87.65%
HSB/HSV276°6.49%90.59%
CMYK2.60%6.49%0.00%
9.41%

Color #E1D8E7 in popluar number systems.

HEXE1D8E7
Decimal225216231
Binary111000011101100011100111
Octal341330347

Shades and tints

Shades of #E1D8E7

#E1D8E7
(225,216,231)
#CDC5D2
(205,197,210)
#B9B2BD
(185,178,189)
#A59FA8
(165,159,168)
#918C93
(145,140,147)
#7D797E
(125,121,126)
#696669
(105,102,105)
#555354
(85,83,84)
#41403F
(65,64,63)
#2D2D2A
(45,45,42)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #E1D8E7

#E1D8E7
(225,216,231)
#E3DBE9
(227,219,233)
#E5DEEB
(229,222,235)
#E7E1ED
(231,225,237)
#E9E4EF
(233,228,239)
#EBE7F1
(235,231,241)
#EDEAF3
(237,234,243)
#EFEDF5
(239,237,245)
#F1F0F7
(241,240,247)
#F3F3F9
(243,243,249)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D8E7 color. Also use rgb(225,216,231) instead hex code.

Text Font Color

.myTextColor { color: #E1D8E7; }

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

This text font color is #E1D8E7.


Background Color

.myBgColor { background-color: #E1D8E7; }

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

This div background color is #E1D8E7.


Border color

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

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

This div border color is #E1D8E7.


Opacity

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

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

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

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

This text has shadow with #E1D8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D8E7 on black background.


Color preview on white background

This text has color #E1D8E7 on white background.



Black color preview on #E1D8E7 background

This text has black color on #E1D8E7 background.


White color preview on #E1D8E7 background

This text has white color on #E1D8E7 background.