COLOR #E6CCFC

HEX: #E6CCFC
RGB: (230,204,252)

Renk bilgisi

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

RGB renk modeli

#E6CCFC color RGB value is (230,204,252).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 204 of 255 = 80%
B 252 of 255 = 99%

230
204
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 204 + 252 = 686 (100%)
R 230 of 686 ~ 33.53%
G 204 of 686 ~ 29.74%
B 252 of 686 ~ 36.73%

%33.53
%29.74
%36.73

CMYK RENK MODELİ

#E6CCFC rengi CMYK tonu (9,19,0,1).

  • camgöbeği tonu 8.73%
  • eflatun tonu 19.05%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(9,19,0,1)
C9M19Y0K1 
(9%,19%,0%,1%)
(0.09/0.19/0.00/0.01)	

CMYK yüzdeleri

%8.73
%19.05
%0
%1.18

Codes

Color #E6CCFC in popluar color models

E6CCFC
RGB230204252
HSL273°88.89%89.41%
HSB/HSV273°19.05%98.82%
CMYK8.73%19.05%0.00%
1.18%

Color #E6CCFC in popluar number systems.

HEXE6CCFC
Decimal230204252
Binary111001101100110011111100
Octal346314374

Shades and tints

Shades of #E6CCFC

#E6CCFC
(230,204,252)
#D2BAE6
(210,186,230)
#BEA8D0
(190,168,208)
#AA96BA
(170,150,186)
#9684A4
(150,132,164)
#82728E
(130,114,142)
#6E6078
(110,96,120)
#5A4E62
(90,78,98)
#463C4C
(70,60,76)
#322A36
(50,42,54)
#1E1820
(30,24,32)
#000000
(0,0,0)

Tints of #E6CCFC

#E6CCFC
(230,204,252)
#E8D0FC
(232,208,252)
#EAD4FC
(234,212,252)
#ECD8FC
(236,216,252)
#EEDCFC
(238,220,252)
#F0E0FC
(240,224,252)
#F2E4FC
(242,228,252)
#F4E8FC
(244,232,252)
#F6ECFC
(246,236,252)
#F8F0FC
(248,240,252)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCFC; }

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

This text font color is #E6CCFC.


Background Color

.myBgColor { background-color: #E6CCFC; }

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

This div background color is #E6CCFC.


Border color

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

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

This div border color is #E6CCFC.


Opacity

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

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

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

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

This text has shadow with #E6CCFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCFC on black background.


Color preview on white background

This text has color #E6CCFC on white background.



Black color preview on #E6CCFC background

This text has black color on #E6CCFC background.


White color preview on #E6CCFC background

This text has white color on #E6CCFC background.