COLOR #E7DAD6

HEX: #E7DAD6
RGB: (231,218,214)

Renk bilgisi

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

RGB renk modeli

#E7DAD6 color RGB value is (231,218,214).

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

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 218 of 255 = 85%
B 214 of 255 = 84%

231
218
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 218 + 214 = 663 (100%)
R 231 of 663 ~ 34.84%
G 218 of 663 ~ 32.88%
B 214 of 663 ~ 32.28%

%34.84
%32.88
%32.28

CMYK RENK MODELİ

#E7DAD6 rengi CMYK tonu (0,6,7,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.63%
  • sarı tonu 7.36%
  • ana renk tonu 9.41%
CMYK:
(0,6,7,9)
C0M6Y7K9 
(0%,6%,7%,9%)
(0.00/0.06/0.07/0.09)	

CMYK yüzdeleri

%0
%5.63
%7.36
%9.41

Codes

Color #E7DAD6 in popluar color models

E7DAD6
RGB231218214
HSL14°26.15%87.25%
HSB/HSV14°7.36%90.59%
CMYK0.00%5.63%7.36%
9.41%

Color #E7DAD6 in popluar number systems.

HEXE7DAD6
Decimal231218214
Binary111001111101101011010110
Octal347332326

Shades and tints

Shades of #E7DAD6

#E7DAD6
(231,218,214)
#D2C7C3
(210,199,195)
#BDB4B0
(189,180,176)
#A8A19D
(168,161,157)
#938E8A
(147,142,138)
#7E7B77
(126,123,119)
#696864
(105,104,100)
#545551
(84,85,81)
#3F423E
(63,66,62)
#2A2F2B
(42,47,43)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #E7DAD6

#E7DAD6
(231,218,214)
#E9DDD9
(233,221,217)
#EBE0DC
(235,224,220)
#EDE3DF
(237,227,223)
#EFE6E2
(239,230,226)
#F1E9E5
(241,233,229)
#F3ECE8
(243,236,232)
#F5EFEB
(245,239,235)
#F7F2EE
(247,242,238)
#F9F5F1
(249,245,241)
#FBF8F4
(251,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7DAD6; }

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

This text font color is #E7DAD6.


Background Color

.myBgColor { background-color: #E7DAD6; }

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

This div background color is #E7DAD6.


Border color

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

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

This div border color is #E7DAD6.


Opacity

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

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

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

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

This text has shadow with #E7DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7DAD6 on black background.


Color preview on white background

This text has color #E7DAD6 on white background.



Black color preview on #E7DAD6 background

This text has black color on #E7DAD6 background.


White color preview on #E7DAD6 background

This text has white color on #E7DAD6 background.