COLOR #E5D9C1

HEX: #E5D9C1
RGB: (229,217,193)

Renk bilgisi

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

RGB renk modeli

#E5D9C1 color RGB value is (229,217,193).

  • kırmız ton 229;
  • yeşil ton 217;
  • mavi ton 193.
RGB:
(229,217,193)
(90%,85%,76%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 217 of 255 = 85%
B 193 of 255 = 76%

229
217
193

R + G + B ~ 84%. #E5D9C1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 217 + 193 = 639 (100%)
R 229 of 639 ~ 35.84%
G 217 of 639 ~ 33.96%
B 193 of 639 ~ 30.2%

%35.84
%33.96
%30.2

CMYK RENK MODELİ

#E5D9C1 rengi CMYK tonu (0,5,16,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.24%
  • sarı tonu 15.72%
  • ana renk tonu 10.20%
CMYK:
(0,5,16,10)
C0M5Y16K10 
(0%,5%,16%,10%)
(0.00/0.05/0.16/0.10)	

CMYK yüzdeleri

%0
%5.24
%15.72
%10.2

Codes

Color #E5D9C1 in popluar color models

E5D9C1
RGB229217193
HSL40°40.91%82.75%
HSB/HSV40°15.72%89.80%
CMYK0.00%5.24%15.72%
10.20%

Color #E5D9C1 in popluar number systems.

HEXE5D9C1
Decimal229217193
Binary111001011101100111000001
Octal345331301

Shades and tints

Shades of #E5D9C1

#E5D9C1
(229,217,193)
#D1C6B0
(209,198,176)
#BDB39F
(189,179,159)
#A9A08E
(169,160,142)
#958D7D
(149,141,125)
#817A6C
(129,122,108)
#6D675B
(109,103,91)
#59544A
(89,84,74)
#454139
(69,65,57)
#312E28
(49,46,40)
#1D1B17
(29,27,23)
#000000
(0,0,0)

Tints of #E5D9C1

#E5D9C1
(229,217,193)
#E7DCC6
(231,220,198)
#E9DFCB
(233,223,203)
#EBE2D0
(235,226,208)
#EDE5D5
(237,229,213)
#EFE8DA
(239,232,218)
#F1EBDF
(241,235,223)
#F3EEE4
(243,238,228)
#F5F1E9
(245,241,233)
#F7F4EE
(247,244,238)
#F9F7F3
(249,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D9C1 color. Also use rgb(229,217,193) instead hex code.

Text Font Color

.myTextColor { color: #E5D9C1; }

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

This text font color is #E5D9C1.


Background Color

.myBgColor { background-color: #E5D9C1; }

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

This div background color is #E5D9C1.


Border color

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

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

This div border color is #E5D9C1.


Opacity

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

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

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

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

This text has shadow with #E5D9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D9C1 on black background.


Color preview on white background

This text has color #E5D9C1 on white background.



Black color preview on #E5D9C1 background

This text has black color on #E5D9C1 background.


White color preview on #E5D9C1 background

This text has white color on #E5D9C1 background.