COLOR #E7E1CD

HEX: #E7E1CD
RGB: (231,225,205)

Color info

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

RGB color model

#E7E1CD color RGB value is (231,225,205).

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

RGB channels and saturation

R 231 of 255 = 91%
G 225 of 255 = 88%
B 205 of 255 = 80%

231
225
205

R + G + B ~ 86%. #E7E1CD is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 225 + 205 = 661 (100%)
R 231 of 661 ~ 34.95%
G 225 of 661 ~ 34.04%
B 205 of 661 ~ 31.01%

%34.95
%34.04
%31.01

CMYK color model

#E7E1CD color CMYK value is (0,3,11,9).

  • cyan value is 0.00%
  • magenta value is 2.60%
  • yellow value is 11.26%
  • key color value is 9.41%
CMYK:
(0,3,11,9)
C0M3Y11K9 
(0%,3%,11%,9%)
(0.00/0.03/0.11/0.09)	

CMYK percentages

%0
%2.6
%11.26
%9.41

Codes

Color #E7E1CD in popluar color models

E7E1CD
RGB231225205
HSL46°35.14%85.49%
HSB/HSV46°11.26%90.59%
CMYK0.00%2.60%11.26%
9.41%

Color #E7E1CD in popluar number systems.

HEXE7E1CD
Decimal231225205
Binary111001111110000111001101
Octal347341315

Shades and tints

Shades of #E7E1CD

#E7E1CD
(231,225,205)
#D2CDBB
(210,205,187)
#BDB9A9
(189,185,169)
#A8A597
(168,165,151)
#939185
(147,145,133)
#7E7D73
(126,125,115)
#696961
(105,105,97)
#54554F
(84,85,79)
#3F413D
(63,65,61)
#2A2D2B
(42,45,43)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7E1CD

#E7E1CD
(231,225,205)
#E9E3D1
(233,227,209)
#EBE5D5
(235,229,213)
#EDE7D9
(237,231,217)
#EFE9DD
(239,233,221)
#F1EBE1
(241,235,225)
#F3EDE5
(243,237,229)
#F5EFE9
(245,239,233)
#F7F1ED
(247,241,237)
#F9F3F1
(249,243,241)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7E1CD; }

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

This text font color is #E7E1CD.


Background Color

.myBgColor { background-color: #E7E1CD; }

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

This div background color is #E7E1CD.


Border color

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

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

This div border color is #E7E1CD.


Opacity

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

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

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

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

This text has shadow with #E7E1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7E1CD on black background.


Color preview on white background

This text has color #E7E1CD on white background.



Black color preview on #E7E1CD background

This text has black color on #E7E1CD background.


White color preview on #E7E1CD background

This text has white color on #E7E1CD background.