COLOR #E9E6FA

HEX: #E9E6FA
RGB: (233,230,250)

Renk bilgisi

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

RGB renk modeli

#E9E6FA color RGB value is (233,230,250).

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

RGB bağlantıları ve doygunluk

R 233 of 255 = 91%
G 230 of 255 = 90%
B 250 of 255 = 98%

233
230
250

R + G + B ~ 93%. #E9E6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
233 + 230 + 250 = 713 (100%)
R 233 of 713 ~ 32.68%
G 230 of 713 ~ 32.26%
B 250 of 713 ~ 35.06%

%32.68
%32.26
%35.06

CMYK RENK MODELİ

#E9E6FA rengi CMYK tonu (7,8,0,2).

  • camgöbeği tonu 6.80%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(7,8,0,2)
C7M8Y0K2 
(7%,8%,0%,2%)
(0.07/0.08/0.00/0.02)	

CMYK yüzdeleri

%6.8
%8
%0
%1.96

Codes

Color #E9E6FA in popluar color models

E9E6FA
RGB233230250
HSL249°66.67%94.12%
HSB/HSV249°8.00%98.04%
CMYK6.80%8.00%0.00%
1.96%

Color #E9E6FA in popluar number systems.

HEXE9E6FA
Decimal233230250
Binary111010011110011011111010
Octal351346372

Shades and tints

Shades of #E9E6FA

#E9E6FA
(233,230,250)
#D4D2E4
(212,210,228)
#BFBECE
(191,190,206)
#AAAAB8
(170,170,184)
#9596A2
(149,150,162)
#80828C
(128,130,140)
#6B6E76
(107,110,118)
#565A60
(86,90,96)
#41464A
(65,70,74)
#2C3234
(44,50,52)
#171E1E
(23,30,30)
#000000
(0,0,0)

Tints of #E9E6FA

#E9E6FA
(233,230,250)
#EBE8FA
(235,232,250)
#EDEAFA
(237,234,250)
#EFECFA
(239,236,250)
#F1EEFA
(241,238,250)
#F3F0FA
(243,240,250)
#F5F2FA
(245,242,250)
#F7F4FA
(247,244,250)
#F9F6FA
(249,246,250)
#FBF8FA
(251,248,250)
#FDFAFA
(253,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9E6FA; }

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

This text font color is #E9E6FA.


Background Color

.myBgColor { background-color: #E9E6FA; }

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

This div background color is #E9E6FA.


Border color

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

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

This div border color is #E9E6FA.


Opacity

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

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

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

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

This text has shadow with #E9E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9E6FA on black background.


Color preview on white background

This text has color #E9E6FA on white background.



Black color preview on #E9E6FA background

This text has black color on #E9E6FA background.


White color preview on #E9E6FA background

This text has white color on #E9E6FA background.