COLOR #E0E6FA

HEX: #E0E6FA
RGB: (224,230,250)

Renk bilgisi

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

RGB renk modeli

#E0E6FA color RGB value is (224,230,250).

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

RGB bağlantıları ve doygunluk

R 224 of 255 = 88%
G 230 of 255 = 90%
B 250 of 255 = 98%

224
230
250

R + G + B ~ 92%. #E0E6FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
224 + 230 + 250 = 704 (100%)
R 224 of 704 ~ 31.82%
G 230 of 704 ~ 32.67%
B 250 of 704 ~ 35.51%

%31.82
%32.67
%35.51

CMYK RENK MODELİ

#E0E6FA rengi CMYK tonu (10,8,0,2).

  • camgöbeği tonu 10.40%
  • eflatun tonu 8.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(10,8,0,2)
C10M8Y0K2 
(10%,8%,0%,2%)
(0.10/0.08/0.00/0.02)	

CMYK yüzdeleri

%10.4
%8
%0
%1.96

Codes

Color #E0E6FA in popluar color models

E0E6FA
RGB224230250
HSL226°72.22%92.94%
HSB/HSV226°10.40%98.04%
CMYK10.40%8.00%0.00%
1.96%

Color #E0E6FA in popluar number systems.

HEXE0E6FA
Decimal224230250
Binary111000001110011011111010
Octal340346372

Shades and tints

Shades of #E0E6FA

#E0E6FA
(224,230,250)
#CCD2E4
(204,210,228)
#B8BECE
(184,190,206)
#A4AAB8
(164,170,184)
#9096A2
(144,150,162)
#7C828C
(124,130,140)
#686E76
(104,110,118)
#545A60
(84,90,96)
#40464A
(64,70,74)
#2C3234
(44,50,52)
#181E1E
(24,30,30)
#000000
(0,0,0)

Tints of #E0E6FA

#E0E6FA
(224,230,250)
#E2E8FA
(226,232,250)
#E4EAFA
(228,234,250)
#E6ECFA
(230,236,250)
#E8EEFA
(232,238,250)
#EAF0FA
(234,240,250)
#ECF2FA
(236,242,250)
#EEF4FA
(238,244,250)
#F0F6FA
(240,246,250)
#F2F8FA
(242,248,250)
#F4FAFA
(244,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E6FA; }

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

This text font color is #E0E6FA.


Background Color

.myBgColor { background-color: #E0E6FA; }

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

This div background color is #E0E6FA.


Border color

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

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

This div border color is #E0E6FA.


Opacity

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

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

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

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

This text has shadow with #E0E6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0E6FA on black background.


Color preview on white background

This text has color #E0E6FA on white background.



Black color preview on #E0E6FA background

This text has black color on #E0E6FA background.


White color preview on #E0E6FA background

This text has white color on #E0E6FA background.