COLOR #E3D0BC

HEX: #E3D0BC RGB: (227,208,188)

Color info

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

RGB color model

#E3D0BC color RGB value is (227,208,188).

RGB: (227,208,188) (89%, 82%, 74%)

RGB channels and saturation

R 227 of 255 = 89%
G 208 of 255 = 82%
B 188 of 255 = 74%

227
208
188

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

Portions of RGB colors in percentages

R + G + B = 227 + 208 + 188 = 623 (100%)
R 227 of 623 ~ 36.44%
G 208 of 623 ~ 33.39%
B 188 of 623 ~ 30.18'%

%36.44
%33.39
%30.18

CMYK color model

#E3D0BC color CMYK value is (0,8,17,11).

  • cyan value is 0.00%
  • magenta value is 8.37%
  • yellow value is 17.18%
  • key color value is 10.98%

CMYK: (0,8,17,11)
C0M8Y17K11 (0%, 8%, 17%, 11%)
(0.00 / 0.08 / 0.17 / 0.11)

CMYK percentages

%0
%8.37
%17.18
%10.98

Codes

Color #E3D0BC in popluar color models

E3 D0 BC
RGB 227 208 188
HSL 31° 41.05% 81.37%
HSB/HSV 31° 17.18% 89.02%
CMYK 0.00% 8.37% 17.18%
10.98%

Color #E3D0BC in popluar number systems.

HEX E3 D0 BC
Decimal 227 208 188
Binary 11100011 11010000 10111100
Octal 343 320 274

Shades and tints

Shades of #E3D0BC

#E3D0BC
(227,208,188)
#CFBEAB
(207,190,171)
#BBAC9A
(187,172,154)
#A79A89
(167,154,137)
#938878
(147,136,120)
#7F7667
(127,118,103)
#6B6456
(107,100,86)
#575245
(87,82,69)
#434034
(67,64,52)
#2F2E23
(47,46,35)
#1B1C12
(27,28,18)
#000000
(0,0,0)

Tints of #E3D0BC

#E3D0BC
(227,208,188)
#E5D4C2
(229,212,194)
#E7D8C8
(231,216,200)
#E9DCCE
(233,220,206)
#EBE0D4
(235,224,212)
#EDE4DA
(237,228,218)
#EFE8E0
(239,232,224)
#F1ECE6
(241,236,230)
#F3F0EC
(243,240,236)
#F5F4F2
(245,244,242)
#F7F8F8
(247,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D0BC color. Also use rgb(227,208,188) instead hex code.

Text Font Color

.myTextColor { color: #E3D0BC; }

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

This text font color is #E3D0BC.

Background Color

.myBgColor { background-color: #E3D0BC; }

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

This div background color is #E3D0BC.

Border color

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

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

This div border color is #E3D0BC.

Opacity

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

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

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

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

This text has shadow with #E3D0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D0BC.

Preview

Color preview on black background

This text has color #E3D0BC on black background.


Color preview on white background

This text has color #E3D0BC on white background.


Black color preview on #E3D0BC background

This text has black color on #E3D0BC background.


White color preview on #E3D0BC background

This text has white color on #E3D0BC background.


Related colors

Complementary color

Complementary color for #hex is #1C2F43.


I love getcolorcode.com

Triadic colors

1 #BCE3D0 and #D0BCE3 with #E3D0BC are triadic colors.

2 #BCD0E3 and #D0E3BC with #E3D0BC are triadic colors.