COLOR #E6D5C1

HEX: #E6D5C1
RGB: (230,213,193)

Renk bilgisi

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

RGB renk modeli

#E6D5C1 color RGB value is (230,213,193).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 193 of 255 = 76%

230
213
193

R + G + B ~ 83%. #E6D5C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 193 = 636 (100%)
R 230 of 636 ~ 36.16%
G 213 of 636 ~ 33.49%
B 193 of 636 ~ 30.35%

%36.16
%33.49
%30.35

CMYK RENK MODELİ

#E6D5C1 rengi CMYK tonu (0,7,16,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.39%
  • sarı tonu 16.09%
  • ana renk tonu 9.80%
CMYK:
(0,7,16,10)
C0M7Y16K10 
(0%,7%,16%,10%)
(0.00/0.07/0.16/0.10)	

CMYK yüzdeleri

%0
%7.39
%16.09
%9.8

Codes

Color #E6D5C1 in popluar color models

E6D5C1
RGB230213193
HSL32°42.53%82.94%
HSB/HSV32°16.09%90.20%
CMYK0.00%7.39%16.09%
9.80%

Color #E6D5C1 in popluar number systems.

HEXE6D5C1
Decimal230213193
Binary111001101101010111000001
Octal346325301

Shades and tints

Shades of #E6D5C1

#E6D5C1
(230,213,193)
#D2C2B0
(210,194,176)
#BEAF9F
(190,175,159)
#AA9C8E
(170,156,142)
#96897D
(150,137,125)
#82766C
(130,118,108)
#6E635B
(110,99,91)
#5A504A
(90,80,74)
#463D39
(70,61,57)
#322A28
(50,42,40)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6D5C1

#E6D5C1
(230,213,193)
#E8D8C6
(232,216,198)
#EADBCB
(234,219,203)
#ECDED0
(236,222,208)
#EEE1D5
(238,225,213)
#F0E4DA
(240,228,218)
#F2E7DF
(242,231,223)
#F4EAE4
(244,234,228)
#F6EDE9
(246,237,233)
#F8F0EE
(248,240,238)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5C1; }

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

This text font color is #E6D5C1.


Background Color

.myBgColor { background-color: #E6D5C1; }

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

This div background color is #E6D5C1.


Border color

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

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

This div border color is #E6D5C1.


Opacity

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

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

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

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

This text has shadow with #E6D5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5C1 on black background.


Color preview on white background

This text has color #E6D5C1 on white background.



Black color preview on #E6D5C1 background

This text has black color on #E6D5C1 background.


White color preview on #E6D5C1 background

This text has white color on #E6D5C1 background.