COLOR #E7CEC6

HEX: #E7CEC6 RGB: (231,206,198)

Color info

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

RGB color model

#E7CEC6 color RGB value is (231,206,198).

RGB: (231,206,198) (91%, 81%, 78%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 198 of 255 = 78%

231
206
198

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

Portions of RGB colors in percentages

R + G + B = 231 + 206 + 198 = 635 (100%)
R 231 of 635 ~ 36.38%
G 206 of 635 ~ 32.44%
B 198 of 635 ~ 31.18'%

%36.38
%32.44
%31.18

CMYK color model

#E7CEC6 color CMYK value is (0,11,14,9).

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

CMYK: (0,11,14,9)
C0M11Y14K9 (0%, 11%, 14%, 9%)
(0.00 / 0.11 / 0.14 / 0.09)

CMYK percentages

%0
%10.82
%14.29
%9.41

Codes

Color #E7CEC6 in popluar color models

E7 CE C6
RGB 231 206 198
HSL 15° 40.74% 84.12%
HSB/HSV 15° 14.29% 90.59%
CMYK 0.00% 10.82% 14.29%
9.41%

Color #E7CEC6 in popluar number systems.

HEX E7 CE C6
Decimal 231 206 198
Binary 11100111 11001110 11000110
Octal 347 316 306

Shades and tints

Shades of #E7CEC6

#E7CEC6
(231,206,198)
#D2BCB4
(210,188,180)
#BDAAA2
(189,170,162)
#A89890
(168,152,144)
#93867E
(147,134,126)
#7E746C
(126,116,108)
#69625A
(105,98,90)
#545048
(84,80,72)
#3F3E36
(63,62,54)
#2A2C24
(42,44,36)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #E7CEC6

#E7CEC6
(231,206,198)
#E9D2CB
(233,210,203)
#EBD6D0
(235,214,208)
#EDDAD5
(237,218,213)
#EFDEDA
(239,222,218)
#F1E2DF
(241,226,223)
#F3E6E4
(243,230,228)
#F5EAE9
(245,234,233)
#F7EEEE
(247,238,238)
#F9F2F3
(249,242,243)
#FBF6F8
(251,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CEC6; }

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

This text font color is #E7CEC6.

Background Color

.myBgColor { background-color: #E7CEC6; }

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

This div background color is #E7CEC6.

Border color

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

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

This div border color is #E7CEC6.

Opacity

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

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

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

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

This text has shadow with #E7CEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CEC6.

Preview

Color preview on black background

This text has color #E7CEC6 on black background.


Color preview on white background

This text has color #E7CEC6 on white background.


Black color preview on #E7CEC6 background

This text has black color on #E7CEC6 background.


White color preview on #E7CEC6 background

This text has white color on #E7CEC6 background.


Related colors

Complementary color

Complementary color for #hex is #183139.


I love getcolorcode.com

Triadic colors

1 #C6E7CE and #CEC6E7 with #E7CEC6 are triadic colors.

2 #C6CEE7 and #CEE7C6 with #E7CEC6 are triadic colors.