COLOR #E6E0CB

HEX: #E6E0CB RGB: (230,224,203)

Color info

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

RGB color model

#E6E0CB color RGB value is (230,224,203).

RGB: (230,224,203) (90%, 88%, 80%)

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 203 of 255 = 80%

230
224
203

R + G + B ~ 86%. #E6E0CB is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 224 + 203 = 657 (100%)
R 230 of 657 ~ 35.01%
G 224 of 657 ~ 34.09%
B 203 of 657 ~ 30.9'%

%35.01
%34.09
%30.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 11.74%
  • key color value is 9.80%

CMYK: (0,3,12,10)
C0M3Y12K10 (0%, 3%, 12%, 10%)
(0.00 / 0.03 / 0.12 / 0.10)

CMYK percentages

%0
%2.61
%11.74
%9.8

Codes

Color #E6E0CB in popluar color models

E6 E0 CB
RGB 230 224 203
HSL 47° 35.06% 84.90%
HSB/HSV 47° 11.74% 90.20%
CMYK 0.00% 2.61% 11.74%
9.80%

Color #E6E0CB in popluar number systems.

HEX E6 E0 CB
Decimal 230 224 203
Binary 11100110 11100000 11001011
Octal 346 340 313

Shades and tints

Shades of #E6E0CB

#E6E0CB
(230,224,203)
#D2CCB9
(210,204,185)
#BEB8A7
(190,184,167)
#AAA495
(170,164,149)
#969083
(150,144,131)
#827C71
(130,124,113)
#6E685F
(110,104,95)
#5A544D
(90,84,77)
#46403B
(70,64,59)
#322C29
(50,44,41)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6E0CB

#E6E0CB
(230,224,203)
#E8E2CF
(232,226,207)
#EAE4D3
(234,228,211)
#ECE6D7
(236,230,215)
#EEE8DB
(238,232,219)
#F0EADF
(240,234,223)
#F2ECE3
(242,236,227)
#F4EEE7
(244,238,231)
#F6F0EB
(246,240,235)
#F8F2EF
(248,242,239)
#FAF4F3
(250,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E0CB color. Also use rgb(230,224,203) instead hex code.

Text Font Color

.myTextColor { color: #E6E0CB; }

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

This text font color is #E6E0CB.

Background Color

.myBgColor { background-color: #E6E0CB; }

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

This div background color is #E6E0CB.

Border color

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

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

This div border color is #E6E0CB.

Opacity

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

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

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

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

This text has shadow with #E6E0CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E0CB.

Preview

Color preview on black background

This text has color #E6E0CB on black background.


Color preview on white background

This text has color #E6E0CB on white background.


Black color preview on #E6E0CB background

This text has black color on #E6E0CB background.


White color preview on #E6E0CB background

This text has white color on #E6E0CB background.


Related colors

Complementary color

Complementary color for #hex is #191F34.


I love getcolorcode.com

Triadic colors

1 #CBE6E0 and #E0CBE6 with #E6E0CB are triadic colors.

2 #CBE0E6 and #E0E6CB with #E6E0CB are triadic colors.