COLOR #E7C6D1

HEX: #E7C6D1 RGB: (231,198,209)

Color info

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

RGB color model

#E7C6D1 color RGB value is (231,198,209).

RGB: (231,198,209) (91%, 78%, 82%)

RGB channels and saturation

R 231 of 255 = 91%
G 198 of 255 = 78%
B 209 of 255 = 82%

231
198
209

R + G + B ~ 84%. #E7C6D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 198 + 209 = 638 (100%)
R 231 of 638 ~ 36.21%
G 198 of 638 ~ 31.03%
B 209 of 638 ~ 32.76'%

%36.21
%31.03
%32.76

CMYK color model

#E7C6D1 color CMYK value is (0,14,10,9).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 9.52%
  • key color value is 9.41%

CMYK: (0,14,10,9)
C0M14Y10K9 (0%, 14%, 10%, 9%)
(0.00 / 0.14 / 0.10 / 0.09)

CMYK percentages

%0
%14.29
%9.52
%9.41

Codes

Color #E7C6D1 in popluar color models

E7 C6 D1
RGB 231 198 209
HSL 340° 40.74% 84.12%
HSB/HSV 340° 14.29% 90.59%
CMYK 0.00% 14.29% 9.52%
9.41%

Color #E7C6D1 in popluar number systems.

HEX E7 C6 D1
Decimal 231 198 209
Binary 11100111 11000110 11010001
Octal 347 306 321

Shades and tints

Shades of #E7C6D1

#E7C6D1
(231,198,209)
#D2B4BE
(210,180,190)
#BDA2AB
(189,162,171)
#A89098
(168,144,152)
#937E85
(147,126,133)
#7E6C72
(126,108,114)
#695A5F
(105,90,95)
#54484C
(84,72,76)
#3F3639
(63,54,57)
#2A2426
(42,36,38)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #E7C6D1

#E7C6D1
(231,198,209)
#E9CBD5
(233,203,213)
#EBD0D9
(235,208,217)
#EDD5DD
(237,213,221)
#EFDAE1
(239,218,225)
#F1DFE5
(241,223,229)
#F3E4E9
(243,228,233)
#F5E9ED
(245,233,237)
#F7EEF1
(247,238,241)
#F9F3F5
(249,243,245)
#FBF8F9
(251,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C6D1; }

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

This text font color is #E7C6D1.

Background Color

.myBgColor { background-color: #E7C6D1; }

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

This div background color is #E7C6D1.

Border color

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

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

This div border color is #E7C6D1.

Opacity

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

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

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

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

This text has shadow with #E7C6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C6D1.

Preview

Color preview on black background

This text has color #E7C6D1 on black background.


Color preview on white background

This text has color #E7C6D1 on white background.


Black color preview on #E7C6D1 background

This text has black color on #E7C6D1 background.


White color preview on #E7C6D1 background

This text has white color on #E7C6D1 background.


Related colors

Complementary color

Complementary color for #hex is #18392E.


I love getcolorcode.com

Triadic colors

1 #D1E7C6 and #C6D1E7 with #E7C6D1 are triadic colors.

2 #D1C6E7 and #C6E7D1 with #E7C6D1 are triadic colors.