COLOR #E6D3CC

HEX: #E6D3CC RGB: (230,211,204)

Color info

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

RGB color model

#E6D3CC color RGB value is (230,211,204).

RGB: (230,211,204) (90%, 83%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 211 of 255 = 83%
B 204 of 255 = 80%

230
211
204

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

Portions of RGB colors in percentages

R + G + B = 230 + 211 + 204 = 645 (100%)
R 230 of 645 ~ 35.66%
G 211 of 645 ~ 32.71%
B 204 of 645 ~ 31.63'%

%35.66
%32.71
%31.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.26%
  • yellow value is 11.30%
  • key color value is 9.80%
CMYK: (0,8,11,10) C0M8Y11K10 (0%,8%,11%,10%) (0.00/0.08/0.11/0.10) 

CMYK percentages

%0
%8.26
%11.3
%9.8

Codes

Color #E6D3CC in popluar color models

E6 D3 CC
RGB 230 211 204
HSL 16° 34.21% 85.10%
HSB/HSV 16° 11.30% 90.20%
CMYK 0.00% 8.26% 11.30%
9.80%

Color #E6D3CC in popluar number systems.

HEX E6 D3 CC
Decimal 230 211 204
Binary 11100110 11010011 11001100
Octal 346 323 314

Shades and tints

Shades of #E6D3CC

#E6D3CC
(230,211,204)
#D2C0BA
(210,192,186)
#BEADA8
(190,173,168)
#AA9A96
(170,154,150)
#968784
(150,135,132)
#827472
(130,116,114)
#6E6160
(110,97,96)
#5A4E4E
(90,78,78)
#463B3C
(70,59,60)
#32282A
(50,40,42)
#1E1518
(30,21,24)
#000000
(0,0,0)

Tints of #E6D3CC

#E6D3CC
(230,211,204)
#E8D7D0
(232,215,208)
#EADBD4
(234,219,212)
#ECDFD8
(236,223,216)
#EEE3DC
(238,227,220)
#F0E7E0
(240,231,224)
#F2EBE4
(242,235,228)
#F4EFE8
(244,239,232)
#F6F3EC
(246,243,236)
#F8F7F0
(248,247,240)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D3CC color. Also use rgb(230,211,204) instead hex code.

Text Font Color

.myTextColor { color: #E6D3CC; }

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

This text font color is #E6D3CC.

Background Color

.myBgColor { background-color: #E6D3CC; }

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

This div background color is #E6D3CC.

Border color

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

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

This div border color is #E6D3CC.

Opacity

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

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

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

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

This text has shadow with #E6D3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D3CC.

Preview

Color preview on black background

This text has color #E6D3CC on black background.


Color preview on white background

This text has color #E6D3CC on white background.


Black color preview on #E6D3CC background

This text has black color on #E6D3CC background.


White color preview on #E6D3CC background

This text has white color on #E6D3CC background.


Related colors

Complementary color

Complementary color for #hex is #192C33.


I love getcolorcode.com

Triadic colors

1 #CCE6D3 and #D3CCE6 with #E6D3CC are triadic colors.

2 #CCD3E6 and #D3E6CC with #E6D3CC are triadic colors.