COLOR #E5BCD7

HEX: #E5BCD7
RGB: (229,188,215)

Renk bilgisi

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

RGB renk modeli

#E5BCD7 color RGB value is (229,188,215).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 188 of 255 = 74%
B 215 of 255 = 84%

229
188
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 188 + 215 = 632 (100%)
R 229 of 632 ~ 36.23%
G 188 of 632 ~ 29.75%
B 215 of 632 ~ 34.02%

%36.23
%29.75
%34.02

CMYK RENK MODELİ

#E5BCD7 rengi CMYK tonu (0,18,6,10).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.90%
  • sarı tonu 6.11%
  • ana renk tonu 10.20%
CMYK:
(0,18,6,10)
C0M18Y6K10 
(0%,18%,6%,10%)
(0.00/0.18/0.06/0.10)	

CMYK yüzdeleri

%0
%17.9
%6.11
%10.2

Codes

Color #E5BCD7 in popluar color models

E5BCD7
RGB229188215
HSL320°44.09%81.76%
HSB/HSV320°17.90%89.80%
CMYK0.00%17.90%6.11%
10.20%

Color #E5BCD7 in popluar number systems.

HEXE5BCD7
Decimal229188215
Binary111001011011110011010111
Octal345274327

Shades and tints

Shades of #E5BCD7

#E5BCD7
(229,188,215)
#D1ABC4
(209,171,196)
#BD9AB1
(189,154,177)
#A9899E
(169,137,158)
#95788B
(149,120,139)
#816778
(129,103,120)
#6D5665
(109,86,101)
#594552
(89,69,82)
#45343F
(69,52,63)
#31232C
(49,35,44)
#1D1219
(29,18,25)
#000000
(0,0,0)

Tints of #E5BCD7

#E5BCD7
(229,188,215)
#E7C2DA
(231,194,218)
#E9C8DD
(233,200,221)
#EBCEE0
(235,206,224)
#EDD4E3
(237,212,227)
#EFDAE6
(239,218,230)
#F1E0E9
(241,224,233)
#F3E6EC
(243,230,236)
#F5ECEF
(245,236,239)
#F7F2F2
(247,242,242)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BCD7 color. Also use rgb(229,188,215) instead hex code.

Text Font Color

.myTextColor { color: #E5BCD7; }

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

This text font color is #E5BCD7.


Background Color

.myBgColor { background-color: #E5BCD7; }

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

This div background color is #E5BCD7.


Border color

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

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

This div border color is #E5BCD7.


Opacity

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

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

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

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

This text has shadow with #E5BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCD7 on black background.


Color preview on white background

This text has color #E5BCD7 on white background.



Black color preview on #E5BCD7 background

This text has black color on #E5BCD7 background.


White color preview on #E5BCD7 background

This text has white color on #E5BCD7 background.