COLOR #E6D6CB

HEX: #E6D6CB
RGB: (230,214,203)

Renk bilgisi

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

RGB renk modeli

#E6D6CB color RGB value is (230,214,203).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 214 of 255 = 84%
B 203 of 255 = 80%

230
214
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 214 + 203 = 647 (100%)
R 230 of 647 ~ 35.55%
G 214 of 647 ~ 33.08%
B 203 of 647 ~ 31.38%

%35.55
%33.08
%31.38

CMYK RENK MODELİ

#E6D6CB rengi CMYK tonu (0,7,12,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.96%
  • sarı tonu 11.74%
  • ana renk tonu 9.80%
CMYK:
(0,7,12,10)
C0M7Y12K10 
(0%,7%,12%,10%)
(0.00/0.07/0.12/0.10)	

CMYK yüzdeleri

%0
%6.96
%11.74
%9.8

Codes

Color #E6D6CB in popluar color models

E6D6CB
RGB230214203
HSL24°35.06%84.90%
HSB/HSV24°11.74%90.20%
CMYK0.00%6.96%11.74%
9.80%

Color #E6D6CB in popluar number systems.

HEXE6D6CB
Decimal230214203
Binary111001101101011011001011
Octal346326313

Shades and tints

Shades of #E6D6CB

#E6D6CB
(230,214,203)
#D2C3B9
(210,195,185)
#BEB0A7
(190,176,167)
#AA9D95
(170,157,149)
#968A83
(150,138,131)
#827771
(130,119,113)
#6E645F
(110,100,95)
#5A514D
(90,81,77)
#463E3B
(70,62,59)
#322B29
(50,43,41)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6D6CB

#E6D6CB
(230,214,203)
#E8D9CF
(232,217,207)
#EADCD3
(234,220,211)
#ECDFD7
(236,223,215)
#EEE2DB
(238,226,219)
#F0E5DF
(240,229,223)
#F2E8E3
(242,232,227)
#F4EBE7
(244,235,231)
#F6EEEB
(246,238,235)
#F8F1EF
(248,241,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D6CB; }

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

This text font color is #E6D6CB.


Background Color

.myBgColor { background-color: #E6D6CB; }

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

This div background color is #E6D6CB.


Border color

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

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

This div border color is #E6D6CB.


Opacity

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

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

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

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

This text has shadow with #E6D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6CB on black background.


Color preview on white background

This text has color #E6D6CB on white background.



Black color preview on #E6D6CB background

This text has black color on #E6D6CB background.


White color preview on #E6D6CB background

This text has white color on #E6D6CB background.