COLOR #E5C4CF

HEX: #E5C4CF RGB: (229,196,207)

Color info

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

RGB color model

#E5C4CF color RGB value is (229,196,207).

RGB: (229,196,207) (90%, 77%, 81%)

RGB channels and saturation

R 229 of 255 = 90%
G 196 of 255 = 77%
B 207 of 255 = 81%

229
196
207

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

Portions of RGB colors in percentages

R + G + B = 229 + 196 + 207 = 632 (100%)
R 229 of 632 ~ 36.23%
G 196 of 632 ~ 31.01%
B 207 of 632 ~ 32.75'%

%36.23
%31.01
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.41%
  • yellow value is 9.61%
  • key color value is 10.20%

CMYK: (0,14,10,10)
C0M14Y10K10 (0%, 14%, 10%, 10%)
(0.00 / 0.14 / 0.10 / 0.10)

CMYK percentages

%0
%14.41
%9.61
%10.2

Codes

Color #E5C4CF in popluar color models

E5 C4 CF
RGB 229 196 207
HSL 340° 38.82% 83.33%
HSB/HSV 340° 14.41% 89.80%
CMYK 0.00% 14.41% 9.61%
10.20%

Color #E5C4CF in popluar number systems.

HEX E5 C4 CF
Decimal 229 196 207
Binary 11100101 11000100 11001111
Octal 345 304 317

Shades and tints

Shades of #E5C4CF

#E5C4CF
(229,196,207)
#D1B3BD
(209,179,189)
#BDA2AB
(189,162,171)
#A99199
(169,145,153)
#958087
(149,128,135)
#816F75
(129,111,117)
#6D5E63
(109,94,99)
#594D51
(89,77,81)
#453C3F
(69,60,63)
#312B2D
(49,43,45)
#1D1A1B
(29,26,27)
#000000
(0,0,0)

Tints of #E5C4CF

#E5C4CF
(229,196,207)
#E7C9D3
(231,201,211)
#E9CED7
(233,206,215)
#EBD3DB
(235,211,219)
#EDD8DF
(237,216,223)
#EFDDE3
(239,221,227)
#F1E2E7
(241,226,231)
#F3E7EB
(243,231,235)
#F5ECEF
(245,236,239)
#F7F1F3
(247,241,243)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5C4CF color. Also use rgb(229,196,207) instead hex code.

Text Font Color

.myTextColor { color: #E5C4CF; }

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

This text font color is #E5C4CF.

Background Color

.myBgColor { background-color: #E5C4CF; }

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

This div background color is #E5C4CF.

Border color

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

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

This div border color is #E5C4CF.

Opacity

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

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

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

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

This text has shadow with #E5C4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5C4CF.

Preview

Color preview on black background

This text has color #E5C4CF on black background.


Color preview on white background

This text has color #E5C4CF on white background.


Black color preview on #E5C4CF background

This text has black color on #E5C4CF background.


White color preview on #E5C4CF background

This text has white color on #E5C4CF background.


Related colors

Complementary color

Complementary color for #hex is #1A3B30.


I love getcolorcode.com

Triadic colors

1 #CFE5C4 and #C4CFE5 with #E5C4CF are triadic colors.

2 #CFC4E5 and #C4E5CF with #E5C4CF are triadic colors.