COLOR #E0CEAD

HEX: #E0CEAD RGB: (224,206,173)

Color info

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

RGB color model

#E0CEAD color RGB value is (224,206,173).

RGB: (224,206,173) (88%, 81%, 68%)

RGB channels and saturation

R 224 of 255 = 88%
G 206 of 255 = 81%
B 173 of 255 = 68%

224
206
173

R + G + B ~ 79%. #E0CEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 206 + 173 = 603 (100%)
R 224 of 603 ~ 37.15%
G 206 of 603 ~ 34.16%
B 173 of 603 ~ 28.69'%

%37.15
%34.16
%28.69

CMYK color model

#E0CEAD color CMYK value is (0,8,23,12).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 22.77%
  • key color value is 12.16%

CMYK: (0,8,23,12)
C0M8Y23K12 (0%, 8%, 23%, 12%)
(0.00 / 0.08 / 0.23 / 0.12)

CMYK percentages

%0
%8.04
%22.77
%12.16

Codes

Color #E0CEAD in popluar color models

E0 CE AD
RGB 224 206 173
HSL 39° 45.13% 77.84%
HSB/HSV 39° 22.77% 87.84%
CMYK 0.00% 8.04% 22.77%
12.16%

Color #E0CEAD in popluar number systems.

HEX E0 CE AD
Decimal 224 206 173
Binary 11100000 11001110 10101101
Octal 340 316 255

Shades and tints

Shades of #E0CEAD

#E0CEAD
(224,206,173)
#CCBC9E
(204,188,158)
#B8AA8F
(184,170,143)
#A49880
(164,152,128)
#908671
(144,134,113)
#7C7462
(124,116,98)
#686253
(104,98,83)
#545044
(84,80,68)
#403E35
(64,62,53)
#2C2C26
(44,44,38)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #E0CEAD

#E0CEAD
(224,206,173)
#E2D2B4
(226,210,180)
#E4D6BB
(228,214,187)
#E6DAC2
(230,218,194)
#E8DEC9
(232,222,201)
#EAE2D0
(234,226,208)
#ECE6D7
(236,230,215)
#EEEADE
(238,234,222)
#F0EEE5
(240,238,229)
#F2F2EC
(242,242,236)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0CEAD; }

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

This text font color is #E0CEAD.

Background Color

.myBgColor { background-color: #E0CEAD; }

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

This div background color is #E0CEAD.

Border color

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

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

This div border color is #E0CEAD.

Opacity

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

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

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

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

This text has shadow with #E0CEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CEAD.

Preview

Color preview on black background

This text has color #E0CEAD on black background.


Color preview on white background

This text has color #E0CEAD on white background.


Black color preview on #E0CEAD background

This text has black color on #E0CEAD background.


White color preview on #E0CEAD background

This text has white color on #E0CEAD background.


Related colors

Complementary color

Complementary color for #hex is #1F3152.


I love getcolorcode.com

Triadic colors

1 #ADE0CE and #CEADE0 with #E0CEAD are triadic colors.

2 #ADCEE0 and #CEE0AD with #E0CEAD are triadic colors.