COLOR #E7C6C9

HEX: #E7C6C9
RGB: (231,198,201)

Color info

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

RGB color model

#E7C6C9 color RGB value is (231,198,201).

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

RGB channels and saturation

R 231 of 255 = 91%
G 198 of 255 = 78%
B 201 of 255 = 79%

231
198
201

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

Portions of RGB colors in percentages

R + G + B =
231 + 198 + 201 = 630 (100%)
R 231 of 630 ~ 36.67%
G 198 of 630 ~ 31.43%
B 201 of 630 ~ 31.9%

%36.67
%31.43
%31.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 12.99%
  • key color value is 9.41%
CMYK:
(0,14,13,9)
C0M14Y13K9 
(0%,14%,13%,9%)
(0.00/0.14/0.13/0.09)	

CMYK percentages

%0
%14.29
%12.99
%9.41

Codes

Color #E7C6C9 in popluar color models

E7C6C9
RGB231198201
HSL355°40.74%84.12%
HSB/HSV355°14.29%90.59%
CMYK0.00%14.29%12.99%
9.41%

Color #E7C6C9 in popluar number systems.

HEXE7C6C9
Decimal231198201
Binary111001111100011011001001
Octal347306311

Shades and tints

Shades of #E7C6C9

#E7C6C9
(231,198,201)
#D2B4B7
(210,180,183)
#BDA2A5
(189,162,165)
#A89093
(168,144,147)
#937E81
(147,126,129)
#7E6C6F
(126,108,111)
#695A5D
(105,90,93)
#54484B
(84,72,75)
#3F3639
(63,54,57)
#2A2427
(42,36,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #E7C6C9

#E7C6C9
(231,198,201)
#E9CBCD
(233,203,205)
#EBD0D1
(235,208,209)
#EDD5D5
(237,213,213)
#EFDAD9
(239,218,217)
#F1DFDD
(241,223,221)
#F3E4E1
(243,228,225)
#F5E9E5
(245,233,229)
#F7EEE9
(247,238,233)
#F9F3ED
(249,243,237)
#FBF8F1
(251,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C6C9; }

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

This text font color is #E7C6C9.


Background Color

.myBgColor { background-color: #E7C6C9; }

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

This div background color is #E7C6C9.


Border color

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

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

This div border color is #E7C6C9.


Opacity

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

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

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

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

This text has shadow with #E7C6C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7C6C9 on black background.


Color preview on white background

This text has color #E7C6C9 on white background.



Black color preview on #E7C6C9 background

This text has black color on #E7C6C9 background.


White color preview on #E7C6C9 background

This text has white color on #E7C6C9 background.