COLOR #E6C9B2

HEX: #E6C9B2 RGB: (230,201,178)

Color info

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

RGB color model

#E6C9B2 color RGB value is (230,201,178).

RGB: (230,201,178) (90%, 79%, 70%)

RGB channels and saturation

R 230 of 255 = 90%
G 201 of 255 = 79%
B 178 of 255 = 70%

230
201
178

R + G + B ~ 80%. #E6C9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 201 + 178 = 609 (100%)
R 230 of 609 ~ 37.77%
G 201 of 609 ~ 33%
B 178 of 609 ~ 29.23'%

%37.77
%33
%29.23

CMYK color model

#E6C9B2 color CMYK value is (0,13,23,10).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 22.61%
  • key color value is 9.80%

CMYK: (0,13,23,10)
C0M13Y23K10 (0%, 13%, 23%, 10%)
(0.00 / 0.13 / 0.23 / 0.10)

CMYK percentages

%0
%12.61
%22.61
%9.8

Codes

Color #E6C9B2 in popluar color models

E6 C9 B2
RGB 230 201 178
HSL 27° 50.98% 80.00%
HSB/HSV 27° 22.61% 90.20%
CMYK 0.00% 12.61% 22.61%
9.80%

Color #E6C9B2 in popluar number systems.

HEX E6 C9 B2
Decimal 230 201 178
Binary 11100110 11001001 10110010
Octal 346 311 262

Shades and tints

Shades of #E6C9B2

#E6C9B2
(230,201,178)
#D2B7A2
(210,183,162)
#BEA592
(190,165,146)
#AA9382
(170,147,130)
#968172
(150,129,114)
#826F62
(130,111,98)
#6E5D52
(110,93,82)
#5A4B42
(90,75,66)
#463932
(70,57,50)
#322722
(50,39,34)
#1E1512
(30,21,18)
#000000
(0,0,0)

Tints of #E6C9B2

#E6C9B2
(230,201,178)
#E8CDB9
(232,205,185)
#EAD1C0
(234,209,192)
#ECD5C7
(236,213,199)
#EED9CE
(238,217,206)
#F0DDD5
(240,221,213)
#F2E1DC
(242,225,220)
#F4E5E3
(244,229,227)
#F6E9EA
(246,233,234)
#F8EDF1
(248,237,241)
#FAF1F8
(250,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C9B2 color. Also use rgb(230,201,178) instead hex code.

Text Font Color

.myTextColor { color: #E6C9B2; }

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

This text font color is #E6C9B2.

Background Color

.myBgColor { background-color: #E6C9B2; }

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

This div background color is #E6C9B2.

Border color

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

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

This div border color is #E6C9B2.

Opacity

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

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

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

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

This text has shadow with #E6C9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6C9B2.

Preview

Color preview on black background

This text has color #E6C9B2 on black background.


Color preview on white background

This text has color #E6C9B2 on white background.


Black color preview on #E6C9B2 background

This text has black color on #E6C9B2 background.


White color preview on #E6C9B2 background

This text has white color on #E6C9B2 background.


Related colors

Complementary color

Complementary color for #hex is #19364D.


I love getcolorcode.com

Triadic colors

1 #B2E6C9 and #C9B2E6 with #E6C9B2 are triadic colors.

2 #B2C9E6 and #C9E6B2 with #E6C9B2 are triadic colors.