COLOR #E6C4EC

HEX: #E6C4EC RGB: (230,196,236)

Color info

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

RGB color model

#E6C4EC color RGB value is (230,196,236).

RGB: (230,196,236) (90%, 77%, 93%)

RGB channels and saturation

R 230 of 255 = 90%
G 196 of 255 = 77%
B 236 of 255 = 93%

230
196
236

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

Portions of RGB colors in percentages

R + G + B = 230 + 196 + 236 = 662 (100%)
R 230 of 662 ~ 34.74%
G 196 of 662 ~ 29.61%
B 236 of 662 ~ 35.65'%

%34.74
%29.61
%35.65

CMYK color model

#E6C4EC color CMYK value is (3,17,0,7).

  • cyan value is 2.54%
  • magenta value is 16.95%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (3,17,0,7) C3M17Y0K7 (3%,17%,0%,7%) (0.03/0.17/0.00/0.07) 

CMYK percentages

%2.54
%16.95
%0
%7.45

Codes

Color #E6C4EC in popluar color models

E6 C4 EC
RGB 230 196 236
HSL 291° 51.28% 84.71%
HSB/HSV 291° 16.95% 92.55%
CMYK 2.54% 16.95% 0.00%
7.45%

Color #E6C4EC in popluar number systems.

HEX E6 C4 EC
Decimal 230 196 236
Binary 11100110 11000100 11101100
Octal 346 304 354

Shades and tints

Shades of #E6C4EC

#E6C4EC
(230,196,236)
#D2B3D7
(210,179,215)
#BEA2C2
(190,162,194)
#AA91AD
(170,145,173)
#968098
(150,128,152)
#826F83
(130,111,131)
#6E5E6E
(110,94,110)
#5A4D59
(90,77,89)
#463C44
(70,60,68)
#322B2F
(50,43,47)
#1E1A1A
(30,26,26)
#000000
(0,0,0)

Tints of #E6C4EC

#E6C4EC
(230,196,236)
#E8C9ED
(232,201,237)
#EACEEE
(234,206,238)
#ECD3EF
(236,211,239)
#EED8F0
(238,216,240)
#F0DDF1
(240,221,241)
#F2E2F2
(242,226,242)
#F4E7F3
(244,231,243)
#F6ECF4
(246,236,244)
#F8F1F5
(248,241,245)
#FAF6F6
(250,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C4EC; }

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

This text font color is #E6C4EC.

Background Color

.myBgColor { background-color: #E6C4EC; }

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

This div background color is #E6C4EC.

Border color

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

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

This div border color is #E6C4EC.

Opacity

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

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

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

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

This text has shadow with #E6C4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C4EC.

Preview

Color preview on black background

This text has color #E6C4EC on black background.


Color preview on white background

This text has color #E6C4EC on white background.


Black color preview on #E6C4EC background

This text has black color on #E6C4EC background.


White color preview on #E6C4EC background

This text has white color on #E6C4EC background.


Related colors

Complementary color

Complementary color for #hex is #193B13.


I love getcolorcode.com

Triadic colors

1 #ECE6C4 and #C4ECE6 with #E6C4EC are triadic colors.

2 #ECC4E6 and #C4E6EC with #E6C4EC are triadic colors.