COLOR #E5BBD6

HEX: #E5BBD6
RGB: (229,187,214)

Renk bilgisi

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

RGB renk modeli

#E5BBD6 color RGB value is (229,187,214).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 187 of 255 = 73%
B 214 of 255 = 84%

229
187
214

R + G + B ~ 82%. #E5BBD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 187 + 214 = 630 (100%)
R 229 of 630 ~ 36.35%
G 187 of 630 ~ 29.68%
B 214 of 630 ~ 33.97%

%36.35
%29.68
%33.97

CMYK RENK MODELİ

#E5BBD6 rengi CMYK tonu (0,18,7,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.34%
  • sarı tonu 6.55%
  • ana renk tonu 10.20%
CMYK:
(0,18,7,10)
C0M18Y7K10 
(0%,18%,7%,10%)
(0.00/0.18/0.07/0.10)	

CMYK yüzdeleri

%0
%18.34
%6.55
%10.2

Codes

Color #E5BBD6 in popluar color models

E5BBD6
RGB229187214
HSL321°44.68%81.57%
HSB/HSV321°18.34%89.80%
CMYK0.00%18.34%6.55%
10.20%

Color #E5BBD6 in popluar number systems.

HEXE5BBD6
Decimal229187214
Binary111001011011101111010110
Octal345273326

Shades and tints

Shades of #E5BBD6

#E5BBD6
(229,187,214)
#D1AAC3
(209,170,195)
#BD99B0
(189,153,176)
#A9889D
(169,136,157)
#95778A
(149,119,138)
#816677
(129,102,119)
#6D5564
(109,85,100)
#594451
(89,68,81)
#45333E
(69,51,62)
#31222B
(49,34,43)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #E5BBD6

#E5BBD6
(229,187,214)
#E7C1D9
(231,193,217)
#E9C7DC
(233,199,220)
#EBCDDF
(235,205,223)
#EDD3E2
(237,211,226)
#EFD9E5
(239,217,229)
#F1DFE8
(241,223,232)
#F3E5EB
(243,229,235)
#F5EBEE
(245,235,238)
#F7F1F1
(247,241,241)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BBD6; }

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

This text font color is #E5BBD6.


Background Color

.myBgColor { background-color: #E5BBD6; }

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

This div background color is #E5BBD6.


Border color

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

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

This div border color is #E5BBD6.


Opacity

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

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

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

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

This text has shadow with #E5BBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BBD6 on black background.


Color preview on white background

This text has color #E5BBD6 on white background.



Black color preview on #E5BBD6 background

This text has black color on #E5BBD6 background.


White color preview on #E5BBD6 background

This text has white color on #E5BBD6 background.