COLOR #E6DDD6

HEX: #E6DDD6
RGB: (230,221,214)

Renk bilgisi

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

RGB renk modeli

#E6DDD6 color RGB value is (230,221,214).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 221 of 255 = 87%
B 214 of 255 = 84%

230
221
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 221 + 214 = 665 (100%)
R 230 of 665 ~ 34.59%
G 221 of 665 ~ 33.23%
B 214 of 665 ~ 32.18%

%34.59
%33.23
%32.18

CMYK RENK MODELİ

#E6DDD6 rengi CMYK tonu (0,4,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.91%
  • sarı tonu 6.96%
  • ana renk tonu 9.80%
CMYK:
(0,4,7,10)
C0M4Y7K10 
(0%,4%,7%,10%)
(0.00/0.04/0.07/0.10)	

CMYK yüzdeleri

%0
%3.91
%6.96
%9.8

Codes

Color #E6DDD6 in popluar color models

E6DDD6
RGB230221214
HSL26°24.24%87.06%
HSB/HSV26°6.96%90.20%
CMYK0.00%3.91%6.96%
9.80%

Color #E6DDD6 in popluar number systems.

HEXE6DDD6
Decimal230221214
Binary111001101101110111010110
Octal346335326

Shades and tints

Shades of #E6DDD6

#E6DDD6
(230,221,214)
#D2C9C3
(210,201,195)
#BEB5B0
(190,181,176)
#AAA19D
(170,161,157)
#968D8A
(150,141,138)
#827977
(130,121,119)
#6E6564
(110,101,100)
#5A5151
(90,81,81)
#463D3E
(70,61,62)
#32292B
(50,41,43)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6DDD6

#E6DDD6
(230,221,214)
#E8E0D9
(232,224,217)
#EAE3DC
(234,227,220)
#ECE6DF
(236,230,223)
#EEE9E2
(238,233,226)
#F0ECE5
(240,236,229)
#F2EFE8
(242,239,232)
#F4F2EB
(244,242,235)
#F6F5EE
(246,245,238)
#F8F8F1
(248,248,241)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDD6; }

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

This text font color is #E6DDD6.


Background Color

.myBgColor { background-color: #E6DDD6; }

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

This div background color is #E6DDD6.


Border color

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

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

This div border color is #E6DDD6.


Opacity

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

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

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

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

This text has shadow with #E6DDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDD6 on black background.


Color preview on white background

This text has color #E6DDD6 on white background.



Black color preview on #E6DDD6 background

This text has black color on #E6DDD6 background.


White color preview on #E6DDD6 background

This text has white color on #E6DDD6 background.