COLOR #E6BD8A

HEX: #E6BD8A RGB: (230,189,138)

Color info

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

RGB color model

#E6BD8A color RGB value is (230,189,138).

RGB: (230,189,138) (90%, 74%, 54%)

RGB channels and saturation

R 230 of 255 = 90%
G 189 of 255 = 74%
B 138 of 255 = 54%

230
189
138

R + G + B ~ 73%. #E6BD8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 189 + 138 = 557 (100%)
R 230 of 557 ~ 41.29%
G 189 of 557 ~ 33.93%
B 138 of 557 ~ 24.78'%

%41.29
%33.93
%24.78

CMYK color model

#E6BD8A color CMYK value is (0,18,40,10).

  • cyan value is 0.00%
  • magenta value is 17.83%
  • yellow value is 40.00%
  • key color value is 9.80%

CMYK: (0,18,40,10)
C0M18Y40K10 (0%, 18%, 40%, 10%)
(0.00 / 0.18 / 0.40 / 0.10)

CMYK percentages

%0
%17.83
%40
%9.8

Codes

Color #E6BD8A in popluar color models

E6 BD 8A
RGB 230 189 138
HSL 33° 64.79% 72.16%
HSB/HSV 33° 40.00% 90.20%
CMYK 0.00% 17.83% 40.00%
9.80%

Color #E6BD8A in popluar number systems.

HEX E6 BD 8A
Decimal 230 189 138
Binary 11100110 10111101 10001010
Octal 346 275 212

Shades and tints

Shades of #E6BD8A

#E6BD8A
(230,189,138)
#D2AC7E
(210,172,126)
#BE9B72
(190,155,114)
#AA8A66
(170,138,102)
#96795A
(150,121,90)
#82684E
(130,104,78)
#6E5742
(110,87,66)
#5A4636
(90,70,54)
#46352A
(70,53,42)
#32241E
(50,36,30)
#1E1312
(30,19,18)
#000000
(0,0,0)

Tints of #E6BD8A

#E6BD8A
(230,189,138)
#E8C394
(232,195,148)
#EAC99E
(234,201,158)
#ECCFA8
(236,207,168)
#EED5B2
(238,213,178)
#F0DBBC
(240,219,188)
#F2E1C6
(242,225,198)
#F4E7D0
(244,231,208)
#F6EDDA
(246,237,218)
#F8F3E4
(248,243,228)
#FAF9EE
(250,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BD8A; }

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

This text font color is #E6BD8A.

Background Color

.myBgColor { background-color: #E6BD8A; }

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

This div background color is #E6BD8A.

Border color

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

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

This div border color is #E6BD8A.

Opacity

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

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

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

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

This text has shadow with #E6BD8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BD8A.

Preview

Color preview on black background

This text has color #E6BD8A on black background.


Color preview on white background

This text has color #E6BD8A on white background.


Black color preview on #E6BD8A background

This text has black color on #E6BD8A background.


White color preview on #E6BD8A background

This text has white color on #E6BD8A background.


Related colors

Complementary color

Complementary color for #hex is #194275.


I love getcolorcode.com

Triadic colors

1 #8AE6BD and #BD8AE6 with #E6BD8A are triadic colors.

2 #8ABDE6 and #BDE68A with #E6BD8A are triadic colors.