COLOR #E5D2AB

HEX: #E5D2AB
RGB: (229,210,171)

Renk bilgisi

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

RGB renk modeli

#E5D2AB color RGB value is (229,210,171).

  • kırmız ton 229;
  • yeşil ton 210;
  • mavi ton 171.
RGB:
(229,210,171)
(90%,82%,67%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 210 of 255 = 82%
B 171 of 255 = 67%

229
210
171

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 210 + 171 = 610 (100%)
R 229 of 610 ~ 37.54%
G 210 of 610 ~ 34.43%
B 171 of 610 ~ 28.03%

%37.54
%34.43
%28.03

CMYK RENK MODELİ

#E5D2AB rengi CMYK tonu (0,8,25,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.30%
  • sarı tonu 25.33%
  • ana renk tonu 10.20%
CMYK:
(0,8,25,10)
C0M8Y25K10 
(0%,8%,25%,10%)
(0.00/0.08/0.25/0.10)	

CMYK yüzdeleri

%0
%8.3
%25.33
%10.2

Codes

Color #E5D2AB in popluar color models

E5D2AB
RGB229210171
HSL40°52.73%78.43%
HSB/HSV40°25.33%89.80%
CMYK0.00%8.30%25.33%
10.20%

Color #E5D2AB in popluar number systems.

HEXE5D2AB
Decimal229210171
Binary111001011101001010101011
Octal345322253

Shades and tints

Shades of #E5D2AB

#E5D2AB
(229,210,171)
#D1BF9C
(209,191,156)
#BDAC8D
(189,172,141)
#A9997E
(169,153,126)
#95866F
(149,134,111)
#817360
(129,115,96)
#6D6051
(109,96,81)
#594D42
(89,77,66)
#453A33
(69,58,51)
#312724
(49,39,36)
#1D1415
(29,20,21)
#000000
(0,0,0)

Tints of #E5D2AB

#E5D2AB
(229,210,171)
#E7D6B2
(231,214,178)
#E9DAB9
(233,218,185)
#EBDEC0
(235,222,192)
#EDE2C7
(237,226,199)
#EFE6CE
(239,230,206)
#F1EAD5
(241,234,213)
#F3EEDC
(243,238,220)
#F5F2E3
(245,242,227)
#F7F6EA
(247,246,234)
#F9FAF1
(249,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D2AB color. Also use rgb(229,210,171) instead hex code.

Text Font Color

.myTextColor { color: #E5D2AB; }

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

This text font color is #E5D2AB.


Background Color

.myBgColor { background-color: #E5D2AB; }

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

This div background color is #E5D2AB.


Border color

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

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

This div border color is #E5D2AB.


Opacity

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

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

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

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

This text has shadow with #E5D2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D2AB on black background.


Color preview on white background

This text has color #E5D2AB on white background.



Black color preview on #E5D2AB background

This text has black color on #E5D2AB background.


White color preview on #E5D2AB background

This text has white color on #E5D2AB background.