COLOR #E6D49F

HEX: #E6D49F
RGB: (230,212,159)

Renk bilgisi

#E6D49F contains mainly red and green colors. #E6D49F ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E6D49F color RGB value is (230,212,159).

  • kırmız ton 230;
  • yeşil ton 212;
  • mavi ton 159.
RGB:
(230,212,159)
(90%,83%,62%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 212 of 255 = 83%
B 159 of 255 = 62%

230
212
159

R + G + B ~ 78%. #E6D49F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 212 + 159 = 601 (100%)
R 230 of 601 ~ 38.27%
G 212 of 601 ~ 35.27%
B 159 of 601 ~ 26.46%

%38.27
%35.27
%26.46

CMYK RENK MODELİ

#E6D49F rengi CMYK tonu (0,8,31,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.83%
  • sarı tonu 30.87%
  • ana renk tonu 9.80%
CMYK:
(0,8,31,10)
C0M8Y31K10 
(0%,8%,31%,10%)
(0.00/0.08/0.31/0.10)	

CMYK yüzdeleri

%0
%7.83
%30.87
%9.8

Codes

Color #E6D49F in popluar color models

E6D49F
RGB230212159
HSL45°58.68%76.27%
HSB/HSV45°30.87%90.20%
CMYK0.00%7.83%30.87%
9.80%

Color #E6D49F in popluar number systems.

HEXE6D49F
Decimal230212159
Binary111001101101010010011111
Octal346324237

Shades and tints

Shades of #E6D49F

#E6D49F
(230,212,159)
#D2C191
(210,193,145)
#BEAE83
(190,174,131)
#AA9B75
(170,155,117)
#968867
(150,136,103)
#827559
(130,117,89)
#6E624B
(110,98,75)
#5A4F3D
(90,79,61)
#463C2F
(70,60,47)
#322921
(50,41,33)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6D49F

#E6D49F
(230,212,159)
#E8D7A7
(232,215,167)
#EADAAF
(234,218,175)
#ECDDB7
(236,221,183)
#EEE0BF
(238,224,191)
#F0E3C7
(240,227,199)
#F2E6CF
(242,230,207)
#F4E9D7
(244,233,215)
#F6ECDF
(246,236,223)
#F8EFE7
(248,239,231)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D49F color. Also use rgb(230,212,159) instead hex code.

Text Font Color

.myTextColor { color: #E6D49F; }

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

This text font color is #E6D49F.


Background Color

.myBgColor { background-color: #E6D49F; }

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

This div background color is #E6D49F.


Border color

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

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

This div border color is #E6D49F.


Opacity

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

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

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

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

This text has shadow with #E6D49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D49F on black background.


Color preview on white background

This text has color #E6D49F on white background.



Black color preview on #E6D49F background

This text has black color on #E6D49F background.


White color preview on #E6D49F background

This text has white color on #E6D49F background.