COLOR #E6DCCA

HEX: #E6DCCA RGB: (230,220,202)

Color info

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

RGB color model

#E6DCCA color RGB value is (230,220,202).

RGB: (230,220,202) (90%, 86%, 79%)

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 202 of 255 = 79%

230
220
202

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

Portions of RGB colors in percentages

R + G + B = 230 + 220 + 202 = 652 (100%)
R 230 of 652 ~ 35.28%
G 220 of 652 ~ 33.74%
B 202 of 652 ~ 30.98'%

%35.28
%33.74
%30.98

CMYK color model

#E6DCCA color CMYK value is (0,4,12,10).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 12.17%
  • key color value is 9.80%

CMYK: (0,4,12,10)
C0M4Y12K10 (0%, 4%, 12%, 10%)
(0.00 / 0.04 / 0.12 / 0.10)

CMYK percentages

%0
%4.35
%12.17
%9.8

Codes

Color #E6DCCA in popluar color models

E6 DC CA
RGB 230 220 202
HSL 39° 35.90% 84.71%
HSB/HSV 39° 12.17% 90.20%
CMYK 0.00% 4.35% 12.17%
9.80%

Color #E6DCCA in popluar number systems.

HEX E6 DC CA
Decimal 230 220 202
Binary 11100110 11011100 11001010
Octal 346 334 312

Shades and tints

Shades of #E6DCCA

#E6DCCA
(230,220,202)
#D2C8B8
(210,200,184)
#BEB4A6
(190,180,166)
#AAA094
(170,160,148)
#968C82
(150,140,130)
#827870
(130,120,112)
#6E645E
(110,100,94)
#5A504C
(90,80,76)
#463C3A
(70,60,58)
#322828
(50,40,40)
#1E1416
(30,20,22)
#000000
(0,0,0)

Tints of #E6DCCA

#E6DCCA
(230,220,202)
#E8DFCE
(232,223,206)
#EAE2D2
(234,226,210)
#ECE5D6
(236,229,214)
#EEE8DA
(238,232,218)
#F0EBDE
(240,235,222)
#F2EEE2
(242,238,226)
#F4F1E6
(244,241,230)
#F6F4EA
(246,244,234)
#F8F7EE
(248,247,238)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DCCA color. Also use rgb(230,220,202) instead hex code.

Text Font Color

.myTextColor { color: #E6DCCA; }

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

This text font color is #E6DCCA.

Background Color

.myBgColor { background-color: #E6DCCA; }

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

This div background color is #E6DCCA.

Border color

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

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

This div border color is #E6DCCA.

Opacity

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

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

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

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

This text has shadow with #E6DCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DCCA.

Preview

Color preview on black background

This text has color #E6DCCA on black background.


Color preview on white background

This text has color #E6DCCA on white background.


Black color preview on #E6DCCA background

This text has black color on #E6DCCA background.


White color preview on #E6DCCA background

This text has white color on #E6DCCA background.


Related colors

Complementary color

Complementary color for #hex is #192335.


I love getcolorcode.com

Triadic colors

1 #CAE6DC and #DCCAE6 with #E6DCCA are triadic colors.

2 #CADCE6 and #DCE6CA with #E6DCCA are triadic colors.