COLOR #E2CEAD

HEX: #E2CEAD RGB: (226,206,173)

Color info

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

RGB color model

#E2CEAD color RGB value is (226,206,173).

RGB: (226,206,173) (89%, 81%, 68%)

RGB channels and saturation

R 226 of 255 = 89%
G 206 of 255 = 81%
B 173 of 255 = 68%

226
206
173

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

Portions of RGB colors in percentages

R + G + B = 226 + 206 + 173 = 605 (100%)
R 226 of 605 ~ 37.36%
G 206 of 605 ~ 34.05%
B 173 of 605 ~ 28.6'%

%37.36
%34.05
%28.6

CMYK color model

#E2CEAD color CMYK value is (0,9,23,11).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 23.45%
  • key color value is 11.37%

CMYK: (0,9,23,11)
C0M9Y23K11 (0%, 9%, 23%, 11%)
(0.00 / 0.09 / 0.23 / 0.11)

CMYK percentages

%0
%8.85
%23.45
%11.37

Codes

Color #E2CEAD in popluar color models

E2 CE AD
RGB 226 206 173
HSL 37° 47.75% 78.24%
HSB/HSV 37° 23.45% 88.63%
CMYK 0.00% 8.85% 23.45%
11.37%

Color #E2CEAD in popluar number systems.

HEX E2 CE AD
Decimal 226 206 173
Binary 11100010 11001110 10101101
Octal 342 316 255

Shades and tints

Shades of #E2CEAD

#E2CEAD
(226,206,173)
#CEBC9E
(206,188,158)
#BAAA8F
(186,170,143)
#A69880
(166,152,128)
#928671
(146,134,113)
#7E7462
(126,116,98)
#6A6253
(106,98,83)
#565044
(86,80,68)
#423E35
(66,62,53)
#2E2C26
(46,44,38)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #E2CEAD

#E2CEAD
(226,206,173)
#E4D2B4
(228,210,180)
#E6D6BB
(230,214,187)
#E8DAC2
(232,218,194)
#EADEC9
(234,222,201)
#ECE2D0
(236,226,208)
#EEE6D7
(238,230,215)
#F0EADE
(240,234,222)
#F2EEE5
(242,238,229)
#F4F2EC
(244,242,236)
#F6F6F3
(246,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2CEAD; }

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

This text font color is #E2CEAD.

Background Color

.myBgColor { background-color: #E2CEAD; }

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

This div background color is #E2CEAD.

Border color

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

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

This div border color is #E2CEAD.

Opacity

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

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

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

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

This text has shadow with #E2CEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2CEAD.

Preview

Color preview on black background

This text has color #E2CEAD on black background.


Color preview on white background

This text has color #E2CEAD on white background.


Black color preview on #E2CEAD background

This text has black color on #E2CEAD background.


White color preview on #E2CEAD background

This text has white color on #E2CEAD background.


Related colors

Complementary color

Complementary color for #hex is #1D3152.


I love getcolorcode.com

Triadic colors

1 #ADE2CE and #CEADE2 with #E2CEAD are triadic colors.

2 #ADCEE2 and #CEE2AD with #E2CEAD are triadic colors.