COLOR #E6C1EB

HEX: #E6C1EB
RGB: (230,193,235)

Color info

#E6C1EB contains red, green and blue colors in about the same proportion. Web safe color of #E6C1EB is #CCCCFF (or #CCF).

RGB color model

#E6C1EB color RGB value is (230,193,235).

  • red value is 230;
  • green value is 193;
  • blue value is 235.
RGB:
(230,193,235)
(90%,76%,92%)

RGB channels and saturation

R 230 of 255 = 90%
G 193 of 255 = 76%
B 235 of 255 = 92%

230
193
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 193 + 235 = 658 (100%)
R 230 of 658 ~ 34.95%
G 193 of 658 ~ 29.33%
B 235 of 658 ~ 35.71%

%34.95
%29.33
%35.71

CMYK color model

#E6C1EB color CMYK value is (2,18,0,8).

  • cyan value is 2.13%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,18,0,8)
C2M18Y0K8 
(2%,18%,0%,8%)
(0.02/0.18/0.00/0.08)	

CMYK percentages

%2.13
%17.87
%0
%7.84

Codes

Color #E6C1EB in popluar color models

E6C1EB
RGB230193235
HSL293°51.22%83.92%
HSB/HSV293°17.87%92.16%
CMYK2.13%17.87%0.00%
7.84%

Color #E6C1EB in popluar number systems.

HEXE6C1EB
Decimal230193235
Binary111001101100000111101011
Octal346301353

Shades and tints

Shades of #E6C1EB

#E6C1EB
(230,193,235)
#D2B0D6
(210,176,214)
#BE9FC1
(190,159,193)
#AA8EAC
(170,142,172)
#967D97
(150,125,151)
#826C82
(130,108,130)
#6E5B6D
(110,91,109)
#5A4A58
(90,74,88)
#463943
(70,57,67)
#32282E
(50,40,46)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6C1EB

#E6C1EB
(230,193,235)
#E8C6EC
(232,198,236)
#EACBED
(234,203,237)
#ECD0EE
(236,208,238)
#EED5EF
(238,213,239)
#F0DAF0
(240,218,240)
#F2DFF1
(242,223,241)
#F4E4F2
(244,228,242)
#F6E9F3
(246,233,243)
#F8EEF4
(248,238,244)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C1EB; }

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

This text font color is #E6C1EB.


Background Color

.myBgColor { background-color: #E6C1EB; }

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

This div background color is #E6C1EB.


Border color

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

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

This div border color is #E6C1EB.


Opacity

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

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

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

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

This text has shadow with #E6C1EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C1EB on black background.


Color preview on white background

This text has color #E6C1EB on white background.



Black color preview on #E6C1EB background

This text has black color on #E6C1EB background.


White color preview on #E6C1EB background

This text has white color on #E6C1EB background.