COLOR #E59E9B

HEX: #E59E9B
RGB: (229,158,155)

Renk bilgisi

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

RGB renk modeli

#E59E9B color RGB value is (229,158,155).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 158 of 255 = 62%
B 155 of 255 = 61%

229
158
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 158 + 155 = 542 (100%)
R 229 of 542 ~ 42.25%
G 158 of 542 ~ 29.15%
B 155 of 542 ~ 28.6%

%42.25
%29.15
%28.6

CMYK RENK MODELİ

#E59E9B rengi CMYK tonu (0,31,32,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.00%
  • sarı tonu 32.31%
  • ana renk tonu 10.20%
CMYK:
(0,31,32,10)
C0M31Y32K10 
(0%,31%,32%,10%)
(0.00/0.31/0.32/0.10)	

CMYK yüzdeleri

%0
%31
%32.31
%10.2

Codes

Color #E59E9B in popluar color models

E59E9B
RGB229158155
HSL58.73%75.29%
HSB/HSV32.31%89.80%
CMYK0.00%31.00%32.31%
10.20%

Color #E59E9B in popluar number systems.

HEXE59E9B
Decimal229158155
Binary111001011001111010011011
Octal345236233

Shades and tints

Shades of #E59E9B

#E59E9B
(229,158,155)
#D1908D
(209,144,141)
#BD827F
(189,130,127)
#A97471
(169,116,113)
#956663
(149,102,99)
#815855
(129,88,85)
#6D4A47
(109,74,71)
#593C39
(89,60,57)
#452E2B
(69,46,43)
#31201D
(49,32,29)
#1D120F
(29,18,15)
#000000
(0,0,0)

Tints of #E59E9B

#E59E9B
(229,158,155)
#E7A6A4
(231,166,164)
#E9AEAD
(233,174,173)
#EBB6B6
(235,182,182)
#EDBEBF
(237,190,191)
#EFC6C8
(239,198,200)
#F1CED1
(241,206,209)
#F3D6DA
(243,214,218)
#F5DEE3
(245,222,227)
#F7E6EC
(247,230,236)
#F9EEF5
(249,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59E9B; }

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

This text font color is #E59E9B.


Background Color

.myBgColor { background-color: #E59E9B; }

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

This div background color is #E59E9B.


Border color

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

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

This div border color is #E59E9B.


Opacity

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

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

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

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

This text has shadow with #E59E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59E9B on black background.


Color preview on white background

This text has color #E59E9B on white background.



Black color preview on #E59E9B background

This text has black color on #E59E9B background.


White color preview on #E59E9B background

This text has white color on #E59E9B background.