COLOR #E5DAED

HEX: #E5DAED
RGB: (229,218,237)

Renk bilgisi

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

RGB renk modeli

#E5DAED color RGB value is (229,218,237).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 218 of 255 = 85%
B 237 of 255 = 93%

229
218
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 218 + 237 = 684 (100%)
R 229 of 684 ~ 33.48%
G 218 of 684 ~ 31.87%
B 237 of 684 ~ 34.65%

%33.48
%31.87
%34.65

CMYK RENK MODELİ

#E5DAED rengi CMYK tonu (3,8,0,7).

  • camgöbeği tonu 3.38%
  • eflatun tonu 8.02%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(3,8,0,7)
C3M8Y0K7 
(3%,8%,0%,7%)
(0.03/0.08/0.00/0.07)	

CMYK yüzdeleri

%3.38
%8.02
%0
%7.06

Codes

Color #E5DAED in popluar color models

E5DAED
RGB229218237
HSL275°34.55%89.22%
HSB/HSV275°8.02%92.94%
CMYK3.38%8.02%0.00%
7.06%

Color #E5DAED in popluar number systems.

HEXE5DAED
Decimal229218237
Binary111001011101101011101101
Octal345332355

Shades and tints

Shades of #E5DAED

#E5DAED
(229,218,237)
#D1C7D8
(209,199,216)
#BDB4C3
(189,180,195)
#A9A1AE
(169,161,174)
#958E99
(149,142,153)
#817B84
(129,123,132)
#6D686F
(109,104,111)
#59555A
(89,85,90)
#454245
(69,66,69)
#312F30
(49,47,48)
#1D1C1B
(29,28,27)
#000000
(0,0,0)

Tints of #E5DAED

#E5DAED
(229,218,237)
#E7DDEE
(231,221,238)
#E9E0EF
(233,224,239)
#EBE3F0
(235,227,240)
#EDE6F1
(237,230,241)
#EFE9F2
(239,233,242)
#F1ECF3
(241,236,243)
#F3EFF4
(243,239,244)
#F5F2F5
(245,242,245)
#F7F5F6
(247,245,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DAED; }

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

This text font color is #E5DAED.


Background Color

.myBgColor { background-color: #E5DAED; }

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

This div background color is #E5DAED.


Border color

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

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

This div border color is #E5DAED.


Opacity

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

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

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

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

This text has shadow with #E5DAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5DAED on black background.


Color preview on white background

This text has color #E5DAED on white background.



Black color preview on #E5DAED background

This text has black color on #E5DAED background.


White color preview on #E5DAED background

This text has white color on #E5DAED background.