COLOR #E7CDC3

HEX: #E7CDC3
RGB: (231,205,195)

Color info

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

RGB color model

#E7CDC3 color RGB value is (231,205,195).

  • red value is 231;
  • green value is 205;
  • blue value is 195.
RGB:
(231,205,195)
(91%,80%,76%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 195 of 255 = 76%

231
205
195

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

Portions of RGB colors in percentages

R + G + B =
231 + 205 + 195 = 631 (100%)
R 231 of 631 ~ 36.61%
G 205 of 631 ~ 32.49%
B 195 of 631 ~ 30.9%

%36.61
%32.49
%30.9

CMYK color model

#E7CDC3 color CMYK value is (0,11,16,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 15.58%
  • key color value is 9.41%
CMYK:
(0,11,16,9)
C0M11Y16K9 
(0%,11%,16%,9%)
(0.00/0.11/0.16/0.09)	

CMYK percentages

%0
%11.26
%15.58
%9.41

Codes

Color #E7CDC3 in popluar color models

E7CDC3
RGB231205195
HSL17°42.86%83.53%
HSB/HSV17°15.58%90.59%
CMYK0.00%11.26%15.58%
9.41%

Color #E7CDC3 in popluar number systems.

HEXE7CDC3
Decimal231205195
Binary111001111100110111000011
Octal347315303

Shades and tints

Shades of #E7CDC3

#E7CDC3
(231,205,195)
#D2BBB2
(210,187,178)
#BDA9A1
(189,169,161)
#A89790
(168,151,144)
#93857F
(147,133,127)
#7E736E
(126,115,110)
#69615D
(105,97,93)
#544F4C
(84,79,76)
#3F3D3B
(63,61,59)
#2A2B2A
(42,43,42)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7CDC3

#E7CDC3
(231,205,195)
#E9D1C8
(233,209,200)
#EBD5CD
(235,213,205)
#EDD9D2
(237,217,210)
#EFDDD7
(239,221,215)
#F1E1DC
(241,225,220)
#F3E5E1
(243,229,225)
#F5E9E6
(245,233,230)
#F7EDEB
(247,237,235)
#F9F1F0
(249,241,240)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDC3; }

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

This text font color is #E7CDC3.


Background Color

.myBgColor { background-color: #E7CDC3; }

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

This div background color is #E7CDC3.


Border color

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

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

This div border color is #E7CDC3.


Opacity

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

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

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

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

This text has shadow with #E7CDC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CDC3 on black background.


Color preview on white background

This text has color #E7CDC3 on white background.



Black color preview on #E7CDC3 background

This text has black color on #E7CDC3 background.


White color preview on #E7CDC3 background

This text has white color on #E7CDC3 background.