COLOR #E6D6D1

HEX: #E6D6D1
RGB: (230,214,209)

Renk bilgisi

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

RGB renk modeli

#E6D6D1 color RGB value is (230,214,209).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 214 of 255 = 84%
B 209 of 255 = 82%

230
214
209

R + G + B ~ 85%. #E6D6D1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 214 + 209 = 653 (100%)
R 230 of 653 ~ 35.22%
G 214 of 653 ~ 32.77%
B 209 of 653 ~ 32.01%

%35.22
%32.77
%32.01

CMYK RENK MODELİ

#E6D6D1 rengi CMYK tonu (0,7,9,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.96%
  • sarı tonu 9.13%
  • ana renk tonu 9.80%
CMYK:
(0,7,9,10)
C0M7Y9K10 
(0%,7%,9%,10%)
(0.00/0.07/0.09/0.10)	

CMYK yüzdeleri

%0
%6.96
%9.13
%9.8

Codes

Color #E6D6D1 in popluar color models

E6D6D1
RGB230214209
HSL14°29.58%86.08%
HSB/HSV14°9.13%90.20%
CMYK0.00%6.96%9.13%
9.80%

Color #E6D6D1 in popluar number systems.

HEXE6D6D1
Decimal230214209
Binary111001101101011011010001
Octal346326321

Shades and tints

Shades of #E6D6D1

#E6D6D1
(230,214,209)
#D2C3BE
(210,195,190)
#BEB0AB
(190,176,171)
#AA9D98
(170,157,152)
#968A85
(150,138,133)
#827772
(130,119,114)
#6E645F
(110,100,95)
#5A514C
(90,81,76)
#463E39
(70,62,57)
#322B26
(50,43,38)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6D6D1

#E6D6D1
(230,214,209)
#E8D9D5
(232,217,213)
#EADCD9
(234,220,217)
#ECDFDD
(236,223,221)
#EEE2E1
(238,226,225)
#F0E5E5
(240,229,229)
#F2E8E9
(242,232,233)
#F4EBED
(244,235,237)
#F6EEF1
(246,238,241)
#F8F1F5
(248,241,245)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6D1; }

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

This text font color is #E6D6D1.


Background Color

.myBgColor { background-color: #E6D6D1; }

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

This div background color is #E6D6D1.


Border color

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

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

This div border color is #E6D6D1.


Opacity

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

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

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

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

This text has shadow with #E6D6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6D1 on black background.


Color preview on white background

This text has color #E6D6D1 on white background.



Black color preview on #E6D6D1 background

This text has black color on #E6D6D1 background.


White color preview on #E6D6D1 background

This text has white color on #E6D6D1 background.