COLOR #E4C7CA

HEX: #E4C7CA RGB: (228,199,202)

Color info

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

RGB color model

#E4C7CA color RGB value is (228,199,202).

RGB: (228,199,202) (89%, 78%, 79%)

RGB channels and saturation

R 228 of 255 = 89%
G 199 of 255 = 78%
B 202 of 255 = 79%

228
199
202

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

Portions of RGB colors in percentages

R + G + B = 228 + 199 + 202 = 629 (100%)
R 228 of 629 ~ 36.25%
G 199 of 629 ~ 31.64%
B 202 of 629 ~ 32.11'%

%36.25
%31.64
%32.11

CMYK color model

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

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

CMYK: (0,13,11,11)
C0M13Y11K11 (0%, 13%, 11%, 11%)
(0.00 / 0.13 / 0.11 / 0.11)

CMYK percentages

%0
%12.72
%11.4
%10.59

Codes

Color #E4C7CA in popluar color models

E4 C7 CA
RGB 228 199 202
HSL 354° 34.94% 83.73%
HSB/HSV 354° 12.72% 89.41%
CMYK 0.00% 12.72% 11.40%
10.59%

Color #E4C7CA in popluar number systems.

HEX E4 C7 CA
Decimal 228 199 202
Binary 11100100 11000111 11001010
Octal 344 307 312

Shades and tints

Shades of #E4C7CA

#E4C7CA
(228,199,202)
#D0B5B8
(208,181,184)
#BCA3A6
(188,163,166)
#A89194
(168,145,148)
#947F82
(148,127,130)
#806D70
(128,109,112)
#6C5B5E
(108,91,94)
#58494C
(88,73,76)
#44373A
(68,55,58)
#302528
(48,37,40)
#1C1316
(28,19,22)
#000000
(0,0,0)

Tints of #E4C7CA

#E4C7CA
(228,199,202)
#E6CCCE
(230,204,206)
#E8D1D2
(232,209,210)
#EAD6D6
(234,214,214)
#ECDBDA
(236,219,218)
#EEE0DE
(238,224,222)
#F0E5E2
(240,229,226)
#F2EAE6
(242,234,230)
#F4EFEA
(244,239,234)
#F6F4EE
(246,244,238)
#F8F9F2
(248,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4C7CA; }

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

This text font color is #E4C7CA.

Background Color

.myBgColor { background-color: #E4C7CA; }

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

This div background color is #E4C7CA.

Border color

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

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

This div border color is #E4C7CA.

Opacity

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

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

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

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

This text has shadow with #E4C7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4C7CA.

Preview

Color preview on black background

This text has color #E4C7CA on black background.


Color preview on white background

This text has color #E4C7CA on white background.


Black color preview on #E4C7CA background

This text has black color on #E4C7CA background.


White color preview on #E4C7CA background

This text has white color on #E4C7CA background.


Related colors

Complementary color

Complementary color for #hex is #1B3835.


I love getcolorcode.com

Triadic colors

1 #CAE4C7 and #C7CAE4 with #E4C7CA are triadic colors.

2 #CAC7E4 and #C7E4CA with #E4C7CA are triadic colors.