COLOR #E6DFDD

HEX: #E6DFDD
RGB: (230,223,221)

Renk bilgisi

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

RGB renk modeli

#E6DFDD color RGB value is (230,223,221).

  • kırmız ton 230;
  • yeşil ton 223;
  • mavi ton 221.
RGB:
(230,223,221)
(90%,87%,87%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 223 of 255 = 87%
B 221 of 255 = 87%

230
223
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 223 + 221 = 674 (100%)
R 230 of 674 ~ 34.12%
G 223 of 674 ~ 33.09%
B 221 of 674 ~ 32.79%

%34.12
%33.09
%32.79

CMYK RENK MODELİ

#E6DFDD rengi CMYK tonu (0,3,4,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.04%
  • sarı tonu 3.91%
  • ana renk tonu 9.80%
CMYK:
(0,3,4,10)
C0M3Y4K10 
(0%,3%,4%,10%)
(0.00/0.03/0.04/0.10)	

CMYK yüzdeleri

%0
%3.04
%3.91
%9.8

Codes

Color #E6DFDD in popluar color models

E6DFDD
RGB230223221
HSL13°15.25%88.43%
HSB/HSV13°3.91%90.20%
CMYK0.00%3.04%3.91%
9.80%

Color #E6DFDD in popluar number systems.

HEXE6DFDD
Decimal230223221
Binary111001101101111111011101
Octal346337335

Shades and tints

Shades of #E6DFDD

#E6DFDD
(230,223,221)
#D2CBC9
(210,203,201)
#BEB7B5
(190,183,181)
#AAA3A1
(170,163,161)
#968F8D
(150,143,141)
#827B79
(130,123,121)
#6E6765
(110,103,101)
#5A5351
(90,83,81)
#463F3D
(70,63,61)
#322B29
(50,43,41)
#1E1715
(30,23,21)
#000000
(0,0,0)

Tints of #E6DFDD

#E6DFDD
(230,223,221)
#E8E1E0
(232,225,224)
#EAE3E3
(234,227,227)
#ECE5E6
(236,229,230)
#EEE7E9
(238,231,233)
#F0E9EC
(240,233,236)
#F2EBEF
(242,235,239)
#F4EDF2
(244,237,242)
#F6EFF5
(246,239,245)
#F8F1F8
(248,241,248)
#FAF3FB
(250,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DFDD color. Also use rgb(230,223,221) instead hex code.

Text Font Color

.myTextColor { color: #E6DFDD; }

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

This text font color is #E6DFDD.


Background Color

.myBgColor { background-color: #E6DFDD; }

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

This div background color is #E6DFDD.


Border color

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

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

This div border color is #E6DFDD.


Opacity

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

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

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

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

This text has shadow with #E6DFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFDD on black background.


Color preview on white background

This text has color #E6DFDD on white background.



Black color preview on #E6DFDD background

This text has black color on #E6DFDD background.


White color preview on #E6DFDD background

This text has white color on #E6DFDD background.