COLOR #E6C8EC

HEX: #E6C8EC
RGB: (230,200,236)

Color info

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

RGB color model

#E6C8EC color RGB value is (230,200,236).

  • red value is 230;
  • green value is 200;
  • blue value is 236.
RGB:
(230,200,236)
(90%,78%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 200 of 255 = 78%
B 236 of 255 = 93%

230
200
236

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

Portions of RGB colors in percentages

R + G + B =
230 + 200 + 236 = 666 (100%)
R 230 of 666 ~ 34.53%
G 200 of 666 ~ 30.03%
B 236 of 666 ~ 35.44%

%34.53
%30.03
%35.44

CMYK color model

#E6C8EC color CMYK value is (3,15,0,7).

  • cyan value is 2.54%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(3,15,0,7)
C3M15Y0K7 
(3%,15%,0%,7%)
(0.03/0.15/0.00/0.07)	

CMYK percentages

%2.54
%15.25
%0
%7.45

Codes

Color #E6C8EC in popluar color models

E6C8EC
RGB230200236
HSL290°48.65%85.49%
HSB/HSV290°15.25%92.55%
CMYK2.54%15.25%0.00%
7.45%

Color #E6C8EC in popluar number systems.

HEXE6C8EC
Decimal230200236
Binary111001101100100011101100
Octal346310354

Shades and tints

Shades of #E6C8EC

#E6C8EC
(230,200,236)
#D2B6D7
(210,182,215)
#BEA4C2
(190,164,194)
#AA92AD
(170,146,173)
#968098
(150,128,152)
#826E83
(130,110,131)
#6E5C6E
(110,92,110)
#5A4A59
(90,74,89)
#463844
(70,56,68)
#32262F
(50,38,47)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #E6C8EC

#E6C8EC
(230,200,236)
#E8CDED
(232,205,237)
#EAD2EE
(234,210,238)
#ECD7EF
(236,215,239)
#EEDCF0
(238,220,240)
#F0E1F1
(240,225,241)
#F2E6F2
(242,230,242)
#F4EBF3
(244,235,243)
#F6F0F4
(246,240,244)
#F8F5F5
(248,245,245)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C8EC; }

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

This text font color is #E6C8EC.


Background Color

.myBgColor { background-color: #E6C8EC; }

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

This div background color is #E6C8EC.


Border color

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

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

This div border color is #E6C8EC.


Opacity

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

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

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

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

This text has shadow with #E6C8EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C8EC on black background.


Color preview on white background

This text has color #E6C8EC on white background.



Black color preview on #E6C8EC background

This text has black color on #E6C8EC background.


White color preview on #E6C8EC background

This text has white color on #E6C8EC background.