COLOR #E6C1EC

HEX: #E6C1EC
RGB: (230,193,236)

Renk bilgisi

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

RGB renk modeli

#E6C1EC color RGB value is (230,193,236).

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

RGB bağlantıları ve doygunluk

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

230
193
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
230 + 193 + 236 = 659 (100%)
R 230 of 659 ~ 34.9%
G 193 of 659 ~ 29.29%
B 236 of 659 ~ 35.81%

%34.9
%29.29
%35.81

CMYK RENK MODELİ

#E6C1EC rengi CMYK tonu (3,18,0,7).

  • camgöbeği tonu 2.54%
  • eflatun tonu 18.22%
  • sarı tonu 0.00%
  • ana renk tonu 7.45%
CMYK:
(3,18,0,7)
C3M18Y0K7 
(3%,18%,0%,7%)
(0.03/0.18/0.00/0.07)	

CMYK yüzdeleri

%2.54
%18.22
%0
%7.45

Codes

Color #E6C1EC in popluar color models

E6C1EC
RGB230193236
HSL292°53.09%84.12%
HSB/HSV292°18.22%92.55%
CMYK2.54%18.22%0.00%
7.45%

Color #E6C1EC in popluar number systems.

HEXE6C1EC
Decimal230193236
Binary111001101100000111101100
Octal346301354

Shades and tints

Shades of #E6C1EC

#E6C1EC
(230,193,236)
#D2B0D7
(210,176,215)
#BE9FC2
(190,159,194)
#AA8EAD
(170,142,173)
#967D98
(150,125,152)
#826C83
(130,108,131)
#6E5B6E
(110,91,110)
#5A4A59
(90,74,89)
#463944
(70,57,68)
#32282F
(50,40,47)
#1E171A
(30,23,26)
#000000
(0,0,0)

Tints of #E6C1EC

#E6C1EC
(230,193,236)
#E8C6ED
(232,198,237)
#EACBEE
(234,203,238)
#ECD0EF
(236,208,239)
#EED5F0
(238,213,240)
#F0DAF1
(240,218,241)
#F2DFF2
(242,223,242)
#F4E4F3
(244,228,243)
#F6E9F4
(246,233,244)
#F8EEF5
(248,238,245)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C1EC; }

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

This text font color is #E6C1EC.


Background Color

.myBgColor { background-color: #E6C1EC; }

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

This div background color is #E6C1EC.


Border color

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

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

This div border color is #E6C1EC.


Opacity

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

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

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

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

This text has shadow with #E6C1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1EC on black background.


Color preview on white background

This text has color #E6C1EC on white background.



Black color preview on #E6C1EC background

This text has black color on #E6C1EC background.


White color preview on #E6C1EC background

This text has white color on #E6C1EC background.