COLOR #E6CCFF

HEX: #E6CCFF
RGB: (230,204,255)

Renk bilgisi

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

RGB renk modeli

#E6CCFF color RGB value is (230,204,255).

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

RGB bağlantıları ve doygunluk

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

230
204
255

R + G + B ~ 90%. #E6CCFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 204 + 255 = 689 (100%)
R 230 of 689 ~ 33.38%
G 204 of 689 ~ 29.61%
B 255 of 689 ~ 37.01%

%33.38
%29.61
%37.01

CMYK RENK MODELİ

#E6CCFF rengi CMYK tonu (10,20,0,0).

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

CMYK yüzdeleri

%9.8
%20
%0
%0

Codes

Color #E6CCFF in popluar color models

E6CCFF
RGB230204255
HSL271°100.00%90.00%
HSB/HSV271°20.00%100.00%
CMYK9.80%20.00%0.00%
0.00%

Color #E6CCFF in popluar number systems.

HEXE6CCFF
Decimal230204255
Binary111001101100110011111111
Octal346314377

Shades and tints

Shades of #E6CCFF

#E6CCFF
(230,204,255)
#D2BAE8
(210,186,232)
#BEA8D1
(190,168,209)
#AA96BA
(170,150,186)
#9684A3
(150,132,163)
#82728C
(130,114,140)
#6E6075
(110,96,117)
#5A4E5E
(90,78,94)
#463C47
(70,60,71)
#322A30
(50,42,48)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6CCFF

#E6CCFF
(230,204,255)
#E8D0FF
(232,208,255)
#EAD4FF
(234,212,255)
#ECD8FF
(236,216,255)
#EEDCFF
(238,220,255)
#F0E0FF
(240,224,255)
#F2E4FF
(242,228,255)
#F4E8FF
(244,232,255)
#F6ECFF
(246,236,255)
#F8F0FF
(248,240,255)
#FAF4FF
(250,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCFF; }

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

This text font color is #E6CCFF.


Background Color

.myBgColor { background-color: #E6CCFF; }

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

This div background color is #E6CCFF.


Border color

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

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

This div border color is #E6CCFF.


Opacity

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

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

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

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

This text has shadow with #E6CCFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCFF on black background.


Color preview on white background

This text has color #E6CCFF on white background.



Black color preview on #E6CCFF background

This text has black color on #E6CCFF background.


White color preview on #E6CCFF background

This text has white color on #E6CCFF background.