COLOR #E7CDC4

HEX: #E7CDC4 RGB: (231,205,196)

Color info

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

RGB color model

#E7CDC4 color RGB value is (231,205,196).

RGB: (231,205,196) (91%, 80%, 77%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 196 of 255 = 77%

231
205
196

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

Portions of RGB colors in percentages

R + G + B = 231 + 205 + 196 = 632 (100%)
R 231 of 632 ~ 36.55%
G 205 of 632 ~ 32.44%
B 196 of 632 ~ 31.01'%

%36.55
%32.44
%31.01

CMYK color model

#E7CDC4 color CMYK value is (0,11,15,9).

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

CMYK: (0,11,15,9)
C0M11Y15K9 (0%, 11%, 15%, 9%)
(0.00 / 0.11 / 0.15 / 0.09)

CMYK percentages

%0
%11.26
%15.15
%9.41

Codes

Color #E7CDC4 in popluar color models

E7 CD C4
RGB 231 205 196
HSL 15° 42.17% 83.73%
HSB/HSV 15° 15.15% 90.59%
CMYK 0.00% 11.26% 15.15%
9.41%

Color #E7CDC4 in popluar number systems.

HEX E7 CD C4
Decimal 231 205 196
Binary 11100111 11001101 11000100
Octal 347 315 304

Shades and tints

Shades of #E7CDC4

#E7CDC4
(231,205,196)
#D2BBB3
(210,187,179)
#BDA9A2
(189,169,162)
#A89791
(168,151,145)
#938580
(147,133,128)
#7E736F
(126,115,111)
#69615E
(105,97,94)
#544F4D
(84,79,77)
#3F3D3C
(63,61,60)
#2A2B2B
(42,43,43)
#15191A
(21,25,26)
#000000
(0,0,0)

Tints of #E7CDC4

#E7CDC4
(231,205,196)
#E9D1C9
(233,209,201)
#EBD5CE
(235,213,206)
#EDD9D3
(237,217,211)
#EFDDD8
(239,221,216)
#F1E1DD
(241,225,221)
#F3E5E2
(243,229,226)
#F5E9E7
(245,233,231)
#F7EDEC
(247,237,236)
#F9F1F1
(249,241,241)
#FBF5F6
(251,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDC4; }

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

This text font color is #E7CDC4.

Background Color

.myBgColor { background-color: #E7CDC4; }

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

This div background color is #E7CDC4.

Border color

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

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

This div border color is #E7CDC4.

Opacity

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

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

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

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

This text has shadow with #E7CDC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CDC4.

Preview

Color preview on black background

This text has color #E7CDC4 on black background.


Color preview on white background

This text has color #E7CDC4 on white background.


Black color preview on #E7CDC4 background

This text has black color on #E7CDC4 background.


White color preview on #E7CDC4 background

This text has white color on #E7CDC4 background.


Related colors

Complementary color

Complementary color for #hex is #18323B.


I love getcolorcode.com

Triadic colors

1 #C4E7CD and #CDC4E7 with #E7CDC4 are triadic colors.

2 #C4CDE7 and #CDE7C4 with #E7CDC4 are triadic colors.