COLOR #E6D5B9

HEX: #E6D5B9
RGB: (230,213,185)

Renk bilgisi

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

RGB renk modeli

#E6D5B9 color RGB value is (230,213,185).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 185 of 255 = 73%

230
213
185

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 185 = 628 (100%)
R 230 of 628 ~ 36.62%
G 213 of 628 ~ 33.92%
B 185 of 628 ~ 29.46%

%36.62
%33.92
%29.46

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.39%
  • sarı tonu 19.57%
  • 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
%7.39
%19.57
%9.8

Codes

Color #E6D5B9 in popluar color models

E6D5B9
RGB230213185
HSL37°47.37%81.37%
HSB/HSV37°19.57%90.20%
CMYK0.00%7.39%19.57%
9.80%

Color #E6D5B9 in popluar number systems.

HEXE6D5B9
Decimal230213185
Binary111001101101010110111001
Octal346325271

Shades and tints

Shades of #E6D5B9

#E6D5B9
(230,213,185)
#D2C2A9
(210,194,169)
#BEAF99
(190,175,153)
#AA9C89
(170,156,137)
#968979
(150,137,121)
#827669
(130,118,105)
#6E6359
(110,99,89)
#5A5049
(90,80,73)
#463D39
(70,61,57)
#322A29
(50,42,41)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6D5B9

#E6D5B9
(230,213,185)
#E8D8BF
(232,216,191)
#EADBC5
(234,219,197)
#ECDECB
(236,222,203)
#EEE1D1
(238,225,209)
#F0E4D7
(240,228,215)
#F2E7DD
(242,231,221)
#F4EAE3
(244,234,227)
#F6EDE9
(246,237,233)
#F8F0EF
(248,240,239)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5B9; }

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

This text font color is #E6D5B9.


Background Color

.myBgColor { background-color: #E6D5B9; }

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

This div background color is #E6D5B9.


Border color

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

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

This div border color is #E6D5B9.


Opacity

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

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

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

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

This text has shadow with #E6D5B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5B9 on black background.


Color preview on white background

This text has color #E6D5B9 on white background.



Black color preview on #E6D5B9 background

This text has black color on #E6D5B9 background.


White color preview on #E6D5B9 background

This text has white color on #E6D5B9 background.