COLOR #E3C6FF

HEX: #E3C6FF
RGB: (227,198,255)

Renk bilgisi

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

RGB renk modeli

#E3C6FF color RGB value is (227,198,255).

  • kırmız ton 227;
  • yeşil ton 198;
  • mavi ton 255.
RGB:
(227,198,255)
(89%,78%,100%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 198 of 255 = 78%
B 255 of 255 = 100%

227
198
255

R + G + B ~ 89%. #E3C6FF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 198 + 255 = 680 (100%)
R 227 of 680 ~ 33.38%
G 198 of 680 ~ 29.12%
B 255 of 680 ~ 37.5%

%33.38
%29.12
%37.5

CMYK RENK MODELİ

#E3C6FF rengi CMYK tonu (11,22,0,0).

  • camgöbeği tonu 10.98%
  • eflatun tonu 22.35%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(11,22,0,0)
C11M22Y0K0 
(11%,22%,0%,0%)
(0.11/0.22/0.00/0.00)	

CMYK yüzdeleri

%10.98
%22.35
%0
%0

Codes

Color #E3C6FF in popluar color models

E3C6FF
RGB227198255
HSL271°100.00%88.82%
HSB/HSV271°22.35%100.00%
CMYK10.98%22.35%0.00%
0.00%

Color #E3C6FF in popluar number systems.

HEXE3C6FF
Decimal227198255
Binary111000111100011011111111
Octal343306377

Shades and tints

Shades of #E3C6FF

#E3C6FF
(227,198,255)
#CFB4E8
(207,180,232)
#BBA2D1
(187,162,209)
#A790BA
(167,144,186)
#937EA3
(147,126,163)
#7F6C8C
(127,108,140)
#6B5A75
(107,90,117)
#57485E
(87,72,94)
#433647
(67,54,71)
#2F2430
(47,36,48)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #E3C6FF

#E3C6FF
(227,198,255)
#E5CBFF
(229,203,255)
#E7D0FF
(231,208,255)
#E9D5FF
(233,213,255)
#EBDAFF
(235,218,255)
#EDDFFF
(237,223,255)
#EFE4FF
(239,228,255)
#F1E9FF
(241,233,255)
#F3EEFF
(243,238,255)
#F5F3FF
(245,243,255)
#F7F8FF
(247,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6FF; }

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

This text font color is #E3C6FF.


Background Color

.myBgColor { background-color: #E3C6FF; }

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

This div background color is #E3C6FF.


Border color

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

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

This div border color is #E3C6FF.


Opacity

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

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

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

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

This text has shadow with #E3C6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C6FF on black background.


Color preview on white background

This text has color #E3C6FF on white background.



Black color preview on #E3C6FF background

This text has black color on #E3C6FF background.


White color preview on #E3C6FF background

This text has white color on #E3C6FF background.