COLOR #E6D0CC

HEX: #E6D0CC
RGB: (230,208,204)

Renk bilgisi

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

RGB renk modeli

#E6D0CC color RGB value is (230,208,204).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 208 of 255 = 82%
B 204 of 255 = 80%

230
208
204

R + G + B ~ 84%. #E6D0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 208 + 204 = 642 (100%)
R 230 of 642 ~ 35.83%
G 208 of 642 ~ 32.4%
B 204 of 642 ~ 31.78%

%35.83
%32.4
%31.78

CMYK RENK MODELİ

#E6D0CC rengi CMYK tonu (0,10,11,10).

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

CMYK yüzdeleri

%0
%9.57
%11.3
%9.8

Codes

Color #E6D0CC in popluar color models

E6D0CC
RGB230208204
HSL34.21%85.10%
HSB/HSV11.30%90.20%
CMYK0.00%9.57%11.30%
9.80%

Color #E6D0CC in popluar number systems.

HEXE6D0CC
Decimal230208204
Binary111001101101000011001100
Octal346320314

Shades and tints

Shades of #E6D0CC

#E6D0CC
(230,208,204)
#D2BEBA
(210,190,186)
#BEACA8
(190,172,168)
#AA9A96
(170,154,150)
#968884
(150,136,132)
#827672
(130,118,114)
#6E6460
(110,100,96)
#5A524E
(90,82,78)
#46403C
(70,64,60)
#322E2A
(50,46,42)
#1E1C18
(30,28,24)
#000000
(0,0,0)

Tints of #E6D0CC

#E6D0CC
(230,208,204)
#E8D4D0
(232,212,208)
#EAD8D4
(234,216,212)
#ECDCD8
(236,220,216)
#EEE0DC
(238,224,220)
#F0E4E0
(240,228,224)
#F2E8E4
(242,232,228)
#F4ECE8
(244,236,232)
#F6F0EC
(246,240,236)
#F8F4F0
(248,244,240)
#FAF8F4
(250,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D0CC; }

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

This text font color is #E6D0CC.


Background Color

.myBgColor { background-color: #E6D0CC; }

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

This div background color is #E6D0CC.


Border color

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

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

This div border color is #E6D0CC.


Opacity

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

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

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

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

This text has shadow with #E6D0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D0CC on black background.


Color preview on white background

This text has color #E6D0CC on white background.



Black color preview on #E6D0CC background

This text has black color on #E6D0CC background.


White color preview on #E6D0CC background

This text has white color on #E6D0CC background.