COLOR #E6E6CE

HEX: #E6E6CE
RGB: (230,230,206)

Color info

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

RGB color model

#E6E6CE color RGB value is (230,230,206).

  • red value is 230;
  • green value is 230;
  • blue value is 206.
RGB:
(230,230,206)
(90%,90%,81%)

RGB channels and saturation

R 230 of 255 = 90%
G 230 of 255 = 90%
B 206 of 255 = 81%

230
230
206

R + G + B ~ 87%. #E6E6CE is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 230 + 206 = 666 (100%)
R 230 of 666 ~ 34.53%
G 230 of 666 ~ 34.53%
B 206 of 666 ~ 30.93%

%34.53
%34.53
%30.93

CMYK color model

#E6E6CE color CMYK value is (0,0,10,10).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,0,10,10)
C0M0Y10K10 
(0%,0%,10%,10%)
(0.00/0.00/0.10/0.10)	

CMYK percentages

%0
%0
%10.43
%9.8

Codes

Color #E6E6CE in popluar color models

E6E6CE
RGB230230206
HSL60°32.43%85.49%
HSB/HSV60°10.43%90.20%
CMYK0.00%0.00%10.43%
9.80%

Color #E6E6CE in popluar number systems.

HEXE6E6CE
Decimal230230206
Binary111001101110011011001110
Octal346346316

Shades and tints

Shades of #E6E6CE

#E6E6CE
(230,230,206)
#D2D2BC
(210,210,188)
#BEBEAA
(190,190,170)
#AAAA98
(170,170,152)
#969686
(150,150,134)
#828274
(130,130,116)
#6E6E62
(110,110,98)
#5A5A50
(90,90,80)
#46463E
(70,70,62)
#32322C
(50,50,44)
#1E1E1A
(30,30,26)
#000000
(0,0,0)

Tints of #E6E6CE

#E6E6CE
(230,230,206)
#E8E8D2
(232,232,210)
#EAEAD6
(234,234,214)
#ECECDA
(236,236,218)
#EEEEDE
(238,238,222)
#F0F0E2
(240,240,226)
#F2F2E6
(242,242,230)
#F4F4EA
(244,244,234)
#F6F6EE
(246,246,238)
#F8F8F2
(248,248,242)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E6CE; }

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

This text font color is #E6E6CE.


Background Color

.myBgColor { background-color: #E6E6CE; }

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

This div background color is #E6E6CE.


Border color

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

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

This div border color is #E6E6CE.


Opacity

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

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

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

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

This text has shadow with #E6E6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E6CE on black background.


Color preview on white background

This text has color #E6E6CE on white background.



Black color preview on #E6E6CE background

This text has black color on #E6E6CE background.


White color preview on #E6E6CE background

This text has white color on #E6E6CE background.