COLOR #E7CBB8

HEX: #E7CBB8
RGB: (231,203,184)

Color info

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

RGB color model

#E7CBB8 color RGB value is (231,203,184).

  • red value is 231;
  • green value is 203;
  • blue value is 184.
RGB:
(231,203,184)
(91%,80%,72%)

RGB channels and saturation

R 231 of 255 = 91%
G 203 of 255 = 80%
B 184 of 255 = 72%

231
203
184

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

Portions of RGB colors in percentages

R + G + B =
231 + 203 + 184 = 618 (100%)
R 231 of 618 ~ 37.38%
G 203 of 618 ~ 32.85%
B 184 of 618 ~ 29.77%

%37.38
%32.85
%29.77

CMYK color model

#E7CBB8 color CMYK value is (0,12,20,9).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 20.35%
  • key color value is 9.41%
CMYK:
(0,12,20,9)
C0M12Y20K9 
(0%,12%,20%,9%)
(0.00/0.12/0.20/0.09)	

CMYK percentages

%0
%12.12
%20.35
%9.41

Codes

Color #E7CBB8 in popluar color models

E7CBB8
RGB231203184
HSL24°49.47%81.37%
HSB/HSV24°20.35%90.59%
CMYK0.00%12.12%20.35%
9.41%

Color #E7CBB8 in popluar number systems.

HEXE7CBB8
Decimal231203184
Binary111001111100101110111000
Octal347313270

Shades and tints

Shades of #E7CBB8

#E7CBB8
(231,203,184)
#D2B9A8
(210,185,168)
#BDA798
(189,167,152)
#A89588
(168,149,136)
#938378
(147,131,120)
#7E7168
(126,113,104)
#695F58
(105,95,88)
#544D48
(84,77,72)
#3F3B38
(63,59,56)
#2A2928
(42,41,40)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #E7CBB8

#E7CBB8
(231,203,184)
#E9CFBE
(233,207,190)
#EBD3C4
(235,211,196)
#EDD7CA
(237,215,202)
#EFDBD0
(239,219,208)
#F1DFD6
(241,223,214)
#F3E3DC
(243,227,220)
#F5E7E2
(245,231,226)
#F7EBE8
(247,235,232)
#F9EFEE
(249,239,238)
#FBF3F4
(251,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CBB8 color. Also use rgb(231,203,184) instead hex code.

Text Font Color

.myTextColor { color: #E7CBB8; }

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

This text font color is #E7CBB8.


Background Color

.myBgColor { background-color: #E7CBB8; }

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

This div background color is #E7CBB8.


Border color

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

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

This div border color is #E7CBB8.


Opacity

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

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

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

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

This text has shadow with #E7CBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CBB8 on black background.


Color preview on white background

This text has color #E7CBB8 on white background.



Black color preview on #E7CBB8 background

This text has black color on #E7CBB8 background.


White color preview on #E7CBB8 background

This text has white color on #E7CBB8 background.