COLOR #E6C2CA

HEX: #E6C2CA
RGB: (230,194,202)

Color info

#E6C2CA contains red, green and blue colors in about the same proportion. Web safe color of #E6C2CA is #CCCCCC (or #CCC).

RGB color model

#E6C2CA color RGB value is (230,194,202).

  • red value is 230;
  • green value is 194;
  • blue value is 202.
RGB:
(230,194,202)
(90%,76%,79%)

RGB channels and saturation

R 230 of 255 = 90%
G 194 of 255 = 76%
B 202 of 255 = 79%

230
194
202

R + G + B ~ 82%. #E6C2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 194 + 202 = 626 (100%)
R 230 of 626 ~ 36.74%
G 194 of 626 ~ 30.99%
B 202 of 626 ~ 32.27%

%36.74
%30.99
%32.27

CMYK color model

#E6C2CA color CMYK value is (0,16,12,10).

  • cyan value is 0.00%
  • magenta value is 15.65%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(0,16,12,10)
C0M16Y12K10 
(0%,16%,12%,10%)
(0.00/0.16/0.12/0.10)	

CMYK percentages

%0
%15.65
%12.17
%9.8

Codes

Color #E6C2CA in popluar color models

E6C2CA
RGB230194202
HSL347°41.86%83.14%
HSB/HSV347°15.65%90.20%
CMYK0.00%15.65%12.17%
9.80%

Color #E6C2CA in popluar number systems.

HEXE6C2CA
Decimal230194202
Binary111001101100001011001010
Octal346302312

Shades and tints

Shades of #E6C2CA

#E6C2CA
(230,194,202)
#D2B1B8
(210,177,184)
#BEA0A6
(190,160,166)
#AA8F94
(170,143,148)
#967E82
(150,126,130)
#826D70
(130,109,112)
#6E5C5E
(110,92,94)
#5A4B4C
(90,75,76)
#463A3A
(70,58,58)
#322928
(50,41,40)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #E6C2CA

#E6C2CA
(230,194,202)
#E8C7CE
(232,199,206)
#EACCD2
(234,204,210)
#ECD1D6
(236,209,214)
#EED6DA
(238,214,218)
#F0DBDE
(240,219,222)
#F2E0E2
(242,224,226)
#F4E5E6
(244,229,230)
#F6EAEA
(246,234,234)
#F8EFEE
(248,239,238)
#FAF4F2
(250,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C2CA color. Also use rgb(230,194,202) instead hex code.

Text Font Color

.myTextColor { color: #E6C2CA; }

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

This text font color is #E6C2CA.


Background Color

.myBgColor { background-color: #E6C2CA; }

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

This div background color is #E6C2CA.


Border color

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

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

This div border color is #E6C2CA.


Opacity

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

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

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

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

This text has shadow with #E6C2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C2CA on black background.


Color preview on white background

This text has color #E6C2CA on white background.



Black color preview on #E6C2CA background

This text has black color on #E6C2CA background.


White color preview on #E6C2CA background

This text has white color on #E6C2CA background.