COLOR #E6C9FA

HEX: #E6C9FA
RGB: (230,201,250)

Renk bilgisi

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

RGB renk modeli

#E6C9FA color RGB value is (230,201,250).

  • kırmız ton 230;
  • yeşil ton 201;
  • mavi ton 250.
RGB:
(230,201,250)
(90%,79%,98%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 201 of 255 = 79%
B 250 of 255 = 98%

230
201
250

R + G + B ~ 89%. #E6C9FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 201 + 250 = 681 (100%)
R 230 of 681 ~ 33.77%
G 201 of 681 ~ 29.52%
B 250 of 681 ~ 36.71%

%33.77
%29.52
%36.71

CMYK RENK MODELİ

#E6C9FA rengi CMYK tonu (8,20,0,2).

  • camgöbeği tonu 8.00%
  • eflatun tonu 19.60%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(8,20,0,2)
C8M20Y0K2 
(8%,20%,0%,2%)
(0.08/0.20/0.00/0.02)	

CMYK yüzdeleri

%8
%19.6
%0
%1.96

Codes

Color #E6C9FA in popluar color models

E6C9FA
RGB230201250
HSL276°83.05%88.43%
HSB/HSV276°19.60%98.04%
CMYK8.00%19.60%0.00%
1.96%

Color #E6C9FA in popluar number systems.

HEXE6C9FA
Decimal230201250
Binary111001101100100111111010
Octal346311372

Shades and tints

Shades of #E6C9FA

#E6C9FA
(230,201,250)
#D2B7E4
(210,183,228)
#BEA5CE
(190,165,206)
#AA93B8
(170,147,184)
#9681A2
(150,129,162)
#826F8C
(130,111,140)
#6E5D76
(110,93,118)
#5A4B60
(90,75,96)
#46394A
(70,57,74)
#322734
(50,39,52)
#1E151E
(30,21,30)
#000000
(0,0,0)

Tints of #E6C9FA

#E6C9FA
(230,201,250)
#E8CDFA
(232,205,250)
#EAD1FA
(234,209,250)
#ECD5FA
(236,213,250)
#EED9FA
(238,217,250)
#F0DDFA
(240,221,250)
#F2E1FA
(242,225,250)
#F4E5FA
(244,229,250)
#F6E9FA
(246,233,250)
#F8EDFA
(248,237,250)
#FAF1FA
(250,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C9FA color. Also use rgb(230,201,250) instead hex code.

Text Font Color

.myTextColor { color: #E6C9FA; }

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

This text font color is #E6C9FA.


Background Color

.myBgColor { background-color: #E6C9FA; }

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

This div background color is #E6C9FA.


Border color

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

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

This div border color is #E6C9FA.


Opacity

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

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

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

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

This text has shadow with #E6C9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C9FA on black background.


Color preview on white background

This text has color #E6C9FA on white background.



Black color preview on #E6C9FA background

This text has black color on #E6C9FA background.


White color preview on #E6C9FA background

This text has white color on #E6C9FA background.