COLOR #E6D7C9

HEX: #E6D7C9
RGB: (230,215,201)

Renk bilgisi

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

RGB renk modeli

#E6D7C9 color RGB value is (230,215,201).

  • kırmız ton 230;
  • yeşil ton 215;
  • mavi ton 201.
RGB:
(230,215,201)
(90%,84%,79%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 215 of 255 = 84%
B 201 of 255 = 79%

230
215
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 215 + 201 = 646 (100%)
R 230 of 646 ~ 35.6%
G 215 of 646 ~ 33.28%
B 201 of 646 ~ 31.11%

%35.6
%33.28
%31.11

CMYK RENK MODELİ

#E6D7C9 rengi CMYK tonu (0,7,13,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.52%
  • sarı tonu 12.61%
  • ana renk tonu 9.80%
CMYK:
(0,7,13,10)
C0M7Y13K10 
(0%,7%,13%,10%)
(0.00/0.07/0.13/0.10)	

CMYK yüzdeleri

%0
%6.52
%12.61
%9.8

Codes

Color #E6D7C9 in popluar color models

E6D7C9
RGB230215201
HSL29°36.71%84.51%
HSB/HSV29°12.61%90.20%
CMYK0.00%6.52%12.61%
9.80%

Color #E6D7C9 in popluar number systems.

HEXE6D7C9
Decimal230215201
Binary111001101101011111001001
Octal346327311

Shades and tints

Shades of #E6D7C9

#E6D7C9
(230,215,201)
#D2C4B7
(210,196,183)
#BEB1A5
(190,177,165)
#AA9E93
(170,158,147)
#968B81
(150,139,129)
#82786F
(130,120,111)
#6E655D
(110,101,93)
#5A524B
(90,82,75)
#463F39
(70,63,57)
#322C27
(50,44,39)
#1E1915
(30,25,21)
#000000
(0,0,0)

Tints of #E6D7C9

#E6D7C9
(230,215,201)
#E8DACD
(232,218,205)
#EADDD1
(234,221,209)
#ECE0D5
(236,224,213)
#EEE3D9
(238,227,217)
#F0E6DD
(240,230,221)
#F2E9E1
(242,233,225)
#F4ECE5
(244,236,229)
#F6EFE9
(246,239,233)
#F8F2ED
(248,242,237)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D7C9 color. Also use rgb(230,215,201) instead hex code.

Text Font Color

.myTextColor { color: #E6D7C9; }

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

This text font color is #E6D7C9.


Background Color

.myBgColor { background-color: #E6D7C9; }

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

This div background color is #E6D7C9.


Border color

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

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

This div border color is #E6D7C9.


Opacity

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

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

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

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

This text has shadow with #E6D7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7C9 on black background.


Color preview on white background

This text has color #E6D7C9 on white background.



Black color preview on #E6D7C9 background

This text has black color on #E6D7C9 background.


White color preview on #E6D7C9 background

This text has white color on #E6D7C9 background.