COLOR #E5B5AA

HEX: #E5B5AA
RGB: (229,181,170)

Renk bilgisi

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

RGB renk modeli

#E5B5AA color RGB value is (229,181,170).

  • kırmız ton 229;
  • yeşil ton 181;
  • mavi ton 170.
RGB:
(229,181,170)
(90%,71%,67%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 181 of 255 = 71%
B 170 of 255 = 67%

229
181
170

R + G + B ~ 76%. #E5B5AA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 181 + 170 = 580 (100%)
R 229 of 580 ~ 39.48%
G 181 of 580 ~ 31.21%
B 170 of 580 ~ 29.31%

%39.48
%31.21
%29.31

CMYK RENK MODELİ

#E5B5AA rengi CMYK tonu (0,21,26,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.96%
  • sarı tonu 25.76%
  • ana renk tonu 10.20%
CMYK:
(0,21,26,10)
C0M21Y26K10 
(0%,21%,26%,10%)
(0.00/0.21/0.26/0.10)	

CMYK yüzdeleri

%0
%20.96
%25.76
%10.2

Codes

Color #E5B5AA in popluar color models

E5B5AA
RGB229181170
HSL11°53.15%78.24%
HSB/HSV11°25.76%89.80%
CMYK0.00%20.96%25.76%
10.20%

Color #E5B5AA in popluar number systems.

HEXE5B5AA
Decimal229181170
Binary111001011011010110101010
Octal345265252

Shades and tints

Shades of #E5B5AA

#E5B5AA
(229,181,170)
#D1A59B
(209,165,155)
#BD958C
(189,149,140)
#A9857D
(169,133,125)
#95756E
(149,117,110)
#81655F
(129,101,95)
#6D5550
(109,85,80)
#594541
(89,69,65)
#453532
(69,53,50)
#312523
(49,37,35)
#1D1514
(29,21,20)
#000000
(0,0,0)

Tints of #E5B5AA

#E5B5AA
(229,181,170)
#E7BBB1
(231,187,177)
#E9C1B8
(233,193,184)
#EBC7BF
(235,199,191)
#EDCDC6
(237,205,198)
#EFD3CD
(239,211,205)
#F1D9D4
(241,217,212)
#F3DFDB
(243,223,219)
#F5E5E2
(245,229,226)
#F7EBE9
(247,235,233)
#F9F1F0
(249,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B5AA color. Also use rgb(229,181,170) instead hex code.

Text Font Color

.myTextColor { color: #E5B5AA; }

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

This text font color is #E5B5AA.


Background Color

.myBgColor { background-color: #E5B5AA; }

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

This div background color is #E5B5AA.


Border color

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

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

This div border color is #E5B5AA.


Opacity

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

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

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

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

This text has shadow with #E5B5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B5AA on black background.


Color preview on white background

This text has color #E5B5AA on white background.



Black color preview on #E5B5AA background

This text has black color on #E5B5AA background.


White color preview on #E5B5AA background

This text has white color on #E5B5AA background.