COLOR #E5B1D2

HEX: #E5B1D2
RGB: (229,177,210)

Renk bilgisi

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

RGB renk modeli

#E5B1D2 color RGB value is (229,177,210).

  • kırmız ton 229;
  • yeşil ton 177;
  • mavi ton 210.
RGB:
(229,177,210)
(90%,69%,82%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 177 of 255 = 69%
B 210 of 255 = 82%

229
177
210

R + G + B ~ 80%. #E5B1D2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 177 + 210 = 616 (100%)
R 229 of 616 ~ 37.18%
G 177 of 616 ~ 28.73%
B 210 of 616 ~ 34.09%

%37.18
%28.73
%34.09

CMYK RENK MODELİ

#E5B1D2 rengi CMYK tonu (0,23,8,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.71%
  • sarı tonu 8.30%
  • ana renk tonu 10.20%
CMYK:
(0,23,8,10)
C0M23Y8K10 
(0%,23%,8%,10%)
(0.00/0.23/0.08/0.10)	

CMYK yüzdeleri

%0
%22.71
%8.3
%10.2

Codes

Color #E5B1D2 in popluar color models

E5B1D2
RGB229177210
HSL322°50.00%79.61%
HSB/HSV322°22.71%89.80%
CMYK0.00%22.71%8.30%
10.20%

Color #E5B1D2 in popluar number systems.

HEXE5B1D2
Decimal229177210
Binary111001011011000111010010
Octal345261322

Shades and tints

Shades of #E5B1D2

#E5B1D2
(229,177,210)
#D1A1BF
(209,161,191)
#BD91AC
(189,145,172)
#A98199
(169,129,153)
#957186
(149,113,134)
#816173
(129,97,115)
#6D5160
(109,81,96)
#59414D
(89,65,77)
#45313A
(69,49,58)
#312127
(49,33,39)
#1D1114
(29,17,20)
#000000
(0,0,0)

Tints of #E5B1D2

#E5B1D2
(229,177,210)
#E7B8D6
(231,184,214)
#E9BFDA
(233,191,218)
#EBC6DE
(235,198,222)
#EDCDE2
(237,205,226)
#EFD4E6
(239,212,230)
#F1DBEA
(241,219,234)
#F3E2EE
(243,226,238)
#F5E9F2
(245,233,242)
#F7F0F6
(247,240,246)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B1D2 color. Also use rgb(229,177,210) instead hex code.

Text Font Color

.myTextColor { color: #E5B1D2; }

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

This text font color is #E5B1D2.


Background Color

.myBgColor { background-color: #E5B1D2; }

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

This div background color is #E5B1D2.


Border color

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

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

This div border color is #E5B1D2.


Opacity

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

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

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

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

This text has shadow with #E5B1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B1D2 on black background.


Color preview on white background

This text has color #E5B1D2 on white background.



Black color preview on #E5B1D2 background

This text has black color on #E5B1D2 background.


White color preview on #E5B1D2 background

This text has white color on #E5B1D2 background.