COLOR #E6D0CA

HEX: #E6D0CA RGB: (230,208,202)

Color info

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

RGB color model

#E6D0CA color RGB value is (230,208,202).

RGB: (230,208,202) (90%, 82%, 79%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 202 of 255 = 79%

230
208
202

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

Portions of RGB colors in percentages

R + G + B = 230 + 208 + 202 = 640 (100%)
R 230 of 640 ~ 35.94%
G 208 of 640 ~ 32.5%
B 202 of 640 ~ 31.56'%

%35.94
%32.5
%31.56

CMYK color model

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

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

CMYK: (0,10,12,10)
C0M10Y12K10 (0%, 10%, 12%, 10%)
(0.00 / 0.10 / 0.12 / 0.10)

CMYK percentages

%0
%9.57
%12.17
%9.8

Codes

Color #E6D0CA in popluar color models

E6 D0 CA
RGB 230 208 202
HSL 13° 35.90% 84.71%
HSB/HSV 13° 12.17% 90.20%
CMYK 0.00% 9.57% 12.17%
9.80%

Color #E6D0CA in popluar number systems.

HEX E6 D0 CA
Decimal 230 208 202
Binary 11100110 11010000 11001010
Octal 346 320 312

Shades and tints

Shades of #E6D0CA

#E6D0CA
(230,208,202)
#D2BEB8
(210,190,184)
#BEACA6
(190,172,166)
#AA9A94
(170,154,148)
#968882
(150,136,130)
#827670
(130,118,112)
#6E645E
(110,100,94)
#5A524C
(90,82,76)
#46403A
(70,64,58)
#322E28
(50,46,40)
#1E1C16
(30,28,22)
#000000
(0,0,0)

Tints of #E6D0CA

#E6D0CA
(230,208,202)
#E8D4CE
(232,212,206)
#EAD8D2
(234,216,210)
#ECDCD6
(236,220,214)
#EEE0DA
(238,224,218)
#F0E4DE
(240,228,222)
#F2E8E2
(242,232,226)
#F4ECE6
(244,236,230)
#F6F0EA
(246,240,234)
#F8F4EE
(248,244,238)
#FAF8F2
(250,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D0CA; }

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

This text font color is #E6D0CA.

Background Color

.myBgColor { background-color: #E6D0CA; }

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

This div background color is #E6D0CA.

Border color

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

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

This div border color is #E6D0CA.

Opacity

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

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

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

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

This text has shadow with #E6D0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D0CA.

Preview

Color preview on black background

This text has color #E6D0CA on black background.


Color preview on white background

This text has color #E6D0CA on white background.


Black color preview on #E6D0CA background

This text has black color on #E6D0CA background.


White color preview on #E6D0CA background

This text has white color on #E6D0CA background.


Related colors

Complementary color

Complementary color for #hex is #192F35.


I love getcolorcode.com

Triadic colors

1 #CAE6D0 and #D0CAE6 with #E6D0CA are triadic colors.

2 #CAD0E6 and #D0E6CA with #E6D0CA are triadic colors.