COLOR #E5BAE7

HEX: #E5BAE7
RGB: (229,186,231)

Renk bilgisi

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

RGB renk modeli

#E5BAE7 color RGB value is (229,186,231).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 186 of 255 = 73%
B 231 of 255 = 91%

229
186
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 186 + 231 = 646 (100%)
R 229 of 646 ~ 35.45%
G 186 of 646 ~ 28.79%
B 231 of 646 ~ 35.76%

%35.45
%28.79
%35.76

CMYK RENK MODELİ

#E5BAE7 rengi CMYK tonu (1,19,0,9).

  • camgöbeği tonu 0.87%
  • eflatun tonu 19.48%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(1,19,0,9)
C1M19Y0K9 
(1%,19%,0%,9%)
(0.01/0.19/0.00/0.09)	

CMYK yüzdeleri

%0.87
%19.48
%0
%9.41

Codes

Color #E5BAE7 in popluar color models

E5BAE7
RGB229186231
HSL297°48.39%81.76%
HSB/HSV297°19.48%90.59%
CMYK0.87%19.48%0.00%
9.41%

Color #E5BAE7 in popluar number systems.

HEXE5BAE7
Decimal229186231
Binary111001011011101011100111
Octal345272347

Shades and tints

Shades of #E5BAE7

#E5BAE7
(229,186,231)
#D1AAD2
(209,170,210)
#BD9ABD
(189,154,189)
#A98AA8
(169,138,168)
#957A93
(149,122,147)
#816A7E
(129,106,126)
#6D5A69
(109,90,105)
#594A54
(89,74,84)
#453A3F
(69,58,63)
#312A2A
(49,42,42)
#1D1A15
(29,26,21)
#000000
(0,0,0)

Tints of #E5BAE7

#E5BAE7
(229,186,231)
#E7C0E9
(231,192,233)
#E9C6EB
(233,198,235)
#EBCCED
(235,204,237)
#EDD2EF
(237,210,239)
#EFD8F1
(239,216,241)
#F1DEF3
(241,222,243)
#F3E4F5
(243,228,245)
#F5EAF7
(245,234,247)
#F7F0F9
(247,240,249)
#F9F6FB
(249,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BAE7; }

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

This text font color is #E5BAE7.


Background Color

.myBgColor { background-color: #E5BAE7; }

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

This div background color is #E5BAE7.


Border color

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

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

This div border color is #E5BAE7.


Opacity

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

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

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

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

This text has shadow with #E5BAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BAE7 on black background.


Color preview on white background

This text has color #E5BAE7 on white background.



Black color preview on #E5BAE7 background

This text has black color on #E5BAE7 background.


White color preview on #E5BAE7 background

This text has white color on #E5BAE7 background.