COLOR #E5E5FA

HEX: #E5E5FA
RGB: (229,229,250)

Renk bilgisi

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

RGB renk modeli

#E5E5FA color RGB value is (229,229,250).

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

RGB bağlantıları ve doygunluk

R 229 of 255 = 90%
G 229 of 255 = 90%
B 250 of 255 = 98%

229
229
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
229 + 229 + 250 = 708 (100%)
R 229 of 708 ~ 32.34%
G 229 of 708 ~ 32.34%
B 250 of 708 ~ 35.31%

%32.34
%32.34
%35.31

CMYK RENK MODELİ

#E5E5FA rengi CMYK tonu (8,8,0,2).

  • camgöbeği tonu 8.40%
  • eflatun tonu 8.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(8,8,0,2)
C8M8Y0K2 
(8%,8%,0%,2%)
(0.08/0.08/0.00/0.02)	

CMYK yüzdeleri

%8.4
%8.4
%0
%1.96

Codes

Color #E5E5FA in popluar color models

E5E5FA
RGB229229250
HSL240°67.74%93.92%
HSB/HSV240°8.40%98.04%
CMYK8.40%8.40%0.00%
1.96%

Color #E5E5FA in popluar number systems.

HEXE5E5FA
Decimal229229250
Binary111001011110010111111010
Octal345345372

Shades and tints

Shades of #E5E5FA

#E5E5FA
(229,229,250)
#D1D1E4
(209,209,228)
#BDBDCE
(189,189,206)
#A9A9B8
(169,169,184)
#9595A2
(149,149,162)
#81818C
(129,129,140)
#6D6D76
(109,109,118)
#595960
(89,89,96)
#45454A
(69,69,74)
#313134
(49,49,52)
#1D1D1E
(29,29,30)
#000000
(0,0,0)

Tints of #E5E5FA

#E5E5FA
(229,229,250)
#E7E7FA
(231,231,250)
#E9E9FA
(233,233,250)
#EBEBFA
(235,235,250)
#EDEDFA
(237,237,250)
#EFEFFA
(239,239,250)
#F1F1FA
(241,241,250)
#F3F3FA
(243,243,250)
#F5F5FA
(245,245,250)
#F7F7FA
(247,247,250)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5FA; }

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

This text font color is #E5E5FA.


Background Color

.myBgColor { background-color: #E5E5FA; }

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

This div background color is #E5E5FA.


Border color

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

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

This div border color is #E5E5FA.


Opacity

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

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

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

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

This text has shadow with #E5E5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E5FA on black background.


Color preview on white background

This text has color #E5E5FA on white background.



Black color preview on #E5E5FA background

This text has black color on #E5E5FA background.


White color preview on #E5E5FA background

This text has white color on #E5E5FA background.