COLOR #E5B0BB

HEX: #E5B0BB
RGB: (229,176,187)

Renk bilgisi

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

RGB renk modeli

#E5B0BB color RGB value is (229,176,187).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 176 of 255 = 69%
B 187 of 255 = 73%

229
176
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 176 + 187 = 592 (100%)
R 229 of 592 ~ 38.68%
G 176 of 592 ~ 29.73%
B 187 of 592 ~ 31.59%

%38.68
%29.73
%31.59

CMYK RENK MODELİ

#E5B0BB rengi CMYK tonu (0,23,18,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.14%
  • sarı tonu 18.34%
  • ana renk tonu 10.20%
CMYK:
(0,23,18,10)
C0M23Y18K10 
(0%,23%,18%,10%)
(0.00/0.23/0.18/0.10)	

CMYK yüzdeleri

%0
%23.14
%18.34
%10.2

Codes

Color #E5B0BB in popluar color models

E5B0BB
RGB229176187
HSL348°50.48%79.41%
HSB/HSV348°23.14%89.80%
CMYK0.00%23.14%18.34%
10.20%

Color #E5B0BB in popluar number systems.

HEXE5B0BB
Decimal229176187
Binary111001011011000010111011
Octal345260273

Shades and tints

Shades of #E5B0BB

#E5B0BB
(229,176,187)
#D1A0AA
(209,160,170)
#BD9099
(189,144,153)
#A98088
(169,128,136)
#957077
(149,112,119)
#816066
(129,96,102)
#6D5055
(109,80,85)
#594044
(89,64,68)
#453033
(69,48,51)
#312022
(49,32,34)
#1D1011
(29,16,17)
#000000
(0,0,0)

Tints of #E5B0BB

#E5B0BB
(229,176,187)
#E7B7C1
(231,183,193)
#E9BEC7
(233,190,199)
#EBC5CD
(235,197,205)
#EDCCD3
(237,204,211)
#EFD3D9
(239,211,217)
#F1DADF
(241,218,223)
#F3E1E5
(243,225,229)
#F5E8EB
(245,232,235)
#F7EFF1
(247,239,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B0BB; }

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

This text font color is #E5B0BB.


Background Color

.myBgColor { background-color: #E5B0BB; }

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

This div background color is #E5B0BB.


Border color

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

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

This div border color is #E5B0BB.


Opacity

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

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

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

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

This text has shadow with #E5B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0BB on black background.


Color preview on white background

This text has color #E5B0BB on white background.



Black color preview on #E5B0BB background

This text has black color on #E5B0BB background.


White color preview on #E5B0BB background

This text has white color on #E5B0BB background.