COLOR #E6C1EE

HEX: #E6C1EE
RGB: (230,193,238)

Renk bilgisi

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

RGB renk modeli

#E6C1EE color RGB value is (230,193,238).

  • kırmız ton 230;
  • yeşil ton 193;
  • mavi ton 238.
RGB:
(230,193,238)
(90%,76%,93%)

RGB bağlantıları ve doygunluk

R 230 of 255 = 90%
G 193 of 255 = 76%
B 238 of 255 = 93%

230
193
238

R + G + B ~ 86%. #E6C1EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 193 + 238 = 661 (100%)
R 230 of 661 ~ 34.8%
G 193 of 661 ~ 29.2%
B 238 of 661 ~ 36.01%

%34.8
%29.2
%36.01

CMYK RENK MODELİ

#E6C1EE rengi CMYK tonu (3,19,0,7).

  • camgöbeği tonu 3.36%
  • eflatun tonu 18.91%
  • sarı tonu 0.00%
  • ana renk tonu 6.67%
CMYK:
(3,19,0,7)
C3M19Y0K7 
(3%,19%,0%,7%)
(0.03/0.19/0.00/0.07)	

CMYK yüzdeleri

%3.36
%18.91
%0
%6.67

Codes

Color #E6C1EE in popluar color models

E6C1EE
RGB230193238
HSL289°56.96%84.51%
HSB/HSV289°18.91%93.33%
CMYK3.36%18.91%0.00%
6.67%

Color #E6C1EE in popluar number systems.

HEXE6C1EE
Decimal230193238
Binary111001101100000111101110
Octal346301356

Shades and tints

Shades of #E6C1EE

#E6C1EE
(230,193,238)
#D2B0D9
(210,176,217)
#BE9FC4
(190,159,196)
#AA8EAF
(170,142,175)
#967D9A
(150,125,154)
#826C85
(130,108,133)
#6E5B70
(110,91,112)
#5A4A5B
(90,74,91)
#463946
(70,57,70)
#322831
(50,40,49)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6C1EE

#E6C1EE
(230,193,238)
#E8C6EF
(232,198,239)
#EACBF0
(234,203,240)
#ECD0F1
(236,208,241)
#EED5F2
(238,213,242)
#F0DAF3
(240,218,243)
#F2DFF4
(242,223,244)
#F4E4F5
(244,228,245)
#F6E9F6
(246,233,246)
#F8EEF7
(248,238,247)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C1EE color. Also use rgb(230,193,238) instead hex code.

Text Font Color

.myTextColor { color: #E6C1EE; }

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

This text font color is #E6C1EE.


Background Color

.myBgColor { background-color: #E6C1EE; }

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

This div background color is #E6C1EE.


Border color

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

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

This div border color is #E6C1EE.


Opacity

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

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

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

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

This text has shadow with #E6C1EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1EE on black background.


Color preview on white background

This text has color #E6C1EE on white background.



Black color preview on #E6C1EE background

This text has black color on #E6C1EE background.


White color preview on #E6C1EE background

This text has white color on #E6C1EE background.