COLOR #E6D5B1

HEX: #E6D5B1
RGB: (230,213,177)

Renk bilgisi

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

RGB renk modeli

#E6D5B1 color RGB value is (230,213,177).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 213 of 255 = 84%
B 177 of 255 = 69%

230
213
177

R + G + B ~ 81%. #E6D5B1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 213 + 177 = 620 (100%)
R 230 of 620 ~ 37.1%
G 213 of 620 ~ 34.35%
B 177 of 620 ~ 28.55%

%37.1
%34.35
%28.55

CMYK RENK MODELİ

#E6D5B1 rengi CMYK tonu (0,7,23,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.39%
  • sarı tonu 23.04%
  • ana renk tonu 9.80%
CMYK:
(0,7,23,10)
C0M7Y23K10 
(0%,7%,23%,10%)
(0.00/0.07/0.23/0.10)	

CMYK yüzdeleri

%0
%7.39
%23.04
%9.8

Codes

Color #E6D5B1 in popluar color models

E6D5B1
RGB230213177
HSL41°51.46%79.80%
HSB/HSV41°23.04%90.20%
CMYK0.00%7.39%23.04%
9.80%

Color #E6D5B1 in popluar number systems.

HEXE6D5B1
Decimal230213177
Binary111001101101010110110001
Octal346325261

Shades and tints

Shades of #E6D5B1

#E6D5B1
(230,213,177)
#D2C2A1
(210,194,161)
#BEAF91
(190,175,145)
#AA9C81
(170,156,129)
#968971
(150,137,113)
#827661
(130,118,97)
#6E6351
(110,99,81)
#5A5041
(90,80,65)
#463D31
(70,61,49)
#322A21
(50,42,33)
#1E1711
(30,23,17)
#000000
(0,0,0)

Tints of #E6D5B1

#E6D5B1
(230,213,177)
#E8D8B8
(232,216,184)
#EADBBF
(234,219,191)
#ECDEC6
(236,222,198)
#EEE1CD
(238,225,205)
#F0E4D4
(240,228,212)
#F2E7DB
(242,231,219)
#F4EAE2
(244,234,226)
#F6EDE9
(246,237,233)
#F8F0F0
(248,240,240)
#FAF3F7
(250,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D5B1; }

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

This text font color is #E6D5B1.


Background Color

.myBgColor { background-color: #E6D5B1; }

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

This div background color is #E6D5B1.


Border color

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

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

This div border color is #E6D5B1.


Opacity

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

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

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

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

This text has shadow with #E6D5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D5B1 on black background.


Color preview on white background

This text has color #E6D5B1 on white background.



Black color preview on #E6D5B1 background

This text has black color on #E6D5B1 background.


White color preview on #E6D5B1 background

This text has white color on #E6D5B1 background.