COLOR #E7CAC9

HEX: #E7CAC9
RGB: (231,202,201)

Color info

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

RGB color model

#E7CAC9 color RGB value is (231,202,201).

  • red value is 231;
  • green value is 202;
  • blue value is 201.
RGB:
(231,202,201)
(91%,79%,79%)

RGB channels and saturation

R 231 of 255 = 91%
G 202 of 255 = 79%
B 201 of 255 = 79%

231
202
201

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

Portions of RGB colors in percentages

R + G + B =
231 + 202 + 201 = 634 (100%)
R 231 of 634 ~ 36.44%
G 202 of 634 ~ 31.86%
B 201 of 634 ~ 31.7%

%36.44
%31.86
%31.7

CMYK color model

#E7CAC9 color CMYK value is (0,13,13,9).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 12.99%
  • key color value is 9.41%
CMYK:
(0,13,13,9)
C0M13Y13K9 
(0%,13%,13%,9%)
(0.00/0.13/0.13/0.09)	

CMYK percentages

%0
%12.55
%12.99
%9.41

Codes

Color #E7CAC9 in popluar color models

E7CAC9
RGB231202201
HSL38.46%84.71%
HSB/HSV12.99%90.59%
CMYK0.00%12.55%12.99%
9.41%

Color #E7CAC9 in popluar number systems.

HEXE7CAC9
Decimal231202201
Binary111001111100101011001001
Octal347312311

Shades and tints

Shades of #E7CAC9

#E7CAC9
(231,202,201)
#D2B8B7
(210,184,183)
#BDA6A5
(189,166,165)
#A89493
(168,148,147)
#938281
(147,130,129)
#7E706F
(126,112,111)
#695E5D
(105,94,93)
#544C4B
(84,76,75)
#3F3A39
(63,58,57)
#2A2827
(42,40,39)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #E7CAC9

#E7CAC9
(231,202,201)
#E9CECD
(233,206,205)
#EBD2D1
(235,210,209)
#EDD6D5
(237,214,213)
#EFDAD9
(239,218,217)
#F1DEDD
(241,222,221)
#F3E2E1
(243,226,225)
#F5E6E5
(245,230,229)
#F7EAE9
(247,234,233)
#F9EEED
(249,238,237)
#FBF2F1
(251,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CAC9 color. Also use rgb(231,202,201) instead hex code.

Text Font Color

.myTextColor { color: #E7CAC9; }

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

This text font color is #E7CAC9.


Background Color

.myBgColor { background-color: #E7CAC9; }

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

This div background color is #E7CAC9.


Border color

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

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

This div border color is #E7CAC9.


Opacity

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

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

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

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

This text has shadow with #E7CAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CAC9 on black background.


Color preview on white background

This text has color #E7CAC9 on white background.



Black color preview on #E7CAC9 background

This text has black color on #E7CAC9 background.


White color preview on #E7CAC9 background

This text has white color on #E7CAC9 background.