COLOR #E3C7C5

HEX: #E3C7C5 RGB: (227,199,197)

Color info

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

RGB color model

#E3C7C5 color RGB value is (227,199,197).

RGB: (227,199,197) (89%, 78%, 77%)

RGB channels and saturation

R 227 of 255 = 89%
G 199 of 255 = 78%
B 197 of 255 = 77%

227
199
197

R + G + B ~ 81%. #E3C7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 199 + 197 = 623 (100%)
R 227 of 623 ~ 36.44%
G 199 of 623 ~ 31.94%
B 197 of 623 ~ 31.62'%

%36.44
%31.94
%31.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 13.22%
  • key color value is 10.98%

CMYK: (0,12,13,11)
C0M12Y13K11 (0%, 12%, 13%, 11%)
(0.00 / 0.12 / 0.13 / 0.11)

CMYK percentages

%0
%12.33
%13.22
%10.98

Codes

Color #E3C7C5 in popluar color models

E3 C7 C5
RGB 227 199 197
HSL 34.88% 83.14%
HSB/HSV 13.22% 89.02%
CMYK 0.00% 12.33% 13.22%
10.98%

Color #E3C7C5 in popluar number systems.

HEX E3 C7 C5
Decimal 227 199 197
Binary 11100011 11000111 11000101
Octal 343 307 305

Shades and tints

Shades of #E3C7C5

#E3C7C5
(227,199,197)
#CFB5B4
(207,181,180)
#BBA3A3
(187,163,163)
#A79192
(167,145,146)
#937F81
(147,127,129)
#7F6D70
(127,109,112)
#6B5B5F
(107,91,95)
#57494E
(87,73,78)
#43373D
(67,55,61)
#2F252C
(47,37,44)
#1B131B
(27,19,27)
#000000
(0,0,0)

Tints of #E3C7C5

#E3C7C5
(227,199,197)
#E5CCCA
(229,204,202)
#E7D1CF
(231,209,207)
#E9D6D4
(233,214,212)
#EBDBD9
(235,219,217)
#EDE0DE
(237,224,222)
#EFE5E3
(239,229,227)
#F1EAE8
(241,234,232)
#F3EFED
(243,239,237)
#F5F4F2
(245,244,242)
#F7F9F7
(247,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C7C5 color. Also use rgb(227,199,197) instead hex code.

Text Font Color

.myTextColor { color: #E3C7C5; }

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

This text font color is #E3C7C5.

Background Color

.myBgColor { background-color: #E3C7C5; }

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

This div background color is #E3C7C5.

Border color

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

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

This div border color is #E3C7C5.

Opacity

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

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

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

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

This text has shadow with #E3C7C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3C7C5.

Preview

Color preview on black background

This text has color #E3C7C5 on black background.


Color preview on white background

This text has color #E3C7C5 on white background.


Black color preview on #E3C7C5 background

This text has black color on #E3C7C5 background.


White color preview on #E3C7C5 background

This text has white color on #E3C7C5 background.


Related colors

Complementary color

Complementary color for #hex is #1C383A.


I love getcolorcode.com

Triadic colors

1 #C5E3C7 and #C7C5E3 with #E3C7C5 are triadic colors.

2 #C5C7E3 and #C7E3C5 with #E3C7C5 are triadic colors.