COLOR #E4DAE7

HEX: #E4DAE7
RGB: (228,218,231)

Renk bilgisi

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

RGB renk modeli

#E4DAE7 color RGB value is (228,218,231).

  • kırmız ton 228;
  • yeşil ton 218;
  • mavi ton 231.
RGB:
(228,218,231)
(89%,85%,91%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 218 of 255 = 85%
B 231 of 255 = 91%

228
218
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 218 + 231 = 677 (100%)
R 228 of 677 ~ 33.68%
G 218 of 677 ~ 32.2%
B 231 of 677 ~ 34.12%

%33.68
%32.2
%34.12

CMYK RENK MODELİ

#E4DAE7 rengi CMYK tonu (1,6,0,9).

  • camgöbeği tonu 1.30%
  • eflatun tonu 5.63%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,6,0,9)
C1M6Y0K9 
(1%,6%,0%,9%)
(0.01/0.06/0.00/0.09)	

CMYK yüzdeleri

%1.3
%5.63
%0
%9.41

Codes

Color #E4DAE7 in popluar color models

E4DAE7
RGB228218231
HSL286°21.31%88.04%
HSB/HSV286°5.63%90.59%
CMYK1.30%5.63%0.00%
9.41%

Color #E4DAE7 in popluar number systems.

HEXE4DAE7
Decimal228218231
Binary111001001101101011100111
Octal344332347

Shades and tints

Shades of #E4DAE7

#E4DAE7
(228,218,231)
#D0C7D2
(208,199,210)
#BCB4BD
(188,180,189)
#A8A1A8
(168,161,168)
#948E93
(148,142,147)
#807B7E
(128,123,126)
#6C6869
(108,104,105)
#585554
(88,85,84)
#44423F
(68,66,63)
#302F2A
(48,47,42)
#1C1C15
(28,28,21)
#000000
(0,0,0)

Tints of #E4DAE7

#E4DAE7
(228,218,231)
#E6DDE9
(230,221,233)
#E8E0EB
(232,224,235)
#EAE3ED
(234,227,237)
#ECE6EF
(236,230,239)
#EEE9F1
(238,233,241)
#F0ECF3
(240,236,243)
#F2EFF5
(242,239,245)
#F4F2F7
(244,242,247)
#F6F5F9
(246,245,249)
#F8F8FB
(248,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4DAE7 color. Also use rgb(228,218,231) instead hex code.

Text Font Color

.myTextColor { color: #E4DAE7; }

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

This text font color is #E4DAE7.


Background Color

.myBgColor { background-color: #E4DAE7; }

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

This div background color is #E4DAE7.


Border color

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

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

This div border color is #E4DAE7.


Opacity

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

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

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

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

This text has shadow with #E4DAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DAE7 on black background.


Color preview on white background

This text has color #E4DAE7 on white background.



Black color preview on #E4DAE7 background

This text has black color on #E4DAE7 background.


White color preview on #E4DAE7 background

This text has white color on #E4DAE7 background.