COLOR #E6CCEF

HEX: #E6CCEF
RGB: (230,204,239)

Renk bilgisi

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

RGB renk modeli

#E6CCEF color RGB value is (230,204,239).

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

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 204 of 255 = 80%
B 239 of 255 = 94%

230
204
239

R + G + B ~ 88%. #E6CCEF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 204 + 239 = 673 (100%)
R 230 of 673 ~ 34.18%
G 204 of 673 ~ 30.31%
B 239 of 673 ~ 35.51%

%34.18
%30.31
%35.51

CMYK RENK MODELİ

#E6CCEF rengi CMYK tonu (4,15,0,6).

  • camgöbeği tonu 3.77%
  • eflatun tonu 14.64%
  • sarı tonu 0.00%
  • ana renk tonu 6.27%
CMYK:
(4,15,0,6)
C4M15Y0K6 
(4%,15%,0%,6%)
(0.04/0.15/0.00/0.06)	

CMYK yüzdeleri

%3.77
%14.64
%0
%6.27

Codes

Color #E6CCEF in popluar color models

E6CCEF
RGB230204239
HSL285°52.24%86.86%
HSB/HSV285°14.64%93.73%
CMYK3.77%14.64%0.00%
6.27%

Color #E6CCEF in popluar number systems.

HEXE6CCEF
Decimal230204239
Binary111001101100110011101111
Octal346314357

Shades and tints

Shades of #E6CCEF

#E6CCEF
(230,204,239)
#D2BADA
(210,186,218)
#BEA8C5
(190,168,197)
#AA96B0
(170,150,176)
#96849B
(150,132,155)
#827286
(130,114,134)
#6E6071
(110,96,113)
#5A4E5C
(90,78,92)
#463C47
(70,60,71)
#322A32
(50,42,50)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #E6CCEF

#E6CCEF
(230,204,239)
#E8D0F0
(232,208,240)
#EAD4F1
(234,212,241)
#ECD8F2
(236,216,242)
#EEDCF3
(238,220,243)
#F0E0F4
(240,224,244)
#F2E4F5
(242,228,245)
#F4E8F6
(244,232,246)
#F6ECF7
(246,236,247)
#F8F0F8
(248,240,248)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCEF; }

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

This text font color is #E6CCEF.


Background Color

.myBgColor { background-color: #E6CCEF; }

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

This div background color is #E6CCEF.


Border color

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

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

This div border color is #E6CCEF.


Opacity

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

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

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

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

This text has shadow with #E6CCEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCEF on black background.


Color preview on white background

This text has color #E6CCEF on white background.



Black color preview on #E6CCEF background

This text has black color on #E6CCEF background.


White color preview on #E6CCEF background

This text has white color on #E6CCEF background.