COLOR #E3DFBD

HEX: #E3DFBD RGB: (227,223,189)

Color info

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

RGB color model

#E3DFBD color RGB value is (227,223,189).

RGB: (227,223,189) (89%, 87%, 74%)

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 189 of 255 = 74%

227
223
189

R + G + B ~ 83%. #E3DFBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 223 + 189 = 639 (100%)
R 227 of 639 ~ 35.52%
G 223 of 639 ~ 34.9%
B 189 of 639 ~ 29.58'%

%35.52
%34.9
%29.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 16.74%
  • key color value is 10.98%

CMYK: (0,2,17,11)
C0M2Y17K11 (0%, 2%, 17%, 11%)
(0.00 / 0.02 / 0.17 / 0.11)

CMYK percentages

%0
%1.76
%16.74
%10.98

Codes

Color #E3DFBD in popluar color models

E3 DF BD
RGB 227 223 189
HSL 54° 40.43% 81.57%
HSB/HSV 54° 16.74% 89.02%
CMYK 0.00% 1.76% 16.74%
10.98%

Color #E3DFBD in popluar number systems.

HEX E3 DF BD
Decimal 227 223 189
Binary 11100011 11011111 10111101
Octal 343 337 275

Shades and tints

Shades of #E3DFBD

#E3DFBD
(227,223,189)
#CFCBAC
(207,203,172)
#BBB79B
(187,183,155)
#A7A38A
(167,163,138)
#938F79
(147,143,121)
#7F7B68
(127,123,104)
#6B6757
(107,103,87)
#575346
(87,83,70)
#433F35
(67,63,53)
#2F2B24
(47,43,36)
#1B1713
(27,23,19)
#000000
(0,0,0)

Tints of #E3DFBD

#E3DFBD
(227,223,189)
#E5E1C3
(229,225,195)
#E7E3C9
(231,227,201)
#E9E5CF
(233,229,207)
#EBE7D5
(235,231,213)
#EDE9DB
(237,233,219)
#EFEBE1
(239,235,225)
#F1EDE7
(241,237,231)
#F3EFED
(243,239,237)
#F5F1F3
(245,241,243)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFBD; }

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

This text font color is #E3DFBD.

Background Color

.myBgColor { background-color: #E3DFBD; }

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

This div background color is #E3DFBD.

Border color

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

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

This div border color is #E3DFBD.

Opacity

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

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

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

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

This text has shadow with #E3DFBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DFBD.

Preview

Color preview on black background

This text has color #E3DFBD on black background.


Color preview on white background

This text has color #E3DFBD on white background.


Black color preview on #E3DFBD background

This text has black color on #E3DFBD background.


White color preview on #E3DFBD background

This text has white color on #E3DFBD background.


Related colors

Complementary color

Complementary color for #hex is #1C2042.


I love getcolorcode.com

Triadic colors

1 #BDE3DF and #DFBDE3 with #E3DFBD are triadic colors.

2 #BDDFE3 and #DFE3BD with #E3DFBD are triadic colors.