COLOR #E6CDA9

HEX: #E6CDA9 RGB: (230,205,169)

Color info

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

RGB color model

#E6CDA9 color RGB value is (230,205,169).

RGB: (230,205,169) (90%, 80%, 66%)

RGB channels and saturation

R 230 of 255 = 90%
G 205 of 255 = 80%
B 169 of 255 = 66%

230
205
169

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

Portions of RGB colors in percentages

R + G + B = 230 + 205 + 169 = 604 (100%)
R 230 of 604 ~ 38.08%
G 205 of 604 ~ 33.94%
B 169 of 604 ~ 27.98'%

%38.08
%33.94
%27.98

CMYK color model

#E6CDA9 color CMYK value is (0,11,27,10).

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

CMYK: (0,11,27,10)
C0M11Y27K10 (0%, 11%, 27%, 10%)
(0.00 / 0.11 / 0.27 / 0.10)

CMYK percentages

%0
%10.87
%26.52
%9.8

Codes

Color #E6CDA9 in popluar color models

E6 CD A9
RGB 230 205 169
HSL 35° 54.95% 78.24%
HSB/HSV 35° 26.52% 90.20%
CMYK 0.00% 10.87% 26.52%
9.80%

Color #E6CDA9 in popluar number systems.

HEX E6 CD A9
Decimal 230 205 169
Binary 11100110 11001101 10101001
Octal 346 315 251

Shades and tints

Shades of #E6CDA9

#E6CDA9
(230,205,169)
#D2BB9A
(210,187,154)
#BEA98B
(190,169,139)
#AA977C
(170,151,124)
#96856D
(150,133,109)
#82735E
(130,115,94)
#6E614F
(110,97,79)
#5A4F40
(90,79,64)
#463D31
(70,61,49)
#322B22
(50,43,34)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #E6CDA9

#E6CDA9
(230,205,169)
#E8D1B0
(232,209,176)
#EAD5B7
(234,213,183)
#ECD9BE
(236,217,190)
#EEDDC5
(238,221,197)
#F0E1CC
(240,225,204)
#F2E5D3
(242,229,211)
#F4E9DA
(244,233,218)
#F6EDE1
(246,237,225)
#F8F1E8
(248,241,232)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CDA9; }

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

This text font color is #E6CDA9.

Background Color

.myBgColor { background-color: #E6CDA9; }

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

This div background color is #E6CDA9.

Border color

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

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

This div border color is #E6CDA9.

Opacity

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

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

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

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

This text has shadow with #E6CDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CDA9.

Preview

Color preview on black background

This text has color #E6CDA9 on black background.


Color preview on white background

This text has color #E6CDA9 on white background.


Black color preview on #E6CDA9 background

This text has black color on #E6CDA9 background.


White color preview on #E6CDA9 background

This text has white color on #E6CDA9 background.


Related colors

Complementary color

Complementary color for #hex is #193256.


I love getcolorcode.com

Triadic colors

1 #A9E6CD and #CDA9E6 with #E6CDA9 are triadic colors.

2 #A9CDE6 and #CDE6A9 with #E6CDA9 are triadic colors.