COLOR #E6CE9E

HEX: #E6CE9E
RGB: (230,206,158)

Color info

#E6CE9E contains mainly red and green colors. Web safe color of #E6CE9E is #CCCC99 (or #CC9).

RGB color model

#E6CE9E color RGB value is (230,206,158).

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

RGB channels and saturation

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

230
206
158

R + G + B ~ 78%. #E6CE9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 158 = 594 (100%)
R 230 of 594 ~ 38.72%
G 206 of 594 ~ 34.68%
B 158 of 594 ~ 26.6%

%38.72
%34.68
%26.6

CMYK color model

#E6CE9E color CMYK value is (0,10,31,10).

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

CMYK percentages

%0
%10.43
%31.3
%9.8

Codes

Color #E6CE9E in popluar color models

E6CE9E
RGB230206158
HSL40°59.02%76.08%
HSB/HSV40°31.30%90.20%
CMYK0.00%10.43%31.30%
9.80%

Color #E6CE9E in popluar number systems.

HEXE6CE9E
Decimal230206158
Binary111001101100111010011110
Octal346316236

Shades and tints

Shades of #E6CE9E

#E6CE9E
(230,206,158)
#D2BC90
(210,188,144)
#BEAA82
(190,170,130)
#AA9874
(170,152,116)
#968666
(150,134,102)
#827458
(130,116,88)
#6E624A
(110,98,74)
#5A503C
(90,80,60)
#463E2E
(70,62,46)
#322C20
(50,44,32)
#1E1A12
(30,26,18)
#000000
(0,0,0)

Tints of #E6CE9E

#E6CE9E
(230,206,158)
#E8D2A6
(232,210,166)
#EAD6AE
(234,214,174)
#ECDAB6
(236,218,182)
#EEDEBE
(238,222,190)
#F0E2C6
(240,226,198)
#F2E6CE
(242,230,206)
#F4EAD6
(244,234,214)
#F6EEDE
(246,238,222)
#F8F2E6
(248,242,230)
#FAF6EE
(250,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CE9E; }

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

This text font color is #E6CE9E.


Background Color

.myBgColor { background-color: #E6CE9E; }

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

This div background color is #E6CE9E.


Border color

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

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

This div border color is #E6CE9E.


Opacity

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

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

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

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

This text has shadow with #E6CE9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CE9E on black background.


Color preview on white background

This text has color #E6CE9E on white background.



Black color preview on #E6CE9E background

This text has black color on #E6CE9E background.


White color preview on #E6CE9E background

This text has white color on #E6CE9E background.