COLOR #E59D9D

HEX: #E59D9D
RGB: (229,157,157)

Renk bilgisi

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

RGB renk modeli

#E59D9D color RGB value is (229,157,157).

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

RGB bağlantıları ve doygunluk

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

229
157
157

R + G + B ~ 71%. #E59D9D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 157 + 157 = 543 (100%)
R 229 of 543 ~ 42.17%
G 157 of 543 ~ 28.91%
B 157 of 543 ~ 28.91%

%42.17
%28.91
%28.91

CMYK RENK MODELİ

#E59D9D rengi CMYK tonu (0,31,31,10).

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

CMYK yüzdeleri

%0
%31.44
%31.44
%10.2

Codes

Color #E59D9D in popluar color models

E59D9D
RGB229157157
HSL58.06%75.69%
HSB/HSV31.44%89.80%
CMYK0.00%31.44%31.44%
10.20%

Color #E59D9D in popluar number systems.

HEXE59D9D
Decimal229157157
Binary111001011001110110011101
Octal345235235

Shades and tints

Shades of #E59D9D

#E59D9D
(229,157,157)
#D18F8F
(209,143,143)
#BD8181
(189,129,129)
#A97373
(169,115,115)
#956565
(149,101,101)
#815757
(129,87,87)
#6D4949
(109,73,73)
#593B3B
(89,59,59)
#452D2D
(69,45,45)
#311F1F
(49,31,31)
#1D1111
(29,17,17)
#000000
(0,0,0)

Tints of #E59D9D

#E59D9D
(229,157,157)
#E7A5A5
(231,165,165)
#E9ADAD
(233,173,173)
#EBB5B5
(235,181,181)
#EDBDBD
(237,189,189)
#EFC5C5
(239,197,197)
#F1CDCD
(241,205,205)
#F3D5D5
(243,213,213)
#F5DDDD
(245,221,221)
#F7E5E5
(247,229,229)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59D9D; }

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

This text font color is #E59D9D.


Background Color

.myBgColor { background-color: #E59D9D; }

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

This div background color is #E59D9D.


Border color

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

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

This div border color is #E59D9D.


Opacity

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

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

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

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

This text has shadow with #E59D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59D9D on black background.


Color preview on white background

This text has color #E59D9D on white background.



Black color preview on #E59D9D background

This text has black color on #E59D9D background.


White color preview on #E59D9D background

This text has white color on #E59D9D background.