COLOR #E5D7E7

HEX: #E5D7E7
RGB: (229,215,231)

Renk bilgisi

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

RGB renk modeli

#E5D7E7 color RGB value is (229,215,231).

  • kırmız ton 229;
  • yeşil ton 215;
  • mavi ton 231.
RGB:
(229,215,231)
(90%,84%,91%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 215 of 255 = 84%
B 231 of 255 = 91%

229
215
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 215 + 231 = 675 (100%)
R 229 of 675 ~ 33.93%
G 215 of 675 ~ 31.85%
B 231 of 675 ~ 34.22%

%33.93
%31.85
%34.22

CMYK RENK MODELİ

#E5D7E7 rengi CMYK tonu (1,7,0,9).

  • camgöbeği tonu 0.87%
  • eflatun tonu 6.93%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,7,0,9)
C1M7Y0K9 
(1%,7%,0%,9%)
(0.01/0.07/0.00/0.09)	

CMYK yüzdeleri

%0.87
%6.93
%0
%9.41

Codes

Color #E5D7E7 in popluar color models

E5D7E7
RGB229215231
HSL293°25.00%87.45%
HSB/HSV293°6.93%90.59%
CMYK0.87%6.93%0.00%
9.41%

Color #E5D7E7 in popluar number systems.

HEXE5D7E7
Decimal229215231
Binary111001011101011111100111
Octal345327347

Shades and tints

Shades of #E5D7E7

#E5D7E7
(229,215,231)
#D1C4D2
(209,196,210)
#BDB1BD
(189,177,189)
#A99EA8
(169,158,168)
#958B93
(149,139,147)
#81787E
(129,120,126)
#6D6569
(109,101,105)
#595254
(89,82,84)
#453F3F
(69,63,63)
#312C2A
(49,44,42)
#1D1915
(29,25,21)
#000000
(0,0,0)

Tints of #E5D7E7

#E5D7E7
(229,215,231)
#E7DAE9
(231,218,233)
#E9DDEB
(233,221,235)
#EBE0ED
(235,224,237)
#EDE3EF
(237,227,239)
#EFE6F1
(239,230,241)
#F1E9F3
(241,233,243)
#F3ECF5
(243,236,245)
#F5EFF7
(245,239,247)
#F7F2F9
(247,242,249)
#F9F5FB
(249,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D7E7 color. Also use rgb(229,215,231) instead hex code.

Text Font Color

.myTextColor { color: #E5D7E7; }

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

This text font color is #E5D7E7.


Background Color

.myBgColor { background-color: #E5D7E7; }

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

This div background color is #E5D7E7.


Border color

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

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

This div border color is #E5D7E7.


Opacity

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

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

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

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

This text has shadow with #E5D7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D7E7 on black background.


Color preview on white background

This text has color #E5D7E7 on white background.



Black color preview on #E5D7E7 background

This text has black color on #E5D7E7 background.


White color preview on #E5D7E7 background

This text has white color on #E5D7E7 background.