COLOR #E6D8CC

HEX: #E6D8CC
RGB: (230,216,204)

Renk bilgisi

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

RGB renk modeli

#E6D8CC color RGB value is (230,216,204).

  • kırmız ton 230;
  • yeşil ton 216;
  • mavi ton 204.
RGB:
(230,216,204)
(90%,85%,80%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 216 of 255 = 85%
B 204 of 255 = 80%

230
216
204

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 216 + 204 = 650 (100%)
R 230 of 650 ~ 35.38%
G 216 of 650 ~ 33.23%
B 204 of 650 ~ 31.38%

%35.38
%33.23
%31.38

CMYK RENK MODELİ

#E6D8CC rengi CMYK tonu (0,6,11,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.09%
  • sarı tonu 11.30%
  • ana renk tonu 9.80%
CMYK:
(0,6,11,10)
C0M6Y11K10 
(0%,6%,11%,10%)
(0.00/0.06/0.11/0.10)	

CMYK yüzdeleri

%0
%6.09
%11.3
%9.8

Codes

Color #E6D8CC in popluar color models

E6D8CC
RGB230216204
HSL28°34.21%85.10%
HSB/HSV28°11.30%90.20%
CMYK0.00%6.09%11.30%
9.80%

Color #E6D8CC in popluar number systems.

HEXE6D8CC
Decimal230216204
Binary111001101101100011001100
Octal346330314

Shades and tints

Shades of #E6D8CC

#E6D8CC
(230,216,204)
#D2C5BA
(210,197,186)
#BEB2A8
(190,178,168)
#AA9F96
(170,159,150)
#968C84
(150,140,132)
#827972
(130,121,114)
#6E6660
(110,102,96)
#5A534E
(90,83,78)
#46403C
(70,64,60)
#322D2A
(50,45,42)
#1E1A18
(30,26,24)
#000000
(0,0,0)

Tints of #E6D8CC

#E6D8CC
(230,216,204)
#E8DBD0
(232,219,208)
#EADED4
(234,222,212)
#ECE1D8
(236,225,216)
#EEE4DC
(238,228,220)
#F0E7E0
(240,231,224)
#F2EAE4
(242,234,228)
#F4EDE8
(244,237,232)
#F6F0EC
(246,240,236)
#F8F3F0
(248,243,240)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D8CC color. Also use rgb(230,216,204) instead hex code.

Text Font Color

.myTextColor { color: #E6D8CC; }

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

This text font color is #E6D8CC.


Background Color

.myBgColor { background-color: #E6D8CC; }

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

This div background color is #E6D8CC.


Border color

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

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

This div border color is #E6D8CC.


Opacity

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

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

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

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

This text has shadow with #E6D8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D8CC on black background.


Color preview on white background

This text has color #E6D8CC on white background.



Black color preview on #E6D8CC background

This text has black color on #E6D8CC background.


White color preview on #E6D8CC background

This text has white color on #E6D8CC background.