COLOR #E6CEAD

HEX: #E6CEAD
RGB: (230,206,173)

Color info

#E6CEAD contains red, green and blue colors in about the same proportion. Web safe color of #E6CEAD is #CCCC99 (or #CC9).

RGB color model

#E6CEAD color RGB value is (230,206,173).

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

RGB channels and saturation

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

230
206
173

R + G + B ~ 80%. #E6CEAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 206 + 173 = 609 (100%)
R 230 of 609 ~ 37.77%
G 206 of 609 ~ 33.83%
B 173 of 609 ~ 28.41%

%37.77
%33.83
%28.41

CMYK color model

#E6CEAD color CMYK value is (0,10,25,10).

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

CMYK percentages

%0
%10.43
%24.78
%9.8

Codes

Color #E6CEAD in popluar color models

E6CEAD
RGB230206173
HSL35°53.27%79.02%
HSB/HSV35°24.78%90.20%
CMYK0.00%10.43%24.78%
9.80%

Color #E6CEAD in popluar number systems.

HEXE6CEAD
Decimal230206173
Binary111001101100111010101101
Octal346316255

Shades and tints

Shades of #E6CEAD

#E6CEAD
(230,206,173)
#D2BC9E
(210,188,158)
#BEAA8F
(190,170,143)
#AA9880
(170,152,128)
#968671
(150,134,113)
#827462
(130,116,98)
#6E6253
(110,98,83)
#5A5044
(90,80,68)
#463E35
(70,62,53)
#322C26
(50,44,38)
#1E1A17
(30,26,23)
#000000
(0,0,0)

Tints of #E6CEAD

#E6CEAD
(230,206,173)
#E8D2B4
(232,210,180)
#EAD6BB
(234,214,187)
#ECDAC2
(236,218,194)
#EEDEC9
(238,222,201)
#F0E2D0
(240,226,208)
#F2E6D7
(242,230,215)
#F4EADE
(244,234,222)
#F6EEE5
(246,238,229)
#F8F2EC
(248,242,236)
#FAF6F3
(250,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CEAD; }

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

This text font color is #E6CEAD.


Background Color

.myBgColor { background-color: #E6CEAD; }

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

This div background color is #E6CEAD.


Border color

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

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

This div border color is #E6CEAD.


Opacity

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

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

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

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

This text has shadow with #E6CEAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CEAD on black background.


Color preview on white background

This text has color #E6CEAD on white background.



Black color preview on #E6CEAD background

This text has black color on #E6CEAD background.


White color preview on #E6CEAD background

This text has white color on #E6CEAD background.