COLOR #E5D6ED

HEX: #E5D6ED
RGB: (229,214,237)

Renk bilgisi

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

RGB renk modeli

#E5D6ED color RGB value is (229,214,237).

  • kırmız ton 229;
  • yeşil ton 214;
  • mavi ton 237.
RGB:
(229,214,237)
(90%,84%,93%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 214 of 255 = 84%
B 237 of 255 = 93%

229
214
237

R + G + B ~ 89%. #E5D6ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 214 + 237 = 680 (100%)
R 229 of 680 ~ 33.68%
G 214 of 680 ~ 31.47%
B 237 of 680 ~ 34.85%

%33.68
%31.47
%34.85

CMYK RENK MODELİ

#E5D6ED rengi CMYK tonu (3,10,0,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 9.70%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,10,0,7)
C3M10Y0K7 
(3%,10%,0%,7%)
(0.03/0.10/0.00/0.07)	

CMYK yüzdeleri

%3.38
%9.7
%0
%7.06

Codes

Color #E5D6ED in popluar color models

E5D6ED
RGB229214237
HSL279°38.98%88.43%
HSB/HSV279°9.70%92.94%
CMYK3.38%9.70%0.00%
7.06%

Color #E5D6ED in popluar number systems.

HEXE5D6ED
Decimal229214237
Binary111001011101011011101101
Octal345326355

Shades and tints

Shades of #E5D6ED

#E5D6ED
(229,214,237)
#D1C3D8
(209,195,216)
#BDB0C3
(189,176,195)
#A99DAE
(169,157,174)
#958A99
(149,138,153)
#817784
(129,119,132)
#6D646F
(109,100,111)
#59515A
(89,81,90)
#453E45
(69,62,69)
#312B30
(49,43,48)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #E5D6ED

#E5D6ED
(229,214,237)
#E7D9EE
(231,217,238)
#E9DCEF
(233,220,239)
#EBDFF0
(235,223,240)
#EDE2F1
(237,226,241)
#EFE5F2
(239,229,242)
#F1E8F3
(241,232,243)
#F3EBF4
(243,235,244)
#F5EEF5
(245,238,245)
#F7F1F6
(247,241,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D6ED color. Also use rgb(229,214,237) instead hex code.

Text Font Color

.myTextColor { color: #E5D6ED; }

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

This text font color is #E5D6ED.


Background Color

.myBgColor { background-color: #E5D6ED; }

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

This div background color is #E5D6ED.


Border color

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

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

This div border color is #E5D6ED.


Opacity

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

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

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

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

This text has shadow with #E5D6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D6ED on black background.


Color preview on white background

This text has color #E5D6ED on white background.



Black color preview on #E5D6ED background

This text has black color on #E5D6ED background.


White color preview on #E5D6ED background

This text has white color on #E5D6ED background.