COLOR #E7CEBA

HEX: #E7CEBA RGB: (231,206,186)

Color info

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

RGB color model

#E7CEBA color RGB value is (231,206,186).

RGB: (231,206,186) (91%, 81%, 73%)

RGB channels and saturation

R 231 of 255 = 91%
G 206 of 255 = 81%
B 186 of 255 = 73%

231
206
186

R + G + B ~ 82%. #E7CEBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 206 + 186 = 623 (100%)
R 231 of 623 ~ 37.08%
G 206 of 623 ~ 33.07%
B 186 of 623 ~ 29.86'%

%37.08
%33.07
%29.86

CMYK color model

#E7CEBA color CMYK value is (0,11,19,9).

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

CMYK: (0,11,19,9)
C0M11Y19K9 (0%, 11%, 19%, 9%)
(0.00 / 0.11 / 0.19 / 0.09)

CMYK percentages

%0
%10.82
%19.48
%9.41

Codes

Color #E7CEBA in popluar color models

E7 CE BA
RGB 231 206 186
HSL 27° 48.39% 81.76%
HSB/HSV 27° 19.48% 90.59%
CMYK 0.00% 10.82% 19.48%
9.41%

Color #E7CEBA in popluar number systems.

HEX E7 CE BA
Decimal 231 206 186
Binary 11100111 11001110 10111010
Octal 347 316 272

Shades and tints

Shades of #E7CEBA

#E7CEBA
(231,206,186)
#D2BCAA
(210,188,170)
#BDAA9A
(189,170,154)
#A8988A
(168,152,138)
#93867A
(147,134,122)
#7E746A
(126,116,106)
#69625A
(105,98,90)
#54504A
(84,80,74)
#3F3E3A
(63,62,58)
#2A2C2A
(42,44,42)
#151A1A
(21,26,26)
#000000
(0,0,0)

Tints of #E7CEBA

#E7CEBA
(231,206,186)
#E9D2C0
(233,210,192)
#EBD6C6
(235,214,198)
#EDDACC
(237,218,204)
#EFDED2
(239,222,210)
#F1E2D8
(241,226,216)
#F3E6DE
(243,230,222)
#F5EAE4
(245,234,228)
#F7EEEA
(247,238,234)
#F9F2F0
(249,242,240)
#FBF6F6
(251,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CEBA; }

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

This text font color is #E7CEBA.

Background Color

.myBgColor { background-color: #E7CEBA; }

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

This div background color is #E7CEBA.

Border color

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

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

This div border color is #E7CEBA.

Opacity

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

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

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

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

This text has shadow with #E7CEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CEBA.

Preview

Color preview on black background

This text has color #E7CEBA on black background.


Color preview on white background

This text has color #E7CEBA on white background.


Black color preview on #E7CEBA background

This text has black color on #E7CEBA background.


White color preview on #E7CEBA background

This text has white color on #E7CEBA background.


Related colors

Complementary color

Complementary color for #hex is #183145.


I love getcolorcode.com

Triadic colors

1 #BAE7CE and #CEBAE7 with #E7CEBA are triadic colors.

2 #BACEE7 and #CEE7BA with #E7CEBA are triadic colors.