COLOR #E3C6EE

HEX: #E3C6EE
RGB: (227,198,238)

Renk bilgisi

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

RGB renk modeli

#E3C6EE color RGB value is (227,198,238).

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

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 198 of 255 = 78%
B 238 of 255 = 93%

227
198
238

R + G + B ~ 87%. #E3C6EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 198 + 238 = 663 (100%)
R 227 of 663 ~ 34.24%
G 198 of 663 ~ 29.86%
B 238 of 663 ~ 35.9%

%34.24
%29.86
%35.9

CMYK RENK MODELİ

#E3C6EE rengi CMYK tonu (5,17,0,7).

  • camgöbeği tonu 4.62%
  • eflatun tonu 16.81%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(5,17,0,7)
C5M17Y0K7 
(5%,17%,0%,7%)
(0.05/0.17/0.00/0.07)	

CMYK yüzdeleri

%4.62
%16.81
%0
%6.67

Codes

Color #E3C6EE in popluar color models

E3C6EE
RGB227198238
HSL284°54.05%85.49%
HSB/HSV284°16.81%93.33%
CMYK4.62%16.81%0.00%
6.67%

Color #E3C6EE in popluar number systems.

HEXE3C6EE
Decimal227198238
Binary111000111100011011101110
Octal343306356

Shades and tints

Shades of #E3C6EE

#E3C6EE
(227,198,238)
#CFB4D9
(207,180,217)
#BBA2C4
(187,162,196)
#A790AF
(167,144,175)
#937E9A
(147,126,154)
#7F6C85
(127,108,133)
#6B5A70
(107,90,112)
#57485B
(87,72,91)
#433646
(67,54,70)
#2F2431
(47,36,49)
#1B121C
(27,18,28)
#000000
(0,0,0)

Tints of #E3C6EE

#E3C6EE
(227,198,238)
#E5CBEF
(229,203,239)
#E7D0F0
(231,208,240)
#E9D5F1
(233,213,241)
#EBDAF2
(235,218,242)
#EDDFF3
(237,223,243)
#EFE4F4
(239,228,244)
#F1E9F5
(241,233,245)
#F3EEF6
(243,238,246)
#F5F3F7
(245,243,247)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3C6EE; }

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

This text font color is #E3C6EE.


Background Color

.myBgColor { background-color: #E3C6EE; }

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

This div background color is #E3C6EE.


Border color

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

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

This div border color is #E3C6EE.


Opacity

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

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

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

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

This text has shadow with #E3C6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C6EE on black background.


Color preview on white background

This text has color #E3C6EE on white background.



Black color preview on #E3C6EE background

This text has black color on #E3C6EE background.


White color preview on #E3C6EE background

This text has white color on #E3C6EE background.