COLOR #E59B9C

HEX: #E59B9C
RGB: (229,155,156)

Renk bilgisi

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

RGB renk modeli

#E59B9C color RGB value is (229,155,156).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 155 of 255 = 61%
B 156 of 255 = 61%

229
155
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 155 + 156 = 540 (100%)
R 229 of 540 ~ 42.41%
G 155 of 540 ~ 28.7%
B 156 of 540 ~ 28.89%

%42.41
%28.7
%28.89

CMYK RENK MODELİ

#E59B9C rengi CMYK tonu (0,32,32,10).

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

CMYK yüzdeleri

%0
%32.31
%31.88
%10.2

Codes

Color #E59B9C in popluar color models

E59B9C
RGB229155156
HSL359°58.73%75.29%
HSB/HSV359°32.31%89.80%
CMYK0.00%32.31%31.88%
10.20%

Color #E59B9C in popluar number systems.

HEXE59B9C
Decimal229155156
Binary111001011001101110011100
Octal345233234

Shades and tints

Shades of #E59B9C

#E59B9C
(229,155,156)
#D18D8E
(209,141,142)
#BD7F80
(189,127,128)
#A97172
(169,113,114)
#956364
(149,99,100)
#815556
(129,85,86)
#6D4748
(109,71,72)
#59393A
(89,57,58)
#452B2C
(69,43,44)
#311D1E
(49,29,30)
#1D0F10
(29,15,16)
#000000
(0,0,0)

Tints of #E59B9C

#E59B9C
(229,155,156)
#E7A4A5
(231,164,165)
#E9ADAE
(233,173,174)
#EBB6B7
(235,182,183)
#EDBFC0
(237,191,192)
#EFC8C9
(239,200,201)
#F1D1D2
(241,209,210)
#F3DADB
(243,218,219)
#F5E3E4
(245,227,228)
#F7ECED
(247,236,237)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E59B9C; }

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

This text font color is #E59B9C.


Background Color

.myBgColor { background-color: #E59B9C; }

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

This div background color is #E59B9C.


Border color

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

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

This div border color is #E59B9C.


Opacity

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

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

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

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

This text has shadow with #E59B9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E59B9C on black background.


Color preview on white background

This text has color #E59B9C on white background.



Black color preview on #E59B9C background

This text has black color on #E59B9C background.


White color preview on #E59B9C background

This text has white color on #E59B9C background.