COLOR #E3DCCC

HEX: #E3DCCC RGB: (227,220,204)

Color info

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

RGB color model

#E3DCCC color RGB value is (227,220,204).

RGB: (227,220,204) (89%, 86%, 80%)

RGB channels and saturation

R 227 of 255 = 89%
G 220 of 255 = 86%
B 204 of 255 = 80%

227
220
204

R + G + B ~ 85%. #E3DCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 220 + 204 = 651 (100%)
R 227 of 651 ~ 34.87%
G 220 of 651 ~ 33.79%
B 204 of 651 ~ 31.34'%

%34.87
%33.79
%31.34

CMYK color model

#E3DCCC color CMYK value is (0,3,10,11).

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

CMYK: (0,3,10,11)
C0M3Y10K11 (0%, 3%, 10%, 11%)
(0.00 / 0.03 / 0.10 / 0.11)

CMYK percentages

%0
%3.08
%10.13
%10.98

Codes

Color #E3DCCC in popluar color models

E3 DC CC
RGB 227 220 204
HSL 42° 29.11% 84.51%
HSB/HSV 42° 10.13% 89.02%
CMYK 0.00% 3.08% 10.13%
10.98%

Color #E3DCCC in popluar number systems.

HEX E3 DC CC
Decimal 227 220 204
Binary 11100011 11011100 11001100
Octal 343 334 314

Shades and tints

Shades of #E3DCCC

#E3DCCC
(227,220,204)
#CFC8BA
(207,200,186)
#BBB4A8
(187,180,168)
#A7A096
(167,160,150)
#938C84
(147,140,132)
#7F7872
(127,120,114)
#6B6460
(107,100,96)
#57504E
(87,80,78)
#433C3C
(67,60,60)
#2F282A
(47,40,42)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #E3DCCC

#E3DCCC
(227,220,204)
#E5DFD0
(229,223,208)
#E7E2D4
(231,226,212)
#E9E5D8
(233,229,216)
#EBE8DC
(235,232,220)
#EDEBE0
(237,235,224)
#EFEEE4
(239,238,228)
#F1F1E8
(241,241,232)
#F3F4EC
(243,244,236)
#F5F7F0
(245,247,240)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCCC; }

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

This text font color is #E3DCCC.

Background Color

.myBgColor { background-color: #E3DCCC; }

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

This div background color is #E3DCCC.

Border color

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

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

This div border color is #E3DCCC.

Opacity

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

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

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

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

This text has shadow with #E3DCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3DCCC.

Preview

Color preview on black background

This text has color #E3DCCC on black background.


Color preview on white background

This text has color #E3DCCC on white background.


Black color preview on #E3DCCC background

This text has black color on #E3DCCC background.


White color preview on #E3DCCC background

This text has white color on #E3DCCC background.


Related colors

Complementary color

Complementary color for #hex is #1C2333.


I love getcolorcode.com

Triadic colors

1 #CCE3DC and #DCCCE3 with #E3DCCC are triadic colors.

2 #CCDCE3 and #DCE3CC with #E3DCCC are triadic colors.