COLOR #E4C7CF

HEX: #E4C7CF RGB: (228,199,207)

Color info

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

RGB color model

#E4C7CF color RGB value is (228,199,207).

RGB: (228,199,207) (89%, 78%, 81%)

RGB channels and saturation

R 228 of 255 = 89%
G 199 of 255 = 78%
B 207 of 255 = 81%

228
199
207

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

Portions of RGB colors in percentages

R + G + B = 228 + 199 + 207 = 634 (100%)
R 228 of 634 ~ 35.96%
G 199 of 634 ~ 31.39%
B 207 of 634 ~ 32.65'%

%35.96
%31.39
%32.65

CMYK color model

#E4C7CF color CMYK value is (0,13,9,11).

  • cyan value is 0.00%
  • magenta value is 12.72%
  • yellow value is 9.21%
  • key color value is 10.59%

CMYK: (0,13,9,11)
C0M13Y9K11 (0%, 13%, 9%, 11%)
(0.00 / 0.13 / 0.09 / 0.11)

CMYK percentages

%0
%12.72
%9.21
%10.59

Codes

Color #E4C7CF in popluar color models

E4 C7 CF
RGB 228 199 207
HSL 343° 34.94% 83.73%
HSB/HSV 343° 12.72% 89.41%
CMYK 0.00% 12.72% 9.21%
10.59%

Color #E4C7CF in popluar number systems.

HEX E4 C7 CF
Decimal 228 199 207
Binary 11100100 11000111 11001111
Octal 344 307 317

Shades and tints

Shades of #E4C7CF

#E4C7CF
(228,199,207)
#D0B5BD
(208,181,189)
#BCA3AB
(188,163,171)
#A89199
(168,145,153)
#947F87
(148,127,135)
#806D75
(128,109,117)
#6C5B63
(108,91,99)
#584951
(88,73,81)
#44373F
(68,55,63)
#30252D
(48,37,45)
#1C131B
(28,19,27)
#000000
(0,0,0)

Tints of #E4C7CF

#E4C7CF
(228,199,207)
#E6CCD3
(230,204,211)
#E8D1D7
(232,209,215)
#EAD6DB
(234,214,219)
#ECDBDF
(236,219,223)
#EEE0E3
(238,224,227)
#F0E5E7
(240,229,231)
#F2EAEB
(242,234,235)
#F4EFEF
(244,239,239)
#F6F4F3
(246,244,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4C7CF color. Also use rgb(228,199,207) instead hex code.

Text Font Color

.myTextColor { color: #E4C7CF; }

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

This text font color is #E4C7CF.

Background Color

.myBgColor { background-color: #E4C7CF; }

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

This div background color is #E4C7CF.

Border color

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

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

This div border color is #E4C7CF.

Opacity

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

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

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

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

This text has shadow with #E4C7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C7CF.

Preview

Color preview on black background

This text has color #E4C7CF on black background.


Color preview on white background

This text has color #E4C7CF on white background.


Black color preview on #E4C7CF background

This text has black color on #E4C7CF background.


White color preview on #E4C7CF background

This text has white color on #E4C7CF background.


Related colors

Complementary color

Complementary color for #hex is #1B3830.


I love getcolorcode.com

Triadic colors

1 #CFE4C7 and #C7CFE4 with #E4C7CF are triadic colors.

2 #CFC7E4 and #C7E4CF with #E4C7CF are triadic colors.