COLOR #E3D0CC

HEX: #E3D0CC RGB: (227,208,204)

Color info

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

RGB color model

#E3D0CC color RGB value is (227,208,204).

RGB: (227,208,204) (89%, 82%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 208 of 255 = 82%
B 204 of 255 = 80%

227
208
204

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

Portions of RGB colors in percentages

R + G + B = 227 + 208 + 204 = 639 (100%)
R 227 of 639 ~ 35.52%
G 208 of 639 ~ 32.55%
B 204 of 639 ~ 31.92'%

%35.52
%32.55
%31.92

CMYK color model

#E3D0CC color CMYK value is (0,8,10,11).

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

CMYK: (0,8,10,11)
C0M8Y10K11 (0%, 8%, 10%, 11%)
(0.00 / 0.08 / 0.10 / 0.11)

CMYK percentages

%0
%8.37
%10.13
%10.98

Codes

Color #E3D0CC in popluar color models

E3 D0 CC
RGB 227 208 204
HSL 10° 29.11% 84.51%
HSB/HSV 10° 10.13% 89.02%
CMYK 0.00% 8.37% 10.13%
10.98%

Color #E3D0CC in popluar number systems.

HEX E3 D0 CC
Decimal 227 208 204
Binary 11100011 11010000 11001100
Octal 343 320 314

Shades and tints

Shades of #E3D0CC

#E3D0CC
(227,208,204)
#CFBEBA
(207,190,186)
#BBACA8
(187,172,168)
#A79A96
(167,154,150)
#938884
(147,136,132)
#7F7672
(127,118,114)
#6B6460
(107,100,96)
#57524E
(87,82,78)
#43403C
(67,64,60)
#2F2E2A
(47,46,42)
#1B1C18
(27,28,24)
#000000
(0,0,0)

Tints of #E3D0CC

#E3D0CC
(227,208,204)
#E5D4D0
(229,212,208)
#E7D8D4
(231,216,212)
#E9DCD8
(233,220,216)
#EBE0DC
(235,224,220)
#EDE4E0
(237,228,224)
#EFE8E4
(239,232,228)
#F1ECE8
(241,236,232)
#F3F0EC
(243,240,236)
#F5F4F0
(245,244,240)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D0CC; }

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

This text font color is #E3D0CC.

Background Color

.myBgColor { background-color: #E3D0CC; }

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

This div background color is #E3D0CC.

Border color

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

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

This div border color is #E3D0CC.

Opacity

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

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

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

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

This text has shadow with #E3D0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D0CC.

Preview

Color preview on black background

This text has color #E3D0CC on black background.


Color preview on white background

This text has color #E3D0CC on white background.


Black color preview on #E3D0CC background

This text has black color on #E3D0CC background.


White color preview on #E3D0CC background

This text has white color on #E3D0CC background.


Related colors

Complementary color

Complementary color for #hex is #1C2F33.


I love getcolorcode.com

Triadic colors

1 #CCE3D0 and #D0CCE3 with #E3D0CC are triadic colors.

2 #CCD0E3 and #D0E3CC with #E3D0CC are triadic colors.