COLOR #E6D7B8

HEX: #E6D7B8
RGB: (230,215,184)

Renk bilgisi

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

RGB renk modeli

#E6D7B8 color RGB value is (230,215,184).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 215 of 255 = 84%
B 184 of 255 = 72%

230
215
184

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 215 + 184 = 629 (100%)
R 230 of 629 ~ 36.57%
G 215 of 629 ~ 34.18%
B 184 of 629 ~ 29.25%

%36.57
%34.18
%29.25

CMYK RENK MODELİ

#E6D7B8 rengi CMYK tonu (0,7,20,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.52%
  • sarı tonu 20.00%
  • ana renk tonu 9.80%
CMYK:
(0,7,20,10)
C0M7Y20K10 
(0%,7%,20%,10%)
(0.00/0.07/0.20/0.10)	

CMYK yüzdeleri

%0
%6.52
%20
%9.8

Codes

Color #E6D7B8 in popluar color models

E6D7B8
RGB230215184
HSL40°47.92%81.18%
HSB/HSV40°20.00%90.20%
CMYK0.00%6.52%20.00%
9.80%

Color #E6D7B8 in popluar number systems.

HEXE6D7B8
Decimal230215184
Binary111001101101011110111000
Octal346327270

Shades and tints

Shades of #E6D7B8

#E6D7B8
(230,215,184)
#D2C4A8
(210,196,168)
#BEB198
(190,177,152)
#AA9E88
(170,158,136)
#968B78
(150,139,120)
#827868
(130,120,104)
#6E6558
(110,101,88)
#5A5248
(90,82,72)
#463F38
(70,63,56)
#322C28
(50,44,40)
#1E1918
(30,25,24)
#000000
(0,0,0)

Tints of #E6D7B8

#E6D7B8
(230,215,184)
#E8DABE
(232,218,190)
#EADDC4
(234,221,196)
#ECE0CA
(236,224,202)
#EEE3D0
(238,227,208)
#F0E6D6
(240,230,214)
#F2E9DC
(242,233,220)
#F4ECE2
(244,236,226)
#F6EFE8
(246,239,232)
#F8F2EE
(248,242,238)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7B8; }

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

This text font color is #E6D7B8.


Background Color

.myBgColor { background-color: #E6D7B8; }

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

This div background color is #E6D7B8.


Border color

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

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

This div border color is #E6D7B8.


Opacity

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

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

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

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

This text has shadow with #E6D7B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7B8 on black background.


Color preview on white background

This text has color #E6D7B8 on white background.



Black color preview on #E6D7B8 background

This text has black color on #E6D7B8 background.


White color preview on #E6D7B8 background

This text has white color on #E6D7B8 background.