COLOR #E5ADA9

HEX: #E5ADA9
RGB: (229,173,169)

Renk bilgisi

#E5ADA9 contains mainly red and green colors. #E5ADA9 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E5ADA9 color RGB value is (229,173,169).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 173 of 255 = 68%
B 169 of 255 = 66%

229
173
169

R + G + B ~ 75%. #E5ADA9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 173 + 169 = 571 (100%)
R 229 of 571 ~ 40.11%
G 173 of 571 ~ 30.3%
B 169 of 571 ~ 29.6%

%40.11
%30.3
%29.6

CMYK RENK MODELİ

#E5ADA9 rengi CMYK tonu (0,24,26,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.45%
  • sarı tonu 26.20%
  • ana renk tonu 10.20%
CMYK:
(0,24,26,10)
C0M24Y26K10 
(0%,24%,26%,10%)
(0.00/0.24/0.26/0.10)	

CMYK yüzdeleri

%0
%24.45
%26.2
%10.2

Codes

Color #E5ADA9 in popluar color models

E5ADA9
RGB229173169
HSL53.57%78.04%
HSB/HSV26.20%89.80%
CMYK0.00%24.45%26.20%
10.20%

Color #E5ADA9 in popluar number systems.

HEXE5ADA9
Decimal229173169
Binary111001011010110110101001
Octal345255251

Shades and tints

Shades of #E5ADA9

#E5ADA9
(229,173,169)
#D19E9A
(209,158,154)
#BD8F8B
(189,143,139)
#A9807C
(169,128,124)
#95716D
(149,113,109)
#81625E
(129,98,94)
#6D534F
(109,83,79)
#594440
(89,68,64)
#453531
(69,53,49)
#312622
(49,38,34)
#1D1713
(29,23,19)
#000000
(0,0,0)

Tints of #E5ADA9

#E5ADA9
(229,173,169)
#E7B4B0
(231,180,176)
#E9BBB7
(233,187,183)
#EBC2BE
(235,194,190)
#EDC9C5
(237,201,197)
#EFD0CC
(239,208,204)
#F1D7D3
(241,215,211)
#F3DEDA
(243,222,218)
#F5E5E1
(245,229,225)
#F7ECE8
(247,236,232)
#F9F3EF
(249,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ADA9; }

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

This text font color is #E5ADA9.


Background Color

.myBgColor { background-color: #E5ADA9; }

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

This div background color is #E5ADA9.


Border color

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

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

This div border color is #E5ADA9.


Opacity

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

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

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

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

This text has shadow with #E5ADA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ADA9 on black background.


Color preview on white background

This text has color #E5ADA9 on white background.



Black color preview on #E5ADA9 background

This text has black color on #E5ADA9 background.


White color preview on #E5ADA9 background

This text has white color on #E5ADA9 background.