COLOR #E6C3EB

HEX: #E6C3EB
RGB: (230,195,235)

Color info

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

RGB color model

#E6C3EB color RGB value is (230,195,235).

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

RGB channels and saturation

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

230
195
235

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

Portions of RGB colors in percentages

R + G + B =
230 + 195 + 235 = 660 (100%)
R 230 of 660 ~ 34.85%
G 195 of 660 ~ 29.55%
B 235 of 660 ~ 35.61%

%34.85
%29.55
%35.61

CMYK color model

#E6C3EB color CMYK value is (2,17,0,8).

  • cyan value is 2.13%
  • magenta value is 17.02%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(2,17,0,8)
C2M17Y0K8 
(2%,17%,0%,8%)
(0.02/0.17/0.00/0.08)	

CMYK percentages

%2.13
%17.02
%0
%7.84

Codes

Color #E6C3EB in popluar color models

E6C3EB
RGB230195235
HSL293°50.00%84.31%
HSB/HSV293°17.02%92.16%
CMYK2.13%17.02%0.00%
7.84%

Color #E6C3EB in popluar number systems.

HEXE6C3EB
Decimal230195235
Binary111001101100001111101011
Octal346303353

Shades and tints

Shades of #E6C3EB

#E6C3EB
(230,195,235)
#D2B2D6
(210,178,214)
#BEA1C1
(190,161,193)
#AA90AC
(170,144,172)
#967F97
(150,127,151)
#826E82
(130,110,130)
#6E5D6D
(110,93,109)
#5A4C58
(90,76,88)
#463B43
(70,59,67)
#322A2E
(50,42,46)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6C3EB

#E6C3EB
(230,195,235)
#E8C8EC
(232,200,236)
#EACDED
(234,205,237)
#ECD2EE
(236,210,238)
#EED7EF
(238,215,239)
#F0DCF0
(240,220,240)
#F2E1F1
(242,225,241)
#F4E6F2
(244,230,242)
#F6EBF3
(246,235,243)
#F8F0F4
(248,240,244)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C3EB; }

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

This text font color is #E6C3EB.


Background Color

.myBgColor { background-color: #E6C3EB; }

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

This div background color is #E6C3EB.


Border color

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

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

This div border color is #E6C3EB.


Opacity

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

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

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

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

This text has shadow with #E6C3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C3EB on black background.


Color preview on white background

This text has color #E6C3EB on white background.



Black color preview on #E6C3EB background

This text has black color on #E6C3EB background.


White color preview on #E6C3EB background

This text has white color on #E6C3EB background.