COLOR #E5C1CD

HEX: #E5C1CD RGB: (229,193,205)

Color info

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

RGB color model

#E5C1CD color RGB value is (229,193,205).

RGB: (229,193,205) (90%, 76%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 193 of 255 = 76%
B 205 of 255 = 80%

229
193
205

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

Portions of RGB colors in percentages

R + G + B = 229 + 193 + 205 = 627 (100%)
R 229 of 627 ~ 36.52%
G 193 of 627 ~ 30.78%
B 205 of 627 ~ 32.7'%

%36.52
%30.78
%32.7

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.72%
  • yellow value is 10.48%
  • key color value is 10.20%
CMYK: (0,16,10,10) C0M16Y10K10 (0%,16%,10%,10%) (0.00/0.16/0.10/0.10) 

CMYK percentages

%0
%15.72
%10.48
%10.2

Codes

Color #E5C1CD in popluar color models

E5 C1 CD
RGB 229 193 205
HSL 340° 40.91% 82.75%
HSB/HSV 340° 15.72% 89.80%
CMYK 0.00% 15.72% 10.48%
10.20%

Color #E5C1CD in popluar number systems.

HEX E5 C1 CD
Decimal 229 193 205
Binary 11100101 11000001 11001101
Octal 345 301 315

Shades and tints

Shades of #E5C1CD

#E5C1CD
(229,193,205)
#D1B0BB
(209,176,187)
#BD9FA9
(189,159,169)
#A98E97
(169,142,151)
#957D85
(149,125,133)
#816C73
(129,108,115)
#6D5B61
(109,91,97)
#594A4F
(89,74,79)
#45393D
(69,57,61)
#31282B
(49,40,43)
#1D1719
(29,23,25)
#000000
(0,0,0)

Tints of #E5C1CD

#E5C1CD
(229,193,205)
#E7C6D1
(231,198,209)
#E9CBD5
(233,203,213)
#EBD0D9
(235,208,217)
#EDD5DD
(237,213,221)
#EFDAE1
(239,218,225)
#F1DFE5
(241,223,229)
#F3E4E9
(243,228,233)
#F5E9ED
(245,233,237)
#F7EEF1
(247,238,241)
#F9F3F5
(249,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C1CD color. Also use rgb(229,193,205) instead hex code.

Text Font Color

.myTextColor { color: #E5C1CD; }

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

This text font color is #E5C1CD.

Background Color

.myBgColor { background-color: #E5C1CD; }

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

This div background color is #E5C1CD.

Border color

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

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

This div border color is #E5C1CD.

Opacity

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

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

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

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

This text has shadow with #E5C1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C1CD.

Preview

Color preview on black background

This text has color #E5C1CD on black background.


Color preview on white background

This text has color #E5C1CD on white background.


Black color preview on #E5C1CD background

This text has black color on #E5C1CD background.


White color preview on #E5C1CD background

This text has white color on #E5C1CD background.


Related colors

Complementary color

Complementary color for #hex is #1A3E32.


I love getcolorcode.com

Triadic colors

1 #CDE5C1 and #C1CDE5 with #E5C1CD are triadic colors.

2 #CDC1E5 and #C1E5CD with #E5C1CD are triadic colors.