COLOR #E1DAD6

HEX: #E1DAD6
RGB: (225,218,214)

Renk bilgisi

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

RGB renk modeli

#E1DAD6 color RGB value is (225,218,214).

  • kırmız ton 225;
  • yeşil ton 218;
  • mavi ton 214.
RGB:
(225,218,214)
(88%,85%,84%)

RGB bağlantıları ve doygunluk

R 225 of 255 = 88%
G 218 of 255 = 85%
B 214 of 255 = 84%

225
218
214

R + G + B ~ 86%. #E1DAD6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
225 + 218 + 214 = 657 (100%)
R 225 of 657 ~ 34.25%
G 218 of 657 ~ 33.18%
B 214 of 657 ~ 32.57%

%34.25
%33.18
%32.57

CMYK RENK MODELİ

#E1DAD6 rengi CMYK tonu (0,3,5,12).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.11%
  • sarı tonu 4.89%
  • ana renk tonu 11.76%
CMYK:
(0,3,5,12)
C0M3Y5K12 
(0%,3%,5%,12%)
(0.00/0.03/0.05/0.12)	

CMYK yüzdeleri

%0
%3.11
%4.89
%11.76

Codes

Color #E1DAD6 in popluar color models

E1DAD6
RGB225218214
HSL22°15.49%86.08%
HSB/HSV22°4.89%88.24%
CMYK0.00%3.11%4.89%
11.76%

Color #E1DAD6 in popluar number systems.

HEXE1DAD6
Decimal225218214
Binary111000011101101011010110
Octal341332326

Shades and tints

Shades of #E1DAD6

#E1DAD6
(225,218,214)
#CDC7C3
(205,199,195)
#B9B4B0
(185,180,176)
#A5A19D
(165,161,157)
#918E8A
(145,142,138)
#7D7B77
(125,123,119)
#696864
(105,104,100)
#555551
(85,85,81)
#41423E
(65,66,62)
#2D2F2B
(45,47,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #E1DAD6

#E1DAD6
(225,218,214)
#E3DDD9
(227,221,217)
#E5E0DC
(229,224,220)
#E7E3DF
(231,227,223)
#E9E6E2
(233,230,226)
#EBE9E5
(235,233,229)
#EDECE8
(237,236,232)
#EFEFEB
(239,239,235)
#F1F2EE
(241,242,238)
#F3F5F1
(243,245,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DAD6 color. Also use rgb(225,218,214) instead hex code.

Text Font Color

.myTextColor { color: #E1DAD6; }

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

This text font color is #E1DAD6.


Background Color

.myBgColor { background-color: #E1DAD6; }

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

This div background color is #E1DAD6.


Border color

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

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

This div border color is #E1DAD6.


Opacity

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

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

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

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

This text has shadow with #E1DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1DAD6 on black background.


Color preview on white background

This text has color #E1DAD6 on white background.



Black color preview on #E1DAD6 background

This text has black color on #E1DAD6 background.


White color preview on #E1DAD6 background

This text has white color on #E1DAD6 background.