COLOR #E5C8AD

HEX: #E5C8AD
RGB: (229,200,173)

Renk bilgisi

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

RGB renk modeli

#E5C8AD color RGB value is (229,200,173).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 200 of 255 = 78%
B 173 of 255 = 68%

229
200
173

R + G + B ~ 79%. #E5C8AD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 200 + 173 = 602 (100%)
R 229 of 602 ~ 38.04%
G 200 of 602 ~ 33.22%
B 173 of 602 ~ 28.74%

%38.04
%33.22
%28.74

CMYK RENK MODELİ

#E5C8AD rengi CMYK tonu (0,13,24,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.66%
  • sarı tonu 24.45%
  • ana renk tonu 10.20%
CMYK:
(0,13,24,10)
C0M13Y24K10 
(0%,13%,24%,10%)
(0.00/0.13/0.24/0.10)	

CMYK yüzdeleri

%0
%12.66
%24.45
%10.2

Codes

Color #E5C8AD in popluar color models

E5C8AD
RGB229200173
HSL29°51.85%78.82%
HSB/HSV29°24.45%89.80%
CMYK0.00%12.66%24.45%
10.20%

Color #E5C8AD in popluar number systems.

HEXE5C8AD
Decimal229200173
Binary111001011100100010101101
Octal345310255

Shades and tints

Shades of #E5C8AD

#E5C8AD
(229,200,173)
#D1B69E
(209,182,158)
#BDA48F
(189,164,143)
#A99280
(169,146,128)
#958071
(149,128,113)
#816E62
(129,110,98)
#6D5C53
(109,92,83)
#594A44
(89,74,68)
#453835
(69,56,53)
#312626
(49,38,38)
#1D1417
(29,20,23)
#000000
(0,0,0)

Tints of #E5C8AD

#E5C8AD
(229,200,173)
#E7CDB4
(231,205,180)
#E9D2BB
(233,210,187)
#EBD7C2
(235,215,194)
#EDDCC9
(237,220,201)
#EFE1D0
(239,225,208)
#F1E6D7
(241,230,215)
#F3EBDE
(243,235,222)
#F5F0E5
(245,240,229)
#F7F5EC
(247,245,236)
#F9FAF3
(249,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C8AD; }

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

This text font color is #E5C8AD.


Background Color

.myBgColor { background-color: #E5C8AD; }

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

This div background color is #E5C8AD.


Border color

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

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

This div border color is #E5C8AD.


Opacity

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

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

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

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

This text has shadow with #E5C8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C8AD on black background.


Color preview on white background

This text has color #E5C8AD on white background.



Black color preview on #E5C8AD background

This text has black color on #E5C8AD background.


White color preview on #E5C8AD background

This text has white color on #E5C8AD background.