COLOR #E5C8A5

HEX: #E5C8A5
RGB: (229,200,165)

Renk bilgisi

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

RGB renk modeli

#E5C8A5 color RGB value is (229,200,165).

  • kırmız ton 229;
  • yeşil ton 200;
  • mavi ton 165.
RGB:
(229,200,165)
(90%,78%,65%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 200 of 255 = 78%
B 165 of 255 = 65%

229
200
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 200 + 165 = 594 (100%)
R 229 of 594 ~ 38.55%
G 200 of 594 ~ 33.67%
B 165 of 594 ~ 27.78%

%38.55
%33.67
%27.78

CMYK RENK MODELİ

#E5C8A5 rengi CMYK tonu (0,13,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.66%
  • sarı tonu 27.95%
  • ana renk tonu 10.20%
CMYK:
(0,13,28,10)
C0M13Y28K10 
(0%,13%,28%,10%)
(0.00/0.13/0.28/0.10)	

CMYK yüzdeleri

%0
%12.66
%27.95
%10.2

Codes

Color #E5C8A5 in popluar color models

E5C8A5
RGB229200165
HSL33°55.17%77.25%
HSB/HSV33°27.95%89.80%
CMYK0.00%12.66%27.95%
10.20%

Color #E5C8A5 in popluar number systems.

HEXE5C8A5
Decimal229200165
Binary111001011100100010100101
Octal345310245

Shades and tints

Shades of #E5C8A5

#E5C8A5
(229,200,165)
#D1B696
(209,182,150)
#BDA487
(189,164,135)
#A99278
(169,146,120)
#958069
(149,128,105)
#816E5A
(129,110,90)
#6D5C4B
(109,92,75)
#594A3C
(89,74,60)
#45382D
(69,56,45)
#31261E
(49,38,30)
#1D140F
(29,20,15)
#000000
(0,0,0)

Tints of #E5C8A5

#E5C8A5
(229,200,165)
#E7CDAD
(231,205,173)
#E9D2B5
(233,210,181)
#EBD7BD
(235,215,189)
#EDDCC5
(237,220,197)
#EFE1CD
(239,225,205)
#F1E6D5
(241,230,213)
#F3EBDD
(243,235,221)
#F5F0E5
(245,240,229)
#F7F5ED
(247,245,237)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C8A5 color. Also use rgb(229,200,165) instead hex code.

Text Font Color

.myTextColor { color: #E5C8A5; }

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

This text font color is #E5C8A5.


Background Color

.myBgColor { background-color: #E5C8A5; }

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

This div background color is #E5C8A5.


Border color

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

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

This div border color is #E5C8A5.


Opacity

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

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

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

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

This text has shadow with #E5C8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C8A5 on black background.


Color preview on white background

This text has color #E5C8A5 on white background.



Black color preview on #E5C8A5 background

This text has black color on #E5C8A5 background.


White color preview on #E5C8A5 background

This text has white color on #E5C8A5 background.