COLOR #E6E6FF

HEX: #E6E6FF
RGB: (230,230,255)

Renk bilgisi

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

RGB renk modeli

#E6E6FF color RGB value is (230,230,255).

  • kırmız ton 230;
  • yeşil ton 230;
  • mavi ton 255.
RGB:
(230,230,255)
(90%,90%,100%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 230 of 255 = 90%
B 255 of 255 = 100%

230
230
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 230 + 255 = 715 (100%)
R 230 of 715 ~ 32.17%
G 230 of 715 ~ 32.17%
B 255 of 715 ~ 35.66%

%32.17
%32.17
%35.66

CMYK RENK MODELİ

#E6E6FF rengi CMYK tonu (10,10,0,0).

  • camgöbeği tonu 9.80%
  • eflatun tonu 9.80%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(10,10,0,0)
C10M10Y0K0 
(10%,10%,0%,0%)
(0.10/0.10/0.00/0.00)	

CMYK yüzdeleri

%9.8
%9.8
%0
%0

Codes

Color #E6E6FF in popluar color models

E6E6FF
RGB230230255
HSL240°100.00%95.10%
HSB/HSV240°9.80%100.00%
CMYK9.80%9.80%0.00%
0.00%

Color #E6E6FF in popluar number systems.

HEXE6E6FF
Decimal230230255
Binary111001101110011011111111
Octal346346377

Shades and tints

Shades of #E6E6FF

#E6E6FF
(230,230,255)
#D2D2E8
(210,210,232)
#BEBED1
(190,190,209)
#AAAABA
(170,170,186)
#9696A3
(150,150,163)
#82828C
(130,130,140)
#6E6E75
(110,110,117)
#5A5A5E
(90,90,94)
#464647
(70,70,71)
#323230
(50,50,48)
#1E1E19
(30,30,25)
#000000
(0,0,0)

Tints of #E6E6FF

#E6E6FF
(230,230,255)
#E8E8FF
(232,232,255)
#EAEAFF
(234,234,255)
#ECECFF
(236,236,255)
#EEEEFF
(238,238,255)
#F0F0FF
(240,240,255)
#F2F2FF
(242,242,255)
#F4F4FF
(244,244,255)
#F6F6FF
(246,246,255)
#F8F8FF
(248,248,255)
#FAFAFF
(250,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6FF; }

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

This text font color is #E6E6FF.


Background Color

.myBgColor { background-color: #E6E6FF; }

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

This div background color is #E6E6FF.


Border color

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

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

This div border color is #E6E6FF.


Opacity

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

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

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

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

This text has shadow with #E6E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6FF on black background.


Color preview on white background

This text has color #E6E6FF on white background.



Black color preview on #E6E6FF background

This text has black color on #E6E6FF background.


White color preview on #E6E6FF background

This text has white color on #E6E6FF background.