COLOR #E6DAD4

HEX: #E6DAD4
RGB: (230,218,212)

Renk bilgisi

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

RGB renk modeli

#E6DAD4 color RGB value is (230,218,212).

  • kırmız ton 230;
  • yeşil ton 218;
  • mavi ton 212.
RGB:
(230,218,212)
(90%,85%,83%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 218 of 255 = 85%
B 212 of 255 = 83%

230
218
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 218 + 212 = 660 (100%)
R 230 of 660 ~ 34.85%
G 218 of 660 ~ 33.03%
B 212 of 660 ~ 32.12%

%34.85
%33.03
%32.12

CMYK RENK MODELİ

#E6DAD4 rengi CMYK tonu (0,5,8,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.22%
  • sarı tonu 7.83%
  • ana renk tonu 9.80%
CMYK:
(0,5,8,10)
C0M5Y8K10 
(0%,5%,8%,10%)
(0.00/0.05/0.08/0.10)	

CMYK yüzdeleri

%0
%5.22
%7.83
%9.8

Codes

Color #E6DAD4 in popluar color models

E6DAD4
RGB230218212
HSL20°26.47%86.67%
HSB/HSV20°7.83%90.20%
CMYK0.00%5.22%7.83%
9.80%

Color #E6DAD4 in popluar number systems.

HEXE6DAD4
Decimal230218212
Binary111001101101101011010100
Octal346332324

Shades and tints

Shades of #E6DAD4

#E6DAD4
(230,218,212)
#D2C7C1
(210,199,193)
#BEB4AE
(190,180,174)
#AAA19B
(170,161,155)
#968E88
(150,142,136)
#827B75
(130,123,117)
#6E6862
(110,104,98)
#5A554F
(90,85,79)
#46423C
(70,66,60)
#322F29
(50,47,41)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #E6DAD4

#E6DAD4
(230,218,212)
#E8DDD7
(232,221,215)
#EAE0DA
(234,224,218)
#ECE3DD
(236,227,221)
#EEE6E0
(238,230,224)
#F0E9E3
(240,233,227)
#F2ECE6
(242,236,230)
#F4EFE9
(244,239,233)
#F6F2EC
(246,242,236)
#F8F5EF
(248,245,239)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DAD4 color. Also use rgb(230,218,212) instead hex code.

Text Font Color

.myTextColor { color: #E6DAD4; }

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

This text font color is #E6DAD4.


Background Color

.myBgColor { background-color: #E6DAD4; }

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

This div background color is #E6DAD4.


Border color

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

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

This div border color is #E6DAD4.


Opacity

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

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

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

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

This text has shadow with #E6DAD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DAD4 on black background.


Color preview on white background

This text has color #E6DAD4 on white background.



Black color preview on #E6DAD4 background

This text has black color on #E6DAD4 background.


White color preview on #E6DAD4 background

This text has white color on #E6DAD4 background.