COLOR #E6CAA9

HEX: #E6CAA9 RGB: (230,202,169)

Color info

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

RGB color model

#E6CAA9 color RGB value is (230,202,169).

RGB: (230,202,169) (90%, 79%, 66%)

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 169 of 255 = 66%

230
202
169

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

Portions of RGB colors in percentages

R + G + B = 230 + 202 + 169 = 601 (100%)
R 230 of 601 ~ 38.27%
G 202 of 601 ~ 33.61%
B 169 of 601 ~ 28.12'%

%38.27
%33.61
%28.12

CMYK color model

#E6CAA9 color CMYK value is (0,12,27,10).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 26.52%
  • key color value is 9.80%

CMYK: (0,12,27,10)
C0M12Y27K10 (0%, 12%, 27%, 10%)
(0.00 / 0.12 / 0.27 / 0.10)

CMYK percentages

%0
%12.17
%26.52
%9.8

Codes

Color #E6CAA9 in popluar color models

E6 CA A9
RGB 230 202 169
HSL 32° 54.95% 78.24%
HSB/HSV 32° 26.52% 90.20%
CMYK 0.00% 12.17% 26.52%
9.80%

Color #E6CAA9 in popluar number systems.

HEX E6 CA A9
Decimal 230 202 169
Binary 11100110 11001010 10101001
Octal 346 312 251

Shades and tints

Shades of #E6CAA9

#E6CAA9
(230,202,169)
#D2B89A
(210,184,154)
#BEA68B
(190,166,139)
#AA947C
(170,148,124)
#96826D
(150,130,109)
#82705E
(130,112,94)
#6E5E4F
(110,94,79)
#5A4C40
(90,76,64)
#463A31
(70,58,49)
#322822
(50,40,34)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6CAA9

#E6CAA9
(230,202,169)
#E8CEB0
(232,206,176)
#EAD2B7
(234,210,183)
#ECD6BE
(236,214,190)
#EEDAC5
(238,218,197)
#F0DECC
(240,222,204)
#F2E2D3
(242,226,211)
#F4E6DA
(244,230,218)
#F6EAE1
(246,234,225)
#F8EEE8
(248,238,232)
#FAF2EF
(250,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAA9; }

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

This text font color is #E6CAA9.

Background Color

.myBgColor { background-color: #E6CAA9; }

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

This div background color is #E6CAA9.

Border color

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

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

This div border color is #E6CAA9.

Opacity

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

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

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

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

This text has shadow with #E6CAA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CAA9.

Preview

Color preview on black background

This text has color #E6CAA9 on black background.


Color preview on white background

This text has color #E6CAA9 on white background.


Black color preview on #E6CAA9 background

This text has black color on #E6CAA9 background.


White color preview on #E6CAA9 background

This text has white color on #E6CAA9 background.


Related colors

Complementary color

Complementary color for #hex is #193556.


I love getcolorcode.com

Triadic colors

1 #A9E6CA and #CAA9E6 with #E6CAA9 are triadic colors.

2 #A9CAE6 and #CAE6A9 with #E6CAA9 are triadic colors.