COLOR #E6B4A9

HEX: #E6B4A9
RGB: (230,180,169)

Color info

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

RGB color model

#E6B4A9 color RGB value is (230,180,169).

  • red value is 230;
  • green value is 180;
  • blue value is 169.
RGB:
(230,180,169)
(90%,71%,66%)

RGB channels and saturation

R 230 of 255 = 90%
G 180 of 255 = 71%
B 169 of 255 = 66%

230
180
169

R + G + B ~ 76%. #E6B4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 180 + 169 = 579 (100%)
R 230 of 579 ~ 39.72%
G 180 of 579 ~ 31.09%
B 169 of 579 ~ 29.19%

%39.72
%31.09
%29.19

CMYK color model

#E6B4A9 color CMYK value is (0,22,27,10).

  • cyan value is 0.00%
  • magenta value is 21.74%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(0,22,27,10)
C0M22Y27K10 
(0%,22%,27%,10%)
(0.00/0.22/0.27/0.10)	

CMYK percentages

%0
%21.74
%26.52
%9.8

Codes

Color #E6B4A9 in popluar color models

E6B4A9
RGB230180169
HSL11°54.95%78.24%
HSB/HSV11°26.52%90.20%
CMYK0.00%21.74%26.52%
9.80%

Color #E6B4A9 in popluar number systems.

HEXE6B4A9
Decimal230180169
Binary111001101011010010101001
Octal346264251

Shades and tints

Shades of #E6B4A9

#E6B4A9
(230,180,169)
#D2A49A
(210,164,154)
#BE948B
(190,148,139)
#AA847C
(170,132,124)
#96746D
(150,116,109)
#82645E
(130,100,94)
#6E544F
(110,84,79)
#5A4440
(90,68,64)
#463431
(70,52,49)
#322422
(50,36,34)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6B4A9

#E6B4A9
(230,180,169)
#E8BAB0
(232,186,176)
#EAC0B7
(234,192,183)
#ECC6BE
(236,198,190)
#EECCC5
(238,204,197)
#F0D2CC
(240,210,204)
#F2D8D3
(242,216,211)
#F4DEDA
(244,222,218)
#F6E4E1
(246,228,225)
#F8EAE8
(248,234,232)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B4A9; }

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

This text font color is #E6B4A9.


Background Color

.myBgColor { background-color: #E6B4A9; }

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

This div background color is #E6B4A9.


Border color

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

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

This div border color is #E6B4A9.


Opacity

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

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

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

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

This text has shadow with #E6B4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B4A9 on black background.


Color preview on white background

This text has color #E6B4A9 on white background.



Black color preview on #E6B4A9 background

This text has black color on #E6B4A9 background.


White color preview on #E6B4A9 background

This text has white color on #E6B4A9 background.