COLOR #E3DFBF

HEX: #E3DFBF
RGB: (227,223,191)

Color info

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

RGB color model

#E3DFBF color RGB value is (227,223,191).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 191 of 255 = 75%

227
223
191

R + G + B ~ 84%. #E3DFBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 191 = 641 (100%)
R 227 of 641 ~ 35.41%
G 223 of 641 ~ 34.79%
B 191 of 641 ~ 29.8%

%35.41
%34.79
%29.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(0,2,16,11)
C0M2Y16K11 
(0%,2%,16%,11%)
(0.00/0.02/0.16/0.11)	

CMYK percentages

%0
%1.76
%15.86
%10.98

Codes

Color #E3DFBF in popluar color models

E3DFBF
RGB227223191
HSL53°39.13%81.96%
HSB/HSV53°15.86%89.02%
CMYK0.00%1.76%15.86%
10.98%

Color #E3DFBF in popluar number systems.

HEXE3DFBF
Decimal227223191
Binary111000111101111110111111
Octal343337277

Shades and tints

Shades of #E3DFBF

#E3DFBF
(227,223,191)
#CFCBAE
(207,203,174)
#BBB79D
(187,183,157)
#A7A38C
(167,163,140)
#938F7B
(147,143,123)
#7F7B6A
(127,123,106)
#6B6759
(107,103,89)
#575348
(87,83,72)
#433F37
(67,63,55)
#2F2B26
(47,43,38)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #E3DFBF

#E3DFBF
(227,223,191)
#E5E1C4
(229,225,196)
#E7E3C9
(231,227,201)
#E9E5CE
(233,229,206)
#EBE7D3
(235,231,211)
#EDE9D8
(237,233,216)
#EFEBDD
(239,235,221)
#F1EDE2
(241,237,226)
#F3EFE7
(243,239,231)
#F5F1EC
(245,241,236)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFBF; }

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

This text font color is #E3DFBF.


Background Color

.myBgColor { background-color: #E3DFBF; }

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

This div background color is #E3DFBF.


Border color

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

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

This div border color is #E3DFBF.


Opacity

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

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

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

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

This text has shadow with #E3DFBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFBF on black background.


Color preview on white background

This text has color #E3DFBF on white background.



Black color preview on #E3DFBF background

This text has black color on #E3DFBF background.


White color preview on #E3DFBF background

This text has white color on #E3DFBF background.