COLOR #E5BDE1

HEX: #E5BDE1
RGB: (229,189,225)

Renk bilgisi

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

RGB renk modeli

#E5BDE1 color RGB value is (229,189,225).

  • kırmız ton 229;
  • yeşil ton 189;
  • mavi ton 225.
RGB:
(229,189,225)
(90%,74%,88%)

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 189 of 255 = 74%
B 225 of 255 = 88%

229
189
225

R + G + B ~ 84%. #E5BDE1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 189 + 225 = 643 (100%)
R 229 of 643 ~ 35.61%
G 189 of 643 ~ 29.39%
B 225 of 643 ~ 34.99%

%35.61
%29.39
%34.99

CMYK RENK MODELİ

#E5BDE1 rengi CMYK tonu (0,17,2,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.47%
  • sarı tonu 1.75%
  • ana renk tonu 10.20%
CMYK:
(0,17,2,10)
C0M17Y2K10 
(0%,17%,2%,10%)
(0.00/0.17/0.02/0.10)	

CMYK yüzdeleri

%0
%17.47
%1.75
%10.2

Codes

Color #E5BDE1 in popluar color models

E5BDE1
RGB229189225
HSL306°43.48%81.96%
HSB/HSV306°17.47%89.80%
CMYK0.00%17.47%1.75%
10.20%

Color #E5BDE1 in popluar number systems.

HEXE5BDE1
Decimal229189225
Binary111001011011110111100001
Octal345275341

Shades and tints

Shades of #E5BDE1

#E5BDE1
(229,189,225)
#D1ACCD
(209,172,205)
#BD9BB9
(189,155,185)
#A98AA5
(169,138,165)
#957991
(149,121,145)
#81687D
(129,104,125)
#6D5769
(109,87,105)
#594655
(89,70,85)
#453541
(69,53,65)
#31242D
(49,36,45)
#1D1319
(29,19,25)
#000000
(0,0,0)

Tints of #E5BDE1

#E5BDE1
(229,189,225)
#E7C3E3
(231,195,227)
#E9C9E5
(233,201,229)
#EBCFE7
(235,207,231)
#EDD5E9
(237,213,233)
#EFDBEB
(239,219,235)
#F1E1ED
(241,225,237)
#F3E7EF
(243,231,239)
#F5EDF1
(245,237,241)
#F7F3F3
(247,243,243)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BDE1 color. Also use rgb(229,189,225) instead hex code.

Text Font Color

.myTextColor { color: #E5BDE1; }

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

This text font color is #E5BDE1.


Background Color

.myBgColor { background-color: #E5BDE1; }

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

This div background color is #E5BDE1.


Border color

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

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

This div border color is #E5BDE1.


Opacity

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

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

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

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

This text has shadow with #E5BDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BDE1 on black background.


Color preview on white background

This text has color #E5BDE1 on white background.



Black color preview on #E5BDE1 background

This text has black color on #E5BDE1 background.


White color preview on #E5BDE1 background

This text has white color on #E5BDE1 background.