COLOR #E6C0A5

HEX: #E6C0A5
RGB: (230,192,165)

Renk bilgisi

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

RGB renk modeli

#E6C0A5 color RGB value is (230,192,165).

  • kırmız ton 230;
  • yeşil ton 192;
  • mavi ton 165.
RGB:
(230,192,165)
(90%,75%,65%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 192 of 255 = 75%
B 165 of 255 = 65%

230
192
165

R + G + B ~ 77%. #E6C0A5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 192 + 165 = 587 (100%)
R 230 of 587 ~ 39.18%
G 192 of 587 ~ 32.71%
B 165 of 587 ~ 28.11%

%39.18
%32.71
%28.11

CMYK RENK MODELİ

#E6C0A5 rengi CMYK tonu (0,17,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.52%
  • sarı tonu 28.26%
  • ana renk tonu 9.80%
CMYK:
(0,17,28,10)
C0M17Y28K10 
(0%,17%,28%,10%)
(0.00/0.17/0.28/0.10)	

CMYK yüzdeleri

%0
%16.52
%28.26
%9.8

Codes

Color #E6C0A5 in popluar color models

E6C0A5
RGB230192165
HSL25°56.52%77.45%
HSB/HSV25°28.26%90.20%
CMYK0.00%16.52%28.26%
9.80%

Color #E6C0A5 in popluar number systems.

HEXE6C0A5
Decimal230192165
Binary111001101100000010100101
Octal346300245

Shades and tints

Shades of #E6C0A5

#E6C0A5
(230,192,165)
#D2AF96
(210,175,150)
#BE9E87
(190,158,135)
#AA8D78
(170,141,120)
#967C69
(150,124,105)
#826B5A
(130,107,90)
#6E5A4B
(110,90,75)
#5A493C
(90,73,60)
#46382D
(70,56,45)
#32271E
(50,39,30)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #E6C0A5

#E6C0A5
(230,192,165)
#E8C5AD
(232,197,173)
#EACAB5
(234,202,181)
#ECCFBD
(236,207,189)
#EED4C5
(238,212,197)
#F0D9CD
(240,217,205)
#F2DED5
(242,222,213)
#F4E3DD
(244,227,221)
#F6E8E5
(246,232,229)
#F8EDED
(248,237,237)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C0A5 color. Also use rgb(230,192,165) instead hex code.

Text Font Color

.myTextColor { color: #E6C0A5; }

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

This text font color is #E6C0A5.


Background Color

.myBgColor { background-color: #E6C0A5; }

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

This div background color is #E6C0A5.


Border color

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

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

This div border color is #E6C0A5.


Opacity

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

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

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

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

This text has shadow with #E6C0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C0A5 on black background.


Color preview on white background

This text has color #E6C0A5 on white background.



Black color preview on #E6C0A5 background

This text has black color on #E6C0A5 background.


White color preview on #E6C0A5 background

This text has white color on #E6C0A5 background.