COLOR #E5BDE6

HEX: #E5BDE6
RGB: (229,189,230)

Renk bilgisi

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

RGB renk modeli

#E5BDE6 color RGB value is (229,189,230).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 189 of 255 = 74%
B 230 of 255 = 90%

229
189
230

R + G + B ~ 85%. #E5BDE6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 189 + 230 = 648 (100%)
R 229 of 648 ~ 35.34%
G 189 of 648 ~ 29.17%
B 230 of 648 ~ 35.49%

%35.34
%29.17
%35.49

CMYK RENK MODELİ

#E5BDE6 rengi CMYK tonu (0,18,0,10).

  • camgöbeği tonu 0.43%
  • eflatun tonu 17.83%
  • sarı tonu 0.00%
  • ana renk tonu 9.80%
CMYK:
(0,18,0,10)
C0M18Y0K10 
(0%,18%,0%,10%)
(0.00/0.18/0.00/0.10)	

CMYK yüzdeleri

%0.43
%17.83
%0
%9.8

Codes

Color #E5BDE6 in popluar color models

E5BDE6
RGB229189230
HSL299°45.05%82.16%
HSB/HSV299°17.83%90.20%
CMYK0.43%17.83%0.00%
9.80%

Color #E5BDE6 in popluar number systems.

HEXE5BDE6
Decimal229189230
Binary111001011011110111100110
Octal345275346

Shades and tints

Shades of #E5BDE6

#E5BDE6
(229,189,230)
#D1ACD2
(209,172,210)
#BD9BBE
(189,155,190)
#A98AAA
(169,138,170)
#957996
(149,121,150)
#816882
(129,104,130)
#6D576E
(109,87,110)
#59465A
(89,70,90)
#453546
(69,53,70)
#312432
(49,36,50)
#1D131E
(29,19,30)
#000000
(0,0,0)

Tints of #E5BDE6

#E5BDE6
(229,189,230)
#E7C3E8
(231,195,232)
#E9C9EA
(233,201,234)
#EBCFEC
(235,207,236)
#EDD5EE
(237,213,238)
#EFDBF0
(239,219,240)
#F1E1F2
(241,225,242)
#F3E7F4
(243,231,244)
#F5EDF6
(245,237,246)
#F7F3F8
(247,243,248)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BDE6; }

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

This text font color is #E5BDE6.


Background Color

.myBgColor { background-color: #E5BDE6; }

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

This div background color is #E5BDE6.


Border color

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

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

This div border color is #E5BDE6.


Opacity

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

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

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

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

This text has shadow with #E5BDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BDE6 on black background.


Color preview on white background

This text has color #E5BDE6 on white background.



Black color preview on #E5BDE6 background

This text has black color on #E5BDE6 background.


White color preview on #E5BDE6 background

This text has white color on #E5BDE6 background.