COLOR #E6C8CA

HEX: #E6C8CA
RGB: (230,200,202)

Color info

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

RGB color model

#E6C8CA color RGB value is (230,200,202).

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

RGB channels and saturation

R 230 of 255 = 90%
G 200 of 255 = 78%
B 202 of 255 = 79%

230
200
202

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

Portions of RGB colors in percentages

R + G + B =
230 + 200 + 202 = 632 (100%)
R 230 of 632 ~ 36.39%
G 200 of 632 ~ 31.65%
B 202 of 632 ~ 31.96%

%36.39
%31.65
%31.96

CMYK color model

#E6C8CA color CMYK value is (0,13,12,10).

  • cyan value is 0.00%
  • magenta value is 13.04%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(0,13,12,10)
C0M13Y12K10 
(0%,13%,12%,10%)
(0.00/0.13/0.12/0.10)	

CMYK percentages

%0
%13.04
%12.17
%9.8

Codes

Color #E6C8CA in popluar color models

E6C8CA
RGB230200202
HSL356°37.50%84.31%
HSB/HSV356°13.04%90.20%
CMYK0.00%13.04%12.17%
9.80%

Color #E6C8CA in popluar number systems.

HEXE6C8CA
Decimal230200202
Binary111001101100100011001010
Octal346310312

Shades and tints

Shades of #E6C8CA

#E6C8CA
(230,200,202)
#D2B6B8
(210,182,184)
#BEA4A6
(190,164,166)
#AA9294
(170,146,148)
#968082
(150,128,130)
#826E70
(130,110,112)
#6E5C5E
(110,92,94)
#5A4A4C
(90,74,76)
#46383A
(70,56,58)
#322628
(50,38,40)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E6C8CA

#E6C8CA
(230,200,202)
#E8CDCE
(232,205,206)
#EAD2D2
(234,210,210)
#ECD7D6
(236,215,214)
#EEDCDA
(238,220,218)
#F0E1DE
(240,225,222)
#F2E6E2
(242,230,226)
#F4EBE6
(244,235,230)
#F6F0EA
(246,240,234)
#F8F5EE
(248,245,238)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C8CA; }

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

This text font color is #E6C8CA.


Background Color

.myBgColor { background-color: #E6C8CA; }

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

This div background color is #E6C8CA.


Border color

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

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

This div border color is #E6C8CA.


Opacity

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

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

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

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

This text has shadow with #E6C8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C8CA on black background.


Color preview on white background

This text has color #E6C8CA on white background.



Black color preview on #E6C8CA background

This text has black color on #E6C8CA background.


White color preview on #E6C8CA background

This text has white color on #E6C8CA background.