COLOR #E3DCCB

HEX: #E3DCCB
RGB: (227,220,203)

Color info

#E3DCCB contains red, green and blue colors in about the same proportion. Web safe color of #E3DCCB is #CCCCCC (or #CCC).

RGB color model

#E3DCCB color RGB value is (227,220,203).

  • red value is 227;
  • green value is 220;
  • blue value is 203.
RGB:
(227,220,203)
(89%,86%,80%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 203 of 255 = 80%

227
220
203

R + G + B ~ 85%. #E3DCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 203 = 650 (100%)
R 227 of 650 ~ 34.92%
G 220 of 650 ~ 33.85%
B 203 of 650 ~ 31.23%

%34.92
%33.85
%31.23

CMYK color model

#E3DCCB color CMYK value is (0,3,11,11).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(0,3,11,11)
C0M3Y11K11 
(0%,3%,11%,11%)
(0.00/0.03/0.11/0.11)	

CMYK percentages

%0
%3.08
%10.57
%10.98

Codes

Color #E3DCCB in popluar color models

E3DCCB
RGB227220203
HSL43°30.00%84.31%
HSB/HSV43°10.57%89.02%
CMYK0.00%3.08%10.57%
10.98%

Color #E3DCCB in popluar number systems.

HEXE3DCCB
Decimal227220203
Binary111000111101110011001011
Octal343334313

Shades and tints

Shades of #E3DCCB

#E3DCCB
(227,220,203)
#CFC8B9
(207,200,185)
#BBB4A7
(187,180,167)
#A7A095
(167,160,149)
#938C83
(147,140,131)
#7F7871
(127,120,113)
#6B645F
(107,100,95)
#57504D
(87,80,77)
#433C3B
(67,60,59)
#2F2829
(47,40,41)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #E3DCCB

#E3DCCB
(227,220,203)
#E5DFCF
(229,223,207)
#E7E2D3
(231,226,211)
#E9E5D7
(233,229,215)
#EBE8DB
(235,232,219)
#EDEBDF
(237,235,223)
#EFEEE3
(239,238,227)
#F1F1E7
(241,241,231)
#F3F4EB
(243,244,235)
#F5F7EF
(245,247,239)
#F7FAF3
(247,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3DCCB color. Also use rgb(227,220,203) instead hex code.

Text Font Color

.myTextColor { color: #E3DCCB; }

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

This text font color is #E3DCCB.


Background Color

.myBgColor { background-color: #E3DCCB; }

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

This div background color is #E3DCCB.


Border color

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

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

This div border color is #E3DCCB.


Opacity

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

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

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

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

This text has shadow with #E3DCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCCB on black background.


Color preview on white background

This text has color #E3DCCB on white background.



Black color preview on #E3DCCB background

This text has black color on #E3DCCB background.


White color preview on #E3DCCB background

This text has white color on #E3DCCB background.