COLOR #E7CEC1

HEX: #E7CEC1 RGB: (231,206,193)

Color info

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

RGB color model

#E7CEC1 color RGB value is (231,206,193).

RGB: (231,206,193) (91%, 81%, 76%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 193 of 255 = 76%

231
206
193

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

Portions of RGB colors in percentages

R + G + B = 231 + 206 + 193 = 630 (100%)
R 231 of 630 ~ 36.67%
G 206 of 630 ~ 32.7%
B 193 of 630 ~ 30.63'%

%36.67
%32.7
%30.63

CMYK color model

#E7CEC1 color CMYK value is (0,11,16,9).

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

CMYK: (0,11,16,9)
C0M11Y16K9 (0%, 11%, 16%, 9%)
(0.00 / 0.11 / 0.16 / 0.09)

CMYK percentages

%0
%10.82
%16.45
%9.41

Codes

Color #E7CEC1 in popluar color models

E7 CE C1
RGB 231 206 193
HSL 21° 44.19% 83.14%
HSB/HSV 21° 16.45% 90.59%
CMYK 0.00% 10.82% 16.45%
9.41%

Color #E7CEC1 in popluar number systems.

HEX E7 CE C1
Decimal 231 206 193
Binary 11100111 11001110 11000001
Octal 347 316 301

Shades and tints

Shades of #E7CEC1

#E7CEC1
(231,206,193)
#D2BCB0
(210,188,176)
#BDAA9F
(189,170,159)
#A8988E
(168,152,142)
#93867D
(147,134,125)
#7E746C
(126,116,108)
#69625B
(105,98,91)
#54504A
(84,80,74)
#3F3E39
(63,62,57)
#2A2C28
(42,44,40)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #E7CEC1

#E7CEC1
(231,206,193)
#E9D2C6
(233,210,198)
#EBD6CB
(235,214,203)
#EDDAD0
(237,218,208)
#EFDED5
(239,222,213)
#F1E2DA
(241,226,218)
#F3E6DF
(243,230,223)
#F5EAE4
(245,234,228)
#F7EEE9
(247,238,233)
#F9F2EE
(249,242,238)
#FBF6F3
(251,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CEC1; }

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

This text font color is #E7CEC1.

Background Color

.myBgColor { background-color: #E7CEC1; }

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

This div background color is #E7CEC1.

Border color

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

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

This div border color is #E7CEC1.

Opacity

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

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

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

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

This text has shadow with #E7CEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CEC1.

Preview

Color preview on black background

This text has color #E7CEC1 on black background.


Color preview on white background

This text has color #E7CEC1 on white background.


Black color preview on #E7CEC1 background

This text has black color on #E7CEC1 background.


White color preview on #E7CEC1 background

This text has white color on #E7CEC1 background.


Related colors

Complementary color

Complementary color for #hex is #18313E.


I love getcolorcode.com

Triadic colors

1 #C1E7CE and #CEC1E7 with #E7CEC1 are triadic colors.

2 #C1CEE7 and #CEE7C1 with #E7CEC1 are triadic colors.