COLOR #E3DFCB

HEX: #E3DFCB
RGB: (227,223,203)

Color info

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

RGB color model

#E3DFCB color RGB value is (227,223,203).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 203 of 255 = 80%

227
223
203

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 203 = 653 (100%)
R 227 of 653 ~ 34.76%
G 223 of 653 ~ 34.15%
B 203 of 653 ~ 31.09%

%34.76
%34.15
%31.09

CMYK color model

#E3DFCB color CMYK value is (0,2,11,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 10.57%
  • key color value is 10.98%
CMYK:
(0,2,11,11)
C0M2Y11K11 
(0%,2%,11%,11%)
(0.00/0.02/0.11/0.11)	

CMYK percentages

%0
%1.76
%10.57
%10.98

Codes

Color #E3DFCB in popluar color models

E3DFCB
RGB227223203
HSL50°30.00%84.31%
HSB/HSV50°10.57%89.02%
CMYK0.00%1.76%10.57%
10.98%

Color #E3DFCB in popluar number systems.

HEXE3DFCB
Decimal227223203
Binary111000111101111111001011
Octal343337313

Shades and tints

Shades of #E3DFCB

#E3DFCB
(227,223,203)
#CFCBB9
(207,203,185)
#BBB7A7
(187,183,167)
#A7A395
(167,163,149)
#938F83
(147,143,131)
#7F7B71
(127,123,113)
#6B675F
(107,103,95)
#57534D
(87,83,77)
#433F3B
(67,63,59)
#2F2B29
(47,43,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3DFCB

#E3DFCB
(227,223,203)
#E5E1CF
(229,225,207)
#E7E3D3
(231,227,211)
#E9E5D7
(233,229,215)
#EBE7DB
(235,231,219)
#EDE9DF
(237,233,223)
#EFEBE3
(239,235,227)
#F1EDE7
(241,237,231)
#F3EFEB
(243,239,235)
#F5F1EF
(245,241,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFCB; }

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

This text font color is #E3DFCB.


Background Color

.myBgColor { background-color: #E3DFCB; }

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

This div background color is #E3DFCB.


Border color

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

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

This div border color is #E3DFCB.


Opacity

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

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

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

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

This text has shadow with #E3DFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFCB on black background.


Color preview on white background

This text has color #E3DFCB on white background.



Black color preview on #E3DFCB background

This text has black color on #E3DFCB background.


White color preview on #E3DFCB background

This text has white color on #E3DFCB background.