COLOR #E6E0FF

HEX: #E6E0FF
RGB: (230,224,255)

Renk bilgisi

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

RGB renk modeli

#E6E0FF color RGB value is (230,224,255).

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

RGB bağlantıları ve doygunluk

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

230
224
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 224 + 255 = 709 (100%)
R 230 of 709 ~ 32.44%
G 224 of 709 ~ 31.59%
B 255 of 709 ~ 35.97%

%32.44
%31.59
%35.97

CMYK RENK MODELİ

#E6E0FF rengi CMYK tonu (10,12,0,0).

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

CMYK yüzdeleri

%9.8
%12.16
%0
%0

Codes

Color #E6E0FF in popluar color models

E6E0FF
RGB230224255
HSL252°100.00%93.92%
HSB/HSV252°12.16%100.00%
CMYK9.80%12.16%0.00%
0.00%

Color #E6E0FF in popluar number systems.

HEXE6E0FF
Decimal230224255
Binary111001101110000011111111
Octal346340377

Shades and tints

Shades of #E6E0FF

#E6E0FF
(230,224,255)
#D2CCE8
(210,204,232)
#BEB8D1
(190,184,209)
#AAA4BA
(170,164,186)
#9690A3
(150,144,163)
#827C8C
(130,124,140)
#6E6875
(110,104,117)
#5A545E
(90,84,94)
#464047
(70,64,71)
#322C30
(50,44,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6E0FF

#E6E0FF
(230,224,255)
#E8E2FF
(232,226,255)
#EAE4FF
(234,228,255)
#ECE6FF
(236,230,255)
#EEE8FF
(238,232,255)
#F0EAFF
(240,234,255)
#F2ECFF
(242,236,255)
#F4EEFF
(244,238,255)
#F6F0FF
(246,240,255)
#F8F2FF
(248,242,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E0FF; }

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

This text font color is #E6E0FF.


Background Color

.myBgColor { background-color: #E6E0FF; }

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

This div background color is #E6E0FF.


Border color

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

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

This div border color is #E6E0FF.


Opacity

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

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

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

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

This text has shadow with #E6E0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0FF on black background.


Color preview on white background

This text has color #E6E0FF on white background.



Black color preview on #E6E0FF background

This text has black color on #E6E0FF background.


White color preview on #E6E0FF background

This text has white color on #E6E0FF background.