COLOR #E6B69A

HEX: #E6B69A
RGB: (230,182,154)

Color info

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

RGB color model

#E6B69A color RGB value is (230,182,154).

  • red value is 230;
  • green value is 182;
  • blue value is 154.
RGB: (230,182,154) (90%,71%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 154 of 255 = 60%

230
182
154

R + G + B ~ 74%. #E6B69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 182 + 154 = 566 (100%)
R 230 of 566 ~ 40.64%
G 182 of 566 ~ 32.16%
B 154 of 566 ~ 27.21%

%40.64
%32.16
%27.21

CMYK color model

#E6B69A color CMYK value is (0,21,33,10).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 33.04%
  • key color value is 9.80%
CMYK: (0,21,33,10) C0M21Y33K10 (0%,21%,33%,10%) (0.00/0.21/0.33/0.10)

CMYK percentages

%0
%20.87
%33.04
%9.8

Codes

Color #E6B69A in popluar color models

E6B69A
RGB230182154
HSL22°60.32%75.29%
HSB/HSV22°33.04%90.20%
CMYK0.00%20.87%33.04%
9.80%

Color #E6B69A in popluar number systems.

HEXE6B69A
Decimal230182154
Binary111001101011011010011010
Octal346266232

Shades and tints

Shades of #E6B69A

#E6B69A
(230,182,154)
#D2A68C
(210,166,140)
#BE967E
(190,150,126)
#AA8670
(170,134,112)
#967662
(150,118,98)
#826654
(130,102,84)
#6E5646
(110,86,70)
#5A4638
(90,70,56)
#46362A
(70,54,42)
#32261C
(50,38,28)
#1E160E
(30,22,14)
#000000
(0,0,0)

Tints of #E6B69A

#E6B69A
(230,182,154)
#E8BCA3
(232,188,163)
#EAC2AC
(234,194,172)
#ECC8B5
(236,200,181)
#EECEBE
(238,206,190)
#F0D4C7
(240,212,199)
#F2DAD0
(242,218,208)
#F4E0D9
(244,224,217)
#F6E6E2
(246,230,226)
#F8ECEB
(248,236,235)
#FAF2F4
(250,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B69A color. Also use rgb(230,182,154) instead hex code.

Text Font Color

.myTextColor { color: #E6B69A; }

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

This text font color is #E6B69A.


Background Color

.myBgColor { background-color: #E6B69A; }

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

This div background color is #E6B69A.


Border color

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

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

This div border color is #E6B69A.


Opacity

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

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

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

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

This text has shadow with #E6B69A color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #E6B69A; -webkit-box-shadow:	1px 1px 3px 2px #E6B69A; box-shadow:	1px 1px 3px 2px #E6B69A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6B69A; -webkit-box-shadow: 1px 1px 3px 2px #E6B69A; box-shadow:1px 1px 3px 2px #E6B69A;">
Div content here</div>
This div box has shadow with color #E6B69A.

Preview

Color preview on black background

This text has color #E6B69A on black background.


Color preview on white background

This text has color #E6B69A on white background.



Black color preview on #E6B69A background

This text has black color on #E6B69A background.


White color preview on #E6B69A background

This text has white color on #E6B69A background.