COLOR #E5B1E7

HEX: #E5B1E7
RGB: (229,177,231)

Renk bilgisi

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

RGB renk modeli

#E5B1E7 color RGB value is (229,177,231).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 177 of 255 = 69%
B 231 of 255 = 91%

229
177
231

R + G + B ~ 83%. #E5B1E7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 177 + 231 = 637 (100%)
R 229 of 637 ~ 35.95%
G 177 of 637 ~ 27.79%
B 231 of 637 ~ 36.26%

%35.95
%27.79
%36.26

CMYK RENK MODELİ

#E5B1E7 rengi CMYK tonu (1,23,0,9).

  • camgöbeği tonu 0.87%
  • eflatun tonu 23.38%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,23,0,9)
C1M23Y0K9 
(1%,23%,0%,9%)
(0.01/0.23/0.00/0.09)	

CMYK yüzdeleri

%0.87
%23.38
%0
%9.41

Codes

Color #E5B1E7 in popluar color models

E5B1E7
RGB229177231
HSL298°52.94%80.00%
HSB/HSV298°23.38%90.59%
CMYK0.87%23.38%0.00%
9.41%

Color #E5B1E7 in popluar number systems.

HEXE5B1E7
Decimal229177231
Binary111001011011000111100111
Octal345261347

Shades and tints

Shades of #E5B1E7

#E5B1E7
(229,177,231)
#D1A1D2
(209,161,210)
#BD91BD
(189,145,189)
#A981A8
(169,129,168)
#957193
(149,113,147)
#81617E
(129,97,126)
#6D5169
(109,81,105)
#594154
(89,65,84)
#45313F
(69,49,63)
#31212A
(49,33,42)
#1D1115
(29,17,21)
#000000
(0,0,0)

Tints of #E5B1E7

#E5B1E7
(229,177,231)
#E7B8E9
(231,184,233)
#E9BFEB
(233,191,235)
#EBC6ED
(235,198,237)
#EDCDEF
(237,205,239)
#EFD4F1
(239,212,241)
#F1DBF3
(241,219,243)
#F3E2F5
(243,226,245)
#F5E9F7
(245,233,247)
#F7F0F9
(247,240,249)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5B1E7; }

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

This text font color is #E5B1E7.


Background Color

.myBgColor { background-color: #E5B1E7; }

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

This div background color is #E5B1E7.


Border color

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

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

This div border color is #E5B1E7.


Opacity

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

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

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

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

This text has shadow with #E5B1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B1E7 on black background.


Color preview on white background

This text has color #E5B1E7 on white background.



Black color preview on #E5B1E7 background

This text has black color on #E5B1E7 background.


White color preview on #E5B1E7 background

This text has white color on #E5B1E7 background.