COLOR #E6BAE9

HEX: #E6BAE9
RGB: (230,186,233)

Renk bilgisi

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

RGB renk modeli

#E6BAE9 color RGB value is (230,186,233).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 186 of 255 = 73%
B 233 of 255 = 91%

230
186
233

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 186 + 233 = 649 (100%)
R 230 of 649 ~ 35.44%
G 186 of 649 ~ 28.66%
B 233 of 649 ~ 35.9%

%35.44
%28.66
%35.9

CMYK RENK MODELİ

#E6BAE9 rengi CMYK tonu (1,20,0,9).

  • camgöbeği tonu 1.29%
  • eflatun tonu 20.17%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(1,20,0,9)
C1M20Y0K9 
(1%,20%,0%,9%)
(0.01/0.20/0.00/0.09)	

CMYK yüzdeleri

%1.29
%20.17
%0
%8.63

Codes

Color #E6BAE9 in popluar color models

E6BAE9
RGB230186233
HSL296°51.65%82.16%
HSB/HSV296°20.17%91.37%
CMYK1.29%20.17%0.00%
8.63%

Color #E6BAE9 in popluar number systems.

HEXE6BAE9
Decimal230186233
Binary111001101011101011101001
Octal346272351

Shades and tints

Shades of #E6BAE9

#E6BAE9
(230,186,233)
#D2AAD4
(210,170,212)
#BE9ABF
(190,154,191)
#AA8AAA
(170,138,170)
#967A95
(150,122,149)
#826A80
(130,106,128)
#6E5A6B
(110,90,107)
#5A4A56
(90,74,86)
#463A41
(70,58,65)
#322A2C
(50,42,44)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6BAE9

#E6BAE9
(230,186,233)
#E8C0EB
(232,192,235)
#EAC6ED
(234,198,237)
#ECCCEF
(236,204,239)
#EED2F1
(238,210,241)
#F0D8F3
(240,216,243)
#F2DEF5
(242,222,245)
#F4E4F7
(244,228,247)
#F6EAF9
(246,234,249)
#F8F0FB
(248,240,251)
#FAF6FD
(250,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BAE9 color. Also use rgb(230,186,233) instead hex code.

Text Font Color

.myTextColor { color: #E6BAE9; }

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

This text font color is #E6BAE9.


Background Color

.myBgColor { background-color: #E6BAE9; }

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

This div background color is #E6BAE9.


Border color

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

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

This div border color is #E6BAE9.


Opacity

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

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

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

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

This text has shadow with #E6BAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BAE9 on black background.


Color preview on white background

This text has color #E6BAE9 on white background.



Black color preview on #E6BAE9 background

This text has black color on #E6BAE9 background.


White color preview on #E6BAE9 background

This text has white color on #E6BAE9 background.