COLOR #E6C5CE

HEX: #E6C5CE
RGB: (230,197,206)

Color info

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

RGB color model

#E6C5CE color RGB value is (230,197,206).

  • red value is 230;
  • green value is 197;
  • blue value is 206.
RGB:
(230,197,206)
(90%,77%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 206 of 255 = 81%

230
197
206

R + G + B ~ 83%. #E6C5CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 206 = 633 (100%)
R 230 of 633 ~ 36.33%
G 197 of 633 ~ 31.12%
B 206 of 633 ~ 32.54%

%36.33
%31.12
%32.54

CMYK color model

#E6C5CE color CMYK value is (0,14,10,10).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,14,10,10)
C0M14Y10K10 
(0%,14%,10%,10%)
(0.00/0.14/0.10/0.10)	

CMYK percentages

%0
%14.35
%10.43
%9.8

Codes

Color #E6C5CE in popluar color models

E6C5CE
RGB230197206
HSL344°39.76%83.73%
HSB/HSV344°14.35%90.20%
CMYK0.00%14.35%10.43%
9.80%

Color #E6C5CE in popluar number systems.

HEXE6C5CE
Decimal230197206
Binary111001101100010111001110
Octal346305316

Shades and tints

Shades of #E6C5CE

#E6C5CE
(230,197,206)
#D2B4BC
(210,180,188)
#BEA3AA
(190,163,170)
#AA9298
(170,146,152)
#968186
(150,129,134)
#827074
(130,112,116)
#6E5F62
(110,95,98)
#5A4E50
(90,78,80)
#463D3E
(70,61,62)
#322C2C
(50,44,44)
#1E1B1A
(30,27,26)
#000000
(0,0,0)

Tints of #E6C5CE

#E6C5CE
(230,197,206)
#E8CAD2
(232,202,210)
#EACFD6
(234,207,214)
#ECD4DA
(236,212,218)
#EED9DE
(238,217,222)
#F0DEE2
(240,222,226)
#F2E3E6
(242,227,230)
#F4E8EA
(244,232,234)
#F6EDEE
(246,237,238)
#F8F2F2
(248,242,242)
#FAF7F6
(250,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C5CE color. Also use rgb(230,197,206) instead hex code.

Text Font Color

.myTextColor { color: #E6C5CE; }

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

This text font color is #E6C5CE.


Background Color

.myBgColor { background-color: #E6C5CE; }

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

This div background color is #E6C5CE.


Border color

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

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

This div border color is #E6C5CE.


Opacity

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

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

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

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

This text has shadow with #E6C5CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5CE on black background.


Color preview on white background

This text has color #E6C5CE on white background.



Black color preview on #E6C5CE background

This text has black color on #E6C5CE background.


White color preview on #E6C5CE background

This text has white color on #E6C5CE background.