COLOR #E6D3C6

HEX: #E6D3C6
RGB: (230,211,198)

Renk bilgisi

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

RGB renk modeli

#E6D3C6 color RGB value is (230,211,198).

  • kırmız ton 230;
  • yeşil ton 211;
  • mavi ton 198.
RGB:
(230,211,198)
(90%,83%,78%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 211 of 255 = 83%
B 198 of 255 = 78%

230
211
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 211 + 198 = 639 (100%)
R 230 of 639 ~ 35.99%
G 211 of 639 ~ 33.02%
B 198 of 639 ~ 30.99%

%35.99
%33.02
%30.99

CMYK RENK MODELİ

#E6D3C6 rengi CMYK tonu (0,8,14,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.26%
  • sarı tonu 13.91%
  • ana renk tonu 9.80%
CMYK:
(0,8,14,10)
C0M8Y14K10 
(0%,8%,14%,10%)
(0.00/0.08/0.14/0.10)	

CMYK yüzdeleri

%0
%8.26
%13.91
%9.8

Codes

Color #E6D3C6 in popluar color models

E6D3C6
RGB230211198
HSL24°39.02%83.92%
HSB/HSV24°13.91%90.20%
CMYK0.00%8.26%13.91%
9.80%

Color #E6D3C6 in popluar number systems.

HEXE6D3C6
Decimal230211198
Binary111001101101001111000110
Octal346323306

Shades and tints

Shades of #E6D3C6

#E6D3C6
(230,211,198)
#D2C0B4
(210,192,180)
#BEADA2
(190,173,162)
#AA9A90
(170,154,144)
#96877E
(150,135,126)
#82746C
(130,116,108)
#6E615A
(110,97,90)
#5A4E48
(90,78,72)
#463B36
(70,59,54)
#322824
(50,40,36)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #E6D3C6

#E6D3C6
(230,211,198)
#E8D7CB
(232,215,203)
#EADBD0
(234,219,208)
#ECDFD5
(236,223,213)
#EEE3DA
(238,227,218)
#F0E7DF
(240,231,223)
#F2EBE4
(242,235,228)
#F4EFE9
(244,239,233)
#F6F3EE
(246,243,238)
#F8F7F3
(248,247,243)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3C6 color. Also use rgb(230,211,198) instead hex code.

Text Font Color

.myTextColor { color: #E6D3C6; }

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

This text font color is #E6D3C6.


Background Color

.myBgColor { background-color: #E6D3C6; }

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

This div background color is #E6D3C6.


Border color

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

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

This div border color is #E6D3C6.


Opacity

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

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

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

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

This text has shadow with #E6D3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D3C6 on black background.


Color preview on white background

This text has color #E6D3C6 on white background.



Black color preview on #E6D3C6 background

This text has black color on #E6D3C6 background.


White color preview on #E6D3C6 background

This text has white color on #E6D3C6 background.