COLOR #E7C6B9

HEX: #E7C6B9 RGB: (231,198,185)

Color info

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

RGB color model

#E7C6B9 color RGB value is (231,198,185).

RGB: (231,198,185) (91%, 78%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 198 of 255 = 78%
B 185 of 255 = 73%

231
198
185

R + G + B ~ 81%. #E7C6B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 198 + 185 = 614 (100%)
R 231 of 614 ~ 37.62%
G 198 of 614 ~ 32.25%
B 185 of 614 ~ 30.13'%

%37.62
%32.25
%30.13

CMYK color model

#E7C6B9 color CMYK value is (0,14,20,9).

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

CMYK: (0,14,20,9)
C0M14Y20K9 (0%, 14%, 20%, 9%)
(0.00 / 0.14 / 0.20 / 0.09)

CMYK percentages

%0
%14.29
%19.91
%9.41

Codes

Color #E7C6B9 in popluar color models

E7 C6 B9
RGB 231 198 185
HSL 17° 48.94% 81.57%
HSB/HSV 17° 19.91% 90.59%
CMYK 0.00% 14.29% 19.91%
9.41%

Color #E7C6B9 in popluar number systems.

HEX E7 C6 B9
Decimal 231 198 185
Binary 11100111 11000110 10111001
Octal 347 306 271

Shades and tints

Shades of #E7C6B9

#E7C6B9
(231,198,185)
#D2B4A9
(210,180,169)
#BDA299
(189,162,153)
#A89089
(168,144,137)
#937E79
(147,126,121)
#7E6C69
(126,108,105)
#695A59
(105,90,89)
#544849
(84,72,73)
#3F3639
(63,54,57)
#2A2429
(42,36,41)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #E7C6B9

#E7C6B9
(231,198,185)
#E9CBBF
(233,203,191)
#EBD0C5
(235,208,197)
#EDD5CB
(237,213,203)
#EFDAD1
(239,218,209)
#F1DFD7
(241,223,215)
#F3E4DD
(243,228,221)
#F5E9E3
(245,233,227)
#F7EEE9
(247,238,233)
#F9F3EF
(249,243,239)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7C6B9; }

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

This text font color is #E7C6B9.

Background Color

.myBgColor { background-color: #E7C6B9; }

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

This div background color is #E7C6B9.

Border color

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

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

This div border color is #E7C6B9.

Opacity

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

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

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

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

This text has shadow with #E7C6B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7C6B9.

Preview

Color preview on black background

This text has color #E7C6B9 on black background.


Color preview on white background

This text has color #E7C6B9 on white background.


Black color preview on #E7C6B9 background

This text has black color on #E7C6B9 background.


White color preview on #E7C6B9 background

This text has white color on #E7C6B9 background.


Related colors

Complementary color

Complementary color for #hex is #183946.


I love getcolorcode.com

Triadic colors

1 #B9E7C6 and #C6B9E7 with #E7C6B9 are triadic colors.

2 #B9C6E7 and #C6E7B9 with #E7C6B9 are triadic colors.