COLOR #E5B0D5

HEX: #E5B0D5
RGB: (229,176,213)

Renk bilgisi

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

RGB renk modeli

#E5B0D5 color RGB value is (229,176,213).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 176 of 255 = 69%
B 213 of 255 = 84%

229
176
213

R + G + B ~ 81%. #E5B0D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 176 + 213 = 618 (100%)
R 229 of 618 ~ 37.06%
G 176 of 618 ~ 28.48%
B 213 of 618 ~ 34.47%

%37.06
%28.48
%34.47

CMYK RENK MODELİ

#E5B0D5 rengi CMYK tonu (0,23,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.14%
  • sarı tonu 6.99%
  • ana renk tonu 10.20%
CMYK:
(0,23,7,10)
C0M23Y7K10 
(0%,23%,7%,10%)
(0.00/0.23/0.07/0.10)	

CMYK yüzdeleri

%0
%23.14
%6.99
%10.2

Codes

Color #E5B0D5 in popluar color models

E5B0D5
RGB229176213
HSL318°50.48%79.41%
HSB/HSV318°23.14%89.80%
CMYK0.00%23.14%6.99%
10.20%

Color #E5B0D5 in popluar number systems.

HEXE5B0D5
Decimal229176213
Binary111001011011000011010101
Octal345260325

Shades and tints

Shades of #E5B0D5

#E5B0D5
(229,176,213)
#D1A0C2
(209,160,194)
#BD90AF
(189,144,175)
#A9809C
(169,128,156)
#957089
(149,112,137)
#816076
(129,96,118)
#6D5063
(109,80,99)
#594050
(89,64,80)
#45303D
(69,48,61)
#31202A
(49,32,42)
#1D1017
(29,16,23)
#000000
(0,0,0)

Tints of #E5B0D5

#E5B0D5
(229,176,213)
#E7B7D8
(231,183,216)
#E9BEDB
(233,190,219)
#EBC5DE
(235,197,222)
#EDCCE1
(237,204,225)
#EFD3E4
(239,211,228)
#F1DAE7
(241,218,231)
#F3E1EA
(243,225,234)
#F5E8ED
(245,232,237)
#F7EFF0
(247,239,240)
#F9F6F3
(249,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B0D5; }

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

This text font color is #E5B0D5.


Background Color

.myBgColor { background-color: #E5B0D5; }

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

This div background color is #E5B0D5.


Border color

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

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

This div border color is #E5B0D5.


Opacity

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

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

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

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

This text has shadow with #E5B0D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B0D5 on black background.


Color preview on white background

This text has color #E5B0D5 on white background.



Black color preview on #E5B0D5 background

This text has black color on #E5B0D5 background.


White color preview on #E5B0D5 background

This text has white color on #E5B0D5 background.