COLOR #E7CCAD

HEX: #E7CCAD
RGB: (231,204,173)

Color info

#E7CCAD contains red, green and blue colors in about the same proportion. Web safe color of #E7CCAD is #FFCC99 (or #FC9).

RGB color model

#E7CCAD color RGB value is (231,204,173).

  • red value is 231;
  • green value is 204;
  • blue value is 173.
RGB:
(231,204,173)
(91%,80%,68%)

RGB channels and saturation

R 231 of 255 = 91%
G 204 of 255 = 80%
B 173 of 255 = 68%

231
204
173

R + G + B ~ 80%. #E7CCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 204 + 173 = 608 (100%)
R 231 of 608 ~ 37.99%
G 204 of 608 ~ 33.55%
B 173 of 608 ~ 28.45%

%37.99
%33.55
%28.45

CMYK color model

#E7CCAD color CMYK value is (0,12,25,9).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 25.11%
  • key color value is 9.41%
CMYK:
(0,12,25,9)
C0M12Y25K9 
(0%,12%,25%,9%)
(0.00/0.12/0.25/0.09)	

CMYK percentages

%0
%11.69
%25.11
%9.41

Codes

Color #E7CCAD in popluar color models

E7CCAD
RGB231204173
HSL32°54.72%79.22%
HSB/HSV32°25.11%90.59%
CMYK0.00%11.69%25.11%
9.41%

Color #E7CCAD in popluar number systems.

HEXE7CCAD
Decimal231204173
Binary111001111100110010101101
Octal347314255

Shades and tints

Shades of #E7CCAD

#E7CCAD
(231,204,173)
#D2BA9E
(210,186,158)
#BDA88F
(189,168,143)
#A89680
(168,150,128)
#938471
(147,132,113)
#7E7262
(126,114,98)
#696053
(105,96,83)
#544E44
(84,78,68)
#3F3C35
(63,60,53)
#2A2A26
(42,42,38)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #E7CCAD

#E7CCAD
(231,204,173)
#E9D0B4
(233,208,180)
#EBD4BB
(235,212,187)
#EDD8C2
(237,216,194)
#EFDCC9
(239,220,201)
#F1E0D0
(241,224,208)
#F3E4D7
(243,228,215)
#F5E8DE
(245,232,222)
#F7ECE5
(247,236,229)
#F9F0EC
(249,240,236)
#FBF4F3
(251,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CCAD color. Also use rgb(231,204,173) instead hex code.

Text Font Color

.myTextColor { color: #E7CCAD; }

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

This text font color is #E7CCAD.


Background Color

.myBgColor { background-color: #E7CCAD; }

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

This div background color is #E7CCAD.


Border color

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

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

This div border color is #E7CCAD.


Opacity

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

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

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

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

This text has shadow with #E7CCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CCAD on black background.


Color preview on white background

This text has color #E7CCAD on white background.



Black color preview on #E7CCAD background

This text has black color on #E7CCAD background.


White color preview on #E7CCAD background

This text has white color on #E7CCAD background.