COLOR #E1D5E3

HEX: #E1D5E3
RGB: (225,213,227)

Renk bilgisi

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

RGB renk modeli

#E1D5E3 color RGB value is (225,213,227).

  • kırmız ton 225;
  • yeşil ton 213;
  • mavi ton 227.
RGB:
(225,213,227)
(88%,84%,89%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 213 of 255 = 84%
B 227 of 255 = 89%

225
213
227

R + G + B ~ 87%. #E1D5E3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 213 + 227 = 665 (100%)
R 225 of 665 ~ 33.83%
G 213 of 665 ~ 32.03%
B 227 of 665 ~ 34.14%

%33.83
%32.03
%34.14

CMYK RENK MODELİ

#E1D5E3 rengi CMYK tonu (1,6,0,11).

  • camgöbeği tonu 0.88%
  • eflatun tonu 6.17%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(1,6,0,11)
C1M6Y0K11 
(1%,6%,0%,11%)
(0.01/0.06/0.00/0.11)	

CMYK yüzdeleri

%0.88
%6.17
%0
%10.98

Codes

Color #E1D5E3 in popluar color models

E1D5E3
RGB225213227
HSL291°20.00%86.27%
HSB/HSV291°6.17%89.02%
CMYK0.88%6.17%0.00%
10.98%

Color #E1D5E3 in popluar number systems.

HEXE1D5E3
Decimal225213227
Binary111000011101010111100011
Octal341325343

Shades and tints

Shades of #E1D5E3

#E1D5E3
(225,213,227)
#CDC2CF
(205,194,207)
#B9AFBB
(185,175,187)
#A59CA7
(165,156,167)
#918993
(145,137,147)
#7D767F
(125,118,127)
#69636B
(105,99,107)
#555057
(85,80,87)
#413D43
(65,61,67)
#2D2A2F
(45,42,47)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #E1D5E3

#E1D5E3
(225,213,227)
#E3D8E5
(227,216,229)
#E5DBE7
(229,219,231)
#E7DEE9
(231,222,233)
#E9E1EB
(233,225,235)
#EBE4ED
(235,228,237)
#EDE7EF
(237,231,239)
#EFEAF1
(239,234,241)
#F1EDF3
(241,237,243)
#F3F0F5
(243,240,245)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1D5E3 color. Also use rgb(225,213,227) instead hex code.

Text Font Color

.myTextColor { color: #E1D5E3; }

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

This text font color is #E1D5E3.


Background Color

.myBgColor { background-color: #E1D5E3; }

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

This div background color is #E1D5E3.


Border color

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

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

This div border color is #E1D5E3.


Opacity

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

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

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

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

This text has shadow with #E1D5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1D5E3 on black background.


Color preview on white background

This text has color #E1D5E3 on white background.



Black color preview on #E1D5E3 background

This text has black color on #E1D5E3 background.


White color preview on #E1D5E3 background

This text has white color on #E1D5E3 background.