COLOR #E6C5CD

HEX: #E6C5CD
RGB: (230,197,205)

Color info

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

RGB color model

#E6C5CD color RGB value is (230,197,205).

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

RGB channels and saturation

R 230 of 255 = 90%
G 197 of 255 = 77%
B 205 of 255 = 80%

230
197
205

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

Portions of RGB colors in percentages

R + G + B =
230 + 197 + 205 = 632 (100%)
R 230 of 632 ~ 36.39%
G 197 of 632 ~ 31.17%
B 205 of 632 ~ 32.44%

%36.39
%31.17
%32.44

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 10.87%
  • key color value is 9.80%
CMYK:
(0,14,11,10)
C0M14Y11K10 
(0%,14%,11%,10%)
(0.00/0.14/0.11/0.10)	

CMYK percentages

%0
%14.35
%10.87
%9.8

Codes

Color #E6C5CD in popluar color models

E6C5CD
RGB230197205
HSL345°39.76%83.73%
HSB/HSV345°14.35%90.20%
CMYK0.00%14.35%10.87%
9.80%

Color #E6C5CD in popluar number systems.

HEXE6C5CD
Decimal230197205
Binary111001101100010111001101
Octal346305315

Shades and tints

Shades of #E6C5CD

#E6C5CD
(230,197,205)
#D2B4BB
(210,180,187)
#BEA3A9
(190,163,169)
#AA9297
(170,146,151)
#968185
(150,129,133)
#827073
(130,112,115)
#6E5F61
(110,95,97)
#5A4E4F
(90,78,79)
#463D3D
(70,61,61)
#322C2B
(50,44,43)
#1E1B19
(30,27,25)
#000000
(0,0,0)

Tints of #E6C5CD

#E6C5CD
(230,197,205)
#E8CAD1
(232,202,209)
#EACFD5
(234,207,213)
#ECD4D9
(236,212,217)
#EED9DD
(238,217,221)
#F0DEE1
(240,222,225)
#F2E3E5
(242,227,229)
#F4E8E9
(244,232,233)
#F6EDED
(246,237,237)
#F8F2F1
(248,242,241)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C5CD; }

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

This text font color is #E6C5CD.


Background Color

.myBgColor { background-color: #E6C5CD; }

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

This div background color is #E6C5CD.


Border color

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

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

This div border color is #E6C5CD.


Opacity

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

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

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

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

This text has shadow with #E6C5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C5CD on black background.


Color preview on white background

This text has color #E6C5CD on white background.



Black color preview on #E6C5CD background

This text has black color on #E6C5CD background.


White color preview on #E6C5CD background

This text has white color on #E6C5CD background.