COLOR #E8CDBE

HEX: #E8CDBE
RGB: (232,205,190)

Color info

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

RGB color model

#E8CDBE color RGB value is (232,205,190).

  • red value is 232;
  • green value is 205;
  • blue value is 190.
RGB:
(232,205,190)
(91%,80%,75%)

RGB channels and saturation

R 232 of 255 = 91%
G 205 of 255 = 80%
B 190 of 255 = 75%

232
205
190

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

Portions of RGB colors in percentages

R + G + B =
232 + 205 + 190 = 627 (100%)
R 232 of 627 ~ 37%
G 205 of 627 ~ 32.7%
B 190 of 627 ~ 30.3%

%37
%32.7
%30.3

CMYK color model

#E8CDBE color CMYK value is (0,12,18,9).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(0,12,18,9)
C0M12Y18K9 
(0%,12%,18%,9%)
(0.00/0.12/0.18/0.09)	

CMYK percentages

%0
%11.64
%18.1
%9.02

Codes

Color #E8CDBE in popluar color models

E8CDBE
RGB232205190
HSL21°47.73%82.75%
HSB/HSV21°18.10%90.98%
CMYK0.00%11.64%18.10%
9.02%

Color #E8CDBE in popluar number systems.

HEXE8CDBE
Decimal232205190
Binary111010001100110110111110
Octal350315276

Shades and tints

Shades of #E8CDBE

#E8CDBE
(232,205,190)
#D3BBAD
(211,187,173)
#BEA99C
(190,169,156)
#A9978B
(169,151,139)
#94857A
(148,133,122)
#7F7369
(127,115,105)
#6A6158
(106,97,88)
#554F47
(85,79,71)
#403D36
(64,61,54)
#2B2B25
(43,43,37)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #E8CDBE

#E8CDBE
(232,205,190)
#EAD1C3
(234,209,195)
#ECD5C8
(236,213,200)
#EED9CD
(238,217,205)
#F0DDD2
(240,221,210)
#F2E1D7
(242,225,215)
#F4E5DC
(244,229,220)
#F6E9E1
(246,233,225)
#F8EDE6
(248,237,230)
#FAF1EB
(250,241,235)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CDBE color. Also use rgb(232,205,190) instead hex code.

Text Font Color

.myTextColor { color: #E8CDBE; }

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

This text font color is #E8CDBE.


Background Color

.myBgColor { background-color: #E8CDBE; }

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

This div background color is #E8CDBE.


Border color

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

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

This div border color is #E8CDBE.


Opacity

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

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

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

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

This text has shadow with #E8CDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CDBE on black background.


Color preview on white background

This text has color #E8CDBE on white background.



Black color preview on #E8CDBE background

This text has black color on #E8CDBE background.


White color preview on #E8CDBE background

This text has white color on #E8CDBE background.