COLOR #E6D5CE

HEX: #E6D5CE
RGB: (230,213,206)

Renk bilgisi

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

RGB renk modeli

#E6D5CE color RGB value is (230,213,206).

  • kırmız ton 230;
  • yeşil ton 213;
  • mavi ton 206.
RGB:
(230,213,206)
(90%,84%,81%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 206 of 255 = 81%

230
213
206

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 206 = 649 (100%)
R 230 of 649 ~ 35.44%
G 213 of 649 ~ 32.82%
B 206 of 649 ~ 31.74%

%35.44
%32.82
%31.74

CMYK RENK MODELİ

#E6D5CE rengi CMYK tonu (0,7,10,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.39%
  • sarı tonu 10.43%
  • ana renk tonu 9.80%
CMYK:
(0,7,10,10)
C0M7Y10K10 
(0%,7%,10%,10%)
(0.00/0.07/0.10/0.10)	

CMYK yüzdeleri

%0
%7.39
%10.43
%9.8

Codes

Color #E6D5CE in popluar color models

E6D5CE
RGB230213206
HSL18°32.43%85.49%
HSB/HSV18°10.43%90.20%
CMYK0.00%7.39%10.43%
9.80%

Color #E6D5CE in popluar number systems.

HEXE6D5CE
Decimal230213206
Binary111001101101010111001110
Octal346325316

Shades and tints

Shades of #E6D5CE

#E6D5CE
(230,213,206)
#D2C2BC
(210,194,188)
#BEAFAA
(190,175,170)
#AA9C98
(170,156,152)
#968986
(150,137,134)
#827674
(130,118,116)
#6E6362
(110,99,98)
#5A5050
(90,80,80)
#463D3E
(70,61,62)
#322A2C
(50,42,44)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6D5CE

#E6D5CE
(230,213,206)
#E8D8D2
(232,216,210)
#EADBD6
(234,219,214)
#ECDEDA
(236,222,218)
#EEE1DE
(238,225,222)
#F0E4E2
(240,228,226)
#F2E7E6
(242,231,230)
#F4EAEA
(244,234,234)
#F6EDEE
(246,237,238)
#F8F0F2
(248,240,242)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D5CE color. Also use rgb(230,213,206) instead hex code.

Text Font Color

.myTextColor { color: #E6D5CE; }

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

This text font color is #E6D5CE.


Background Color

.myBgColor { background-color: #E6D5CE; }

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

This div background color is #E6D5CE.


Border color

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

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

This div border color is #E6D5CE.


Opacity

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

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

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

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

This text has shadow with #E6D5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5CE on black background.


Color preview on white background

This text has color #E6D5CE on white background.



Black color preview on #E6D5CE background

This text has black color on #E6D5CE background.


White color preview on #E6D5CE background

This text has white color on #E6D5CE background.