COLOR #E5B5B0

HEX: #E5B5B0
RGB: (229,181,176)

Renk bilgisi

#E5B5B0 contains red, green and blue colors in about the same proportion. #E5B5B0 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#E5B5B0 color RGB value is (229,181,176).

  • kırmız ton 229;
  • yeşil ton 181;
  • mavi ton 176.
RGB:
(229,181,176)
(90%,71%,69%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 181 of 255 = 71%
B 176 of 255 = 69%

229
181
176

R + G + B ~ 77%. #E5B5B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 181 + 176 = 586 (100%)
R 229 of 586 ~ 39.08%
G 181 of 586 ~ 30.89%
B 176 of 586 ~ 30.03%

%39.08
%30.89
%30.03

CMYK RENK MODELİ

#E5B5B0 rengi CMYK tonu (0,21,23,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.96%
  • sarı tonu 23.14%
  • ana renk tonu 10.20%
CMYK:
(0,21,23,10)
C0M21Y23K10 
(0%,21%,23%,10%)
(0.00/0.21/0.23/0.10)	

CMYK yüzdeleri

%0
%20.96
%23.14
%10.2

Codes

Color #E5B5B0 in popluar color models

E5B5B0
RGB229181176
HSL50.48%79.41%
HSB/HSV23.14%89.80%
CMYK0.00%20.96%23.14%
10.20%

Color #E5B5B0 in popluar number systems.

HEXE5B5B0
Decimal229181176
Binary111001011011010110110000
Octal345265260

Shades and tints

Shades of #E5B5B0

#E5B5B0
(229,181,176)
#D1A5A0
(209,165,160)
#BD9590
(189,149,144)
#A98580
(169,133,128)
#957570
(149,117,112)
#816560
(129,101,96)
#6D5550
(109,85,80)
#594540
(89,69,64)
#453530
(69,53,48)
#312520
(49,37,32)
#1D1510
(29,21,16)
#000000
(0,0,0)

Tints of #E5B5B0

#E5B5B0
(229,181,176)
#E7BBB7
(231,187,183)
#E9C1BE
(233,193,190)
#EBC7C5
(235,199,197)
#EDCDCC
(237,205,204)
#EFD3D3
(239,211,211)
#F1D9DA
(241,217,218)
#F3DFE1
(243,223,225)
#F5E5E8
(245,229,232)
#F7EBEF
(247,235,239)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B5B0; }

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

This text font color is #E5B5B0.


Background Color

.myBgColor { background-color: #E5B5B0; }

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

This div background color is #E5B5B0.


Border color

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

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

This div border color is #E5B5B0.


Opacity

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

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

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

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

This text has shadow with #E5B5B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B5B0 on black background.


Color preview on white background

This text has color #E5B5B0 on white background.



Black color preview on #E5B5B0 background

This text has black color on #E5B5B0 background.


White color preview on #E5B5B0 background

This text has white color on #E5B5B0 background.