COLOR #E6BDA9

HEX: #E6BDA9 RGB: (230,189,169)

Color info

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

RGB color model

#E6BDA9 color RGB value is (230,189,169).

RGB: (230,189,169) (90%, 74%, 66%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 169 of 255 = 66%

230
189
169

R + G + B ~ 77%. #E6BDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 169 = 588 (100%)
R 230 of 588 ~ 39.12%
G 189 of 588 ~ 32.14%
B 169 of 588 ~ 28.74'%

%39.12
%32.14
%28.74

CMYK color model

#E6BDA9 color CMYK value is (0,18,27,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK: (0,18,27,10) C0M18Y27K10 (0%,18%,27%,10%) (0.00/0.18/0.27/0.10) 

CMYK percentages

%0
%17.83
%26.52
%9.8

Codes

Color #E6BDA9 in popluar color models

E6 BD A9
RGB 230 189 169
HSL 20° 54.95% 78.24%
HSB/HSV 20° 26.52% 90.20%
CMYK 0.00% 17.83% 26.52%
9.80%

Color #E6BDA9 in popluar number systems.

HEX E6 BD A9
Decimal 230 189 169
Binary 11100110 10111101 10101001
Octal 346 275 251

Shades and tints

Shades of #E6BDA9

#E6BDA9
(230,189,169)
#D2AC9A
(210,172,154)
#BE9B8B
(190,155,139)
#AA8A7C
(170,138,124)
#96796D
(150,121,109)
#82685E
(130,104,94)
#6E574F
(110,87,79)
#5A4640
(90,70,64)
#463531
(70,53,49)
#322422
(50,36,34)
#1E1313
(30,19,19)
#000000
(0,0,0)

Tints of #E6BDA9

#E6BDA9
(230,189,169)
#E8C3B0
(232,195,176)
#EAC9B7
(234,201,183)
#ECCFBE
(236,207,190)
#EED5C5
(238,213,197)
#F0DBCC
(240,219,204)
#F2E1D3
(242,225,211)
#F4E7DA
(244,231,218)
#F6EDE1
(246,237,225)
#F8F3E8
(248,243,232)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BDA9; }

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

This text font color is #E6BDA9.

Background Color

.myBgColor { background-color: #E6BDA9; }

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

This div background color is #E6BDA9.

Border color

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

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

This div border color is #E6BDA9.

Opacity

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

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

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

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

This text has shadow with #E6BDA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BDA9.

Preview

Color preview on black background

This text has color #E6BDA9 on black background.


Color preview on white background

This text has color #E6BDA9 on white background.


Black color preview on #E6BDA9 background

This text has black color on #E6BDA9 background.


White color preview on #E6BDA9 background

This text has white color on #E6BDA9 background.


Related colors

Complementary color

Complementary color for #hex is #194256.


I love getcolorcode.com

Triadic colors

1 #A9E6BD and #BDA9E6 with #E6BDA9 are triadic colors.

2 #A9BDE6 and #BDE6A9 with #E6BDA9 are triadic colors.