COLOR #E5D3E1

HEX: #E5D3E1
RGB: (229,211,225)

Renk bilgisi

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

RGB renk modeli

#E5D3E1 color RGB value is (229,211,225).

  • kırmız ton 229;
  • yeşil ton 211;
  • mavi ton 225.
RGB:
(229,211,225)
(90%,83%,88%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 211 of 255 = 83%
B 225 of 255 = 88%

229
211
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 211 + 225 = 665 (100%)
R 229 of 665 ~ 34.44%
G 211 of 665 ~ 31.73%
B 225 of 665 ~ 33.83%

%34.44
%31.73
%33.83

CMYK RENK MODELİ

#E5D3E1 rengi CMYK tonu (0,8,2,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.86%
  • sarı tonu 1.75%
  • ana renk tonu 10.20%
CMYK:
(0,8,2,10)
C0M8Y2K10 
(0%,8%,2%,10%)
(0.00/0.08/0.02/0.10)	

CMYK yüzdeleri

%0
%7.86
%1.75
%10.2

Codes

Color #E5D3E1 in popluar color models

E5D3E1
RGB229211225
HSL313°25.71%86.27%
HSB/HSV313°7.86%89.80%
CMYK0.00%7.86%1.75%
10.20%

Color #E5D3E1 in popluar number systems.

HEXE5D3E1
Decimal229211225
Binary111001011101001111100001
Octal345323341

Shades and tints

Shades of #E5D3E1

#E5D3E1
(229,211,225)
#D1C0CD
(209,192,205)
#BDADB9
(189,173,185)
#A99AA5
(169,154,165)
#958791
(149,135,145)
#81747D
(129,116,125)
#6D6169
(109,97,105)
#594E55
(89,78,85)
#453B41
(69,59,65)
#31282D
(49,40,45)
#1D1519
(29,21,25)
#000000
(0,0,0)

Tints of #E5D3E1

#E5D3E1
(229,211,225)
#E7D7E3
(231,215,227)
#E9DBE5
(233,219,229)
#EBDFE7
(235,223,231)
#EDE3E9
(237,227,233)
#EFE7EB
(239,231,235)
#F1EBED
(241,235,237)
#F3EFEF
(243,239,239)
#F5F3F1
(245,243,241)
#F7F7F3
(247,247,243)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D3E1 color. Also use rgb(229,211,225) instead hex code.

Text Font Color

.myTextColor { color: #E5D3E1; }

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

This text font color is #E5D3E1.


Background Color

.myBgColor { background-color: #E5D3E1; }

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

This div background color is #E5D3E1.


Border color

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

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

This div border color is #E5D3E1.


Opacity

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

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

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

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

This text has shadow with #E5D3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D3E1 on black background.


Color preview on white background

This text has color #E5D3E1 on white background.



Black color preview on #E5D3E1 background

This text has black color on #E5D3E1 background.


White color preview on #E5D3E1 background

This text has white color on #E5D3E1 background.