COLOR #E6D5C6

HEX: #E6D5C6
RGB: (230,213,198)

Renk bilgisi

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

RGB renk modeli

#E6D5C6 color RGB value is (230,213,198).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 198 of 255 = 78%

230
213
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 198 = 641 (100%)
R 230 of 641 ~ 35.88%
G 213 of 641 ~ 33.23%
B 198 of 641 ~ 30.89%

%35.88
%33.23
%30.89

CMYK RENK MODELİ

#E6D5C6 rengi CMYK tonu (0,7,14,10).

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

CMYK yüzdeleri

%0
%7.39
%13.91
%9.8

Codes

Color #E6D5C6 in popluar color models

E6D5C6
RGB230213198
HSL28°39.02%83.92%
HSB/HSV28°13.91%90.20%
CMYK0.00%7.39%13.91%
9.80%

Color #E6D5C6 in popluar number systems.

HEXE6D5C6
Decimal230213198
Binary111001101101010111000110
Octal346325306

Shades and tints

Shades of #E6D5C6

#E6D5C6
(230,213,198)
#D2C2B4
(210,194,180)
#BEAFA2
(190,175,162)
#AA9C90
(170,156,144)
#96897E
(150,137,126)
#82766C
(130,118,108)
#6E635A
(110,99,90)
#5A5048
(90,80,72)
#463D36
(70,61,54)
#322A24
(50,42,36)
#1E1712
(30,23,18)
#000000
(0,0,0)

Tints of #E6D5C6

#E6D5C6
(230,213,198)
#E8D8CB
(232,216,203)
#EADBD0
(234,219,208)
#ECDED5
(236,222,213)
#EEE1DA
(238,225,218)
#F0E4DF
(240,228,223)
#F2E7E4
(242,231,228)
#F4EAE9
(244,234,233)
#F6EDEE
(246,237,238)
#F8F0F3
(248,240,243)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5C6; }

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

This text font color is #E6D5C6.


Background Color

.myBgColor { background-color: #E6D5C6; }

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

This div background color is #E6D5C6.


Border color

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

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

This div border color is #E6D5C6.


Opacity

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

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

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

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

This text has shadow with #E6D5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5C6 on black background.


Color preview on white background

This text has color #E6D5C6 on white background.



Black color preview on #E6D5C6 background

This text has black color on #E6D5C6 background.


White color preview on #E6D5C6 background

This text has white color on #E6D5C6 background.