COLOR #E7CDC0

HEX: #E7CDC0 RGB: (231,205,192)

Color info

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

RGB color model

#E7CDC0 color RGB value is (231,205,192).

RGB: (231,205,192) (91%, 80%, 75%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 192 of 255 = 75%

231
205
192

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

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 192 = 628 (100%)
R 231 of 628 ~ 36.78%
G 205 of 628 ~ 32.64%
B 192 of 628 ~ 30.57'%

%36.78
%32.64
%30.57

CMYK color model

#E7CDC0 color CMYK value is (0,11,17,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 16.88%
  • key color value is 9.41%

CMYK: (0,11,17,9)
C0M11Y17K9 (0%, 11%, 17%, 9%)
(0.00 / 0.11 / 0.17 / 0.09)

CMYK percentages

%0
%11.26
%16.88
%9.41

Codes

Color #E7CDC0 in popluar color models

E7 CD C0
RGB 231 205 192
HSL 20° 44.83% 82.94%
HSB/HSV 20° 16.88% 90.59%
CMYK 0.00% 11.26% 16.88%
9.41%

Color #E7CDC0 in popluar number systems.

HEX E7 CD C0
Decimal 231 205 192
Binary 11100111 11001101 11000000
Octal 347 315 300

Shades and tints

Shades of #E7CDC0

#E7CDC0
(231,205,192)
#D2BBAF
(210,187,175)
#BDA99E
(189,169,158)
#A8978D
(168,151,141)
#93857C
(147,133,124)
#7E736B
(126,115,107)
#69615A
(105,97,90)
#544F49
(84,79,73)
#3F3D38
(63,61,56)
#2A2B27
(42,43,39)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #E7CDC0

#E7CDC0
(231,205,192)
#E9D1C5
(233,209,197)
#EBD5CA
(235,213,202)
#EDD9CF
(237,217,207)
#EFDDD4
(239,221,212)
#F1E1D9
(241,225,217)
#F3E5DE
(243,229,222)
#F5E9E3
(245,233,227)
#F7EDE8
(247,237,232)
#F9F1ED
(249,241,237)
#FBF5F2
(251,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CDC0 color. Also use rgb(231,205,192) instead hex code.

Text Font Color

.myTextColor { color: #E7CDC0; }

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

This text font color is #E7CDC0.

Background Color

.myBgColor { background-color: #E7CDC0; }

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

This div background color is #E7CDC0.

Border color

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

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

This div border color is #E7CDC0.

Opacity

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

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

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

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

This text has shadow with #E7CDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CDC0.

Preview

Color preview on black background

This text has color #E7CDC0 on black background.


Color preview on white background

This text has color #E7CDC0 on white background.


Black color preview on #E7CDC0 background

This text has black color on #E7CDC0 background.


White color preview on #E7CDC0 background

This text has white color on #E7CDC0 background.


Related colors

Complementary color

Complementary color for #hex is #18323F.


I love getcolorcode.com

Triadic colors

1 #C0E7CD and #CDC0E7 with #E7CDC0 are triadic colors.

2 #C0CDE7 and #CDE7C0 with #E7CDC0 are triadic colors.