COLOR #E6D6A9

HEX: #E6D6A9
RGB: (230,214,169)

Renk bilgisi

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

RGB renk modeli

#E6D6A9 color RGB value is (230,214,169).

  • kırmız ton 230;
  • yeşil ton 214;
  • mavi ton 169.
RGB:
(230,214,169)
(90%,84%,66%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 214 of 255 = 84%
B 169 of 255 = 66%

230
214
169

R + G + B ~ 80%. #E6D6A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 214 + 169 = 613 (100%)
R 230 of 613 ~ 37.52%
G 214 of 613 ~ 34.91%
B 169 of 613 ~ 27.57%

%37.52
%34.91
%27.57

CMYK RENK MODELİ

#E6D6A9 rengi CMYK tonu (0,7,27,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.96%
  • sarı tonu 26.52%
  • ana renk tonu 9.80%
CMYK:
(0,7,27,10)
C0M7Y27K10 
(0%,7%,27%,10%)
(0.00/0.07/0.27/0.10)	

CMYK yüzdeleri

%0
%6.96
%26.52
%9.8

Codes

Color #E6D6A9 in popluar color models

E6D6A9
RGB230214169
HSL44°54.95%78.24%
HSB/HSV44°26.52%90.20%
CMYK0.00%6.96%26.52%
9.80%

Color #E6D6A9 in popluar number systems.

HEXE6D6A9
Decimal230214169
Binary111001101101011010101001
Octal346326251

Shades and tints

Shades of #E6D6A9

#E6D6A9
(230,214,169)
#D2C39A
(210,195,154)
#BEB08B
(190,176,139)
#AA9D7C
(170,157,124)
#968A6D
(150,138,109)
#82775E
(130,119,94)
#6E644F
(110,100,79)
#5A5140
(90,81,64)
#463E31
(70,62,49)
#322B22
(50,43,34)
#1E1813
(30,24,19)
#000000
(0,0,0)

Tints of #E6D6A9

#E6D6A9
(230,214,169)
#E8D9B0
(232,217,176)
#EADCB7
(234,220,183)
#ECDFBE
(236,223,190)
#EEE2C5
(238,226,197)
#F0E5CC
(240,229,204)
#F2E8D3
(242,232,211)
#F4EBDA
(244,235,218)
#F6EEE1
(246,238,225)
#F8F1E8
(248,241,232)
#FAF4EF
(250,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D6A9 color. Also use rgb(230,214,169) instead hex code.

Text Font Color

.myTextColor { color: #E6D6A9; }

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

This text font color is #E6D6A9.


Background Color

.myBgColor { background-color: #E6D6A9; }

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

This div background color is #E6D6A9.


Border color

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

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

This div border color is #E6D6A9.


Opacity

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

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

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

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

This text has shadow with #E6D6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D6A9 on black background.


Color preview on white background

This text has color #E6D6A9 on white background.



Black color preview on #E6D6A9 background

This text has black color on #E6D6A9 background.


White color preview on #E6D6A9 background

This text has white color on #E6D6A9 background.