COLOR #E8C4CF

HEX: #E8C4CF RGB: (232,196,207)

Color info

#E8C4CF contains red, green and blue colors in about the same proportion. Web safe color of #E8C4CF is #FFCCCC (or #FCC).

RGB color model

#E8C4CF color RGB value is (232,196,207).

RGB: (232,196,207) (91%, 77%, 81%)

RGB channels and saturation

R 232 of 255 = 91%
G 196 of 255 = 77%
B 207 of 255 = 81%

232
196
207

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

Portions of RGB colors in percentages

R + G + B = 232 + 196 + 207 = 635 (100%)
R 232 of 635 ~ 36.54%
G 196 of 635 ~ 30.87%
B 207 of 635 ~ 32.6'%

%36.54
%30.87
%32.6

CMYK color model

#E8C4CF color CMYK value is (0,16,11,9).

  • cyan value is 0.00%
  • magenta value is 15.52%
  • yellow value is 10.78%
  • key color value is 9.02%

CMYK: (0,16,11,9)
C0M16Y11K9 (0%, 16%, 11%, 9%)
(0.00 / 0.16 / 0.11 / 0.09)

CMYK percentages

%0
%15.52
%10.78
%9.02

Codes

Color #E8C4CF in popluar color models

E8 C4 CF
RGB 232 196 207
HSL 342° 43.90% 83.92%
HSB/HSV 342° 15.52% 90.98%
CMYK 0.00% 15.52% 10.78%
9.02%

Color #E8C4CF in popluar number systems.

HEX E8 C4 CF
Decimal 232 196 207
Binary 11101000 11000100 11001111
Octal 350 304 317

Shades and tints

Shades of #E8C4CF

#E8C4CF
(232,196,207)
#D3B3BD
(211,179,189)
#BEA2AB
(190,162,171)
#A99199
(169,145,153)
#948087
(148,128,135)
#7F6F75
(127,111,117)
#6A5E63
(106,94,99)
#554D51
(85,77,81)
#403C3F
(64,60,63)
#2B2B2D
(43,43,45)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #E8C4CF

#E8C4CF
(232,196,207)
#EAC9D3
(234,201,211)
#ECCED7
(236,206,215)
#EED3DB
(238,211,219)
#F0D8DF
(240,216,223)
#F2DDE3
(242,221,227)
#F4E2E7
(244,226,231)
#F6E7EB
(246,231,235)
#F8ECEF
(248,236,239)
#FAF1F3
(250,241,243)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C4CF; }

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

This text font color is #E8C4CF.

Background Color

.myBgColor { background-color: #E8C4CF; }

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

This div background color is #E8C4CF.

Border color

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

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

This div border color is #E8C4CF.

Opacity

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

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

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

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

This text has shadow with #E8C4CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C4CF.

Preview

Color preview on black background

This text has color #E8C4CF on black background.


Color preview on white background

This text has color #E8C4CF on white background.


Black color preview on #E8C4CF background

This text has black color on #E8C4CF background.


White color preview on #E8C4CF background

This text has white color on #E8C4CF background.


Related colors

Complementary color

Complementary color for #hex is #173B30.


I love getcolorcode.com

Triadic colors

1 #CFE8C4 and #C4CFE8 with #E8C4CF are triadic colors.

2 #CFC4E8 and #C4E8CF with #E8C4CF are triadic colors.