COLOR #E5BCEE

HEX: #E5BCEE
RGB: (229,188,238)

Renk bilgisi

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

RGB renk modeli

#E5BCEE color RGB value is (229,188,238).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 188 of 255 = 74%
B 238 of 255 = 93%

229
188
238

R + G + B ~ 86%. #E5BCEE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 188 + 238 = 655 (100%)
R 229 of 655 ~ 34.96%
G 188 of 655 ~ 28.7%
B 238 of 655 ~ 36.34%

%34.96
%28.7
%36.34

CMYK RENK MODELİ

#E5BCEE rengi CMYK tonu (4,21,0,7).

  • camgöbeği tonu 3.78%
  • eflatun tonu 21.01%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(4,21,0,7)
C4M21Y0K7 
(4%,21%,0%,7%)
(0.04/0.21/0.00/0.07)	

CMYK yüzdeleri

%3.78
%21.01
%0
%6.67

Codes

Color #E5BCEE in popluar color models

E5BCEE
RGB229188238
HSL289°59.52%83.53%
HSB/HSV289°21.01%93.33%
CMYK3.78%21.01%0.00%
6.67%

Color #E5BCEE in popluar number systems.

HEXE5BCEE
Decimal229188238
Binary111001011011110011101110
Octal345274356

Shades and tints

Shades of #E5BCEE

#E5BCEE
(229,188,238)
#D1ABD9
(209,171,217)
#BD9AC4
(189,154,196)
#A989AF
(169,137,175)
#95789A
(149,120,154)
#816785
(129,103,133)
#6D5670
(109,86,112)
#59455B
(89,69,91)
#453446
(69,52,70)
#312331
(49,35,49)
#1D121C
(29,18,28)
#000000
(0,0,0)

Tints of #E5BCEE

#E5BCEE
(229,188,238)
#E7C2EF
(231,194,239)
#E9C8F0
(233,200,240)
#EBCEF1
(235,206,241)
#EDD4F2
(237,212,242)
#EFDAF3
(239,218,243)
#F1E0F4
(241,224,244)
#F3E6F5
(243,230,245)
#F5ECF6
(245,236,246)
#F7F2F7
(247,242,247)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BCEE; }

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

This text font color is #E5BCEE.


Background Color

.myBgColor { background-color: #E5BCEE; }

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

This div background color is #E5BCEE.


Border color

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

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

This div border color is #E5BCEE.


Opacity

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

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

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

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

This text has shadow with #E5BCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BCEE on black background.


Color preview on white background

This text has color #E5BCEE on white background.



Black color preview on #E5BCEE background

This text has black color on #E5BCEE background.


White color preview on #E5BCEE background

This text has white color on #E5BCEE background.