COLOR #E3DFB6

HEX: #E3DFB6
RGB: (227,223,182)

Color info

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

RGB color model

#E3DFB6 color RGB value is (227,223,182).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 182 of 255 = 71%

227
223
182

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 182 = 632 (100%)
R 227 of 632 ~ 35.92%
G 223 of 632 ~ 35.28%
B 182 of 632 ~ 28.8%

%35.92
%35.28
%28.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 19.82%
  • key color value is 10.98%
CMYK:
(0,2,20,11)
C0M2Y20K11 
(0%,2%,20%,11%)
(0.00/0.02/0.20/0.11)	

CMYK percentages

%0
%1.76
%19.82
%10.98

Codes

Color #E3DFB6 in popluar color models

E3DFB6
RGB227223182
HSL55°44.55%80.20%
HSB/HSV55°19.82%89.02%
CMYK0.00%1.76%19.82%
10.98%

Color #E3DFB6 in popluar number systems.

HEXE3DFB6
Decimal227223182
Binary111000111101111110110110
Octal343337266

Shades and tints

Shades of #E3DFB6

#E3DFB6
(227,223,182)
#CFCBA6
(207,203,166)
#BBB796
(187,183,150)
#A7A386
(167,163,134)
#938F76
(147,143,118)
#7F7B66
(127,123,102)
#6B6756
(107,103,86)
#575346
(87,83,70)
#433F36
(67,63,54)
#2F2B26
(47,43,38)
#1B1716
(27,23,22)
#000000
(0,0,0)

Tints of #E3DFB6

#E3DFB6
(227,223,182)
#E5E1BC
(229,225,188)
#E7E3C2
(231,227,194)
#E9E5C8
(233,229,200)
#EBE7CE
(235,231,206)
#EDE9D4
(237,233,212)
#EFEBDA
(239,235,218)
#F1EDE0
(241,237,224)
#F3EFE6
(243,239,230)
#F5F1EC
(245,241,236)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFB6; }

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

This text font color is #E3DFB6.


Background Color

.myBgColor { background-color: #E3DFB6; }

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

This div background color is #E3DFB6.


Border color

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

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

This div border color is #E3DFB6.


Opacity

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

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

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

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

This text has shadow with #E3DFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFB6 on black background.


Color preview on white background

This text has color #E3DFB6 on white background.



Black color preview on #E3DFB6 background

This text has black color on #E3DFB6 background.


White color preview on #E3DFB6 background

This text has white color on #E3DFB6 background.