COLOR #E59DA5

HEX: #E59DA5
RGB: (229,157,165)

Renk bilgisi

#E59DA5 contains mainly red color. #E59DA5 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#E59DA5 color RGB value is (229,157,165).

  • kırmız ton 229;
  • yeşil ton 157;
  • mavi ton 165.
RGB:
(229,157,165)
(90%,62%,65%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 157 of 255 = 62%
B 165 of 255 = 65%

229
157
165

R + G + B ~ 72%. #E59DA5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 157 + 165 = 551 (100%)
R 229 of 551 ~ 41.56%
G 157 of 551 ~ 28.49%
B 165 of 551 ~ 29.95%

%41.56
%28.49
%29.95

CMYK RENK MODELİ

#E59DA5 rengi CMYK tonu (0,31,28,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.44%
  • sarı tonu 27.95%
  • ana renk tonu 10.20%
CMYK:
(0,31,28,10)
C0M31Y28K10 
(0%,31%,28%,10%)
(0.00/0.31/0.28/0.10)	

CMYK yüzdeleri

%0
%31.44
%27.95
%10.2

Codes

Color #E59DA5 in popluar color models

E59DA5
RGB229157165
HSL353°58.06%75.69%
HSB/HSV353°31.44%89.80%
CMYK0.00%31.44%27.95%
10.20%

Color #E59DA5 in popluar number systems.

HEXE59DA5
Decimal229157165
Binary111001011001110110100101
Octal345235245

Shades and tints

Shades of #E59DA5

#E59DA5
(229,157,165)
#D18F96
(209,143,150)
#BD8187
(189,129,135)
#A97378
(169,115,120)
#956569
(149,101,105)
#81575A
(129,87,90)
#6D494B
(109,73,75)
#593B3C
(89,59,60)
#452D2D
(69,45,45)
#311F1E
(49,31,30)
#1D110F
(29,17,15)
#000000
(0,0,0)

Tints of #E59DA5

#E59DA5
(229,157,165)
#E7A5AD
(231,165,173)
#E9ADB5
(233,173,181)
#EBB5BD
(235,181,189)
#EDBDC5
(237,189,197)
#EFC5CD
(239,197,205)
#F1CDD5
(241,205,213)
#F3D5DD
(243,213,221)
#F5DDE5
(245,221,229)
#F7E5ED
(247,229,237)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E59DA5 color. Also use rgb(229,157,165) instead hex code.

Text Font Color

.myTextColor { color: #E59DA5; }

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

This text font color is #E59DA5.


Background Color

.myBgColor { background-color: #E59DA5; }

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

This div background color is #E59DA5.


Border color

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

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

This div border color is #E59DA5.


Opacity

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

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

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

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

This text has shadow with #E59DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59DA5 on black background.


Color preview on white background

This text has color #E59DA5 on white background.



Black color preview on #E59DA5 background

This text has black color on #E59DA5 background.


White color preview on #E59DA5 background

This text has white color on #E59DA5 background.