COLOR #E6D1C0

HEX: #E6D1C0
RGB: (230,209,192)

Renk bilgisi

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

RGB renk modeli

#E6D1C0 color RGB value is (230,209,192).

  • kırmız ton 230;
  • yeşil ton 209;
  • mavi ton 192.
RGB:
(230,209,192)
(90%,82%,75%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 209 of 255 = 82%
B 192 of 255 = 75%

230
209
192

R + G + B ~ 82%. #E6D1C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 209 + 192 = 631 (100%)
R 230 of 631 ~ 36.45%
G 209 of 631 ~ 33.12%
B 192 of 631 ~ 30.43%

%36.45
%33.12
%30.43

CMYK RENK MODELİ

#E6D1C0 rengi CMYK tonu (0,9,17,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.13%
  • sarı tonu 16.52%
  • ana renk tonu 9.80%
CMYK:
(0,9,17,10)
C0M9Y17K10 
(0%,9%,17%,10%)
(0.00/0.09/0.17/0.10)	

CMYK yüzdeleri

%0
%9.13
%16.52
%9.8

Codes

Color #E6D1C0 in popluar color models

E6D1C0
RGB230209192
HSL27°43.18%82.75%
HSB/HSV27°16.52%90.20%
CMYK0.00%9.13%16.52%
9.80%

Color #E6D1C0 in popluar number systems.

HEXE6D1C0
Decimal230209192
Binary111001101101000111000000
Octal346321300

Shades and tints

Shades of #E6D1C0

#E6D1C0
(230,209,192)
#D2BEAF
(210,190,175)
#BEAB9E
(190,171,158)
#AA988D
(170,152,141)
#96857C
(150,133,124)
#82726B
(130,114,107)
#6E5F5A
(110,95,90)
#5A4C49
(90,76,73)
#463938
(70,57,56)
#322627
(50,38,39)
#1E1316
(30,19,22)
#000000
(0,0,0)

Tints of #E6D1C0

#E6D1C0
(230,209,192)
#E8D5C5
(232,213,197)
#EAD9CA
(234,217,202)
#ECDDCF
(236,221,207)
#EEE1D4
(238,225,212)
#F0E5D9
(240,229,217)
#F2E9DE
(242,233,222)
#F4EDE3
(244,237,227)
#F6F1E8
(246,241,232)
#F8F5ED
(248,245,237)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D1C0 color. Also use rgb(230,209,192) instead hex code.

Text Font Color

.myTextColor { color: #E6D1C0; }

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

This text font color is #E6D1C0.


Background Color

.myBgColor { background-color: #E6D1C0; }

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

This div background color is #E6D1C0.


Border color

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

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

This div border color is #E6D1C0.


Opacity

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

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

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

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

This text has shadow with #E6D1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D1C0 on black background.


Color preview on white background

This text has color #E6D1C0 on white background.



Black color preview on #E6D1C0 background

This text has black color on #E6D1C0 background.


White color preview on #E6D1C0 background

This text has white color on #E6D1C0 background.