COLOR #E6B9A9

HEX: #E6B9A9
RGB: (230,185,169)

Color info

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

RGB color model

#E6B9A9 color RGB value is (230,185,169).

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

RGB channels and saturation

R 230 of 255 = 90%
G 185 of 255 = 73%
B 169 of 255 = 66%

230
185
169

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

Portions of RGB colors in percentages

R + G + B =
230 + 185 + 169 = 584 (100%)
R 230 of 584 ~ 39.38%
G 185 of 584 ~ 31.68%
B 169 of 584 ~ 28.94%

%39.38
%31.68
%28.94

CMYK color model

#E6B9A9 color CMYK value is (0,20,27,10).

  • cyan value is 0.00%
  • magenta value is 19.57%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(0,20,27,10)
C0M20Y27K10 
(0%,20%,27%,10%)
(0.00/0.20/0.27/0.10)	

CMYK percentages

%0
%19.57
%26.52
%9.8

Codes

Color #E6B9A9 in popluar color models

E6B9A9
RGB230185169
HSL16°54.95%78.24%
HSB/HSV16°26.52%90.20%
CMYK0.00%19.57%26.52%
9.80%

Color #E6B9A9 in popluar number systems.

HEXE6B9A9
Decimal230185169
Binary111001101011100110101001
Octal346271251

Shades and tints

Shades of #E6B9A9

#E6B9A9
(230,185,169)
#D2A99A
(210,169,154)
#BE998B
(190,153,139)
#AA897C
(170,137,124)
#96796D
(150,121,109)
#82695E
(130,105,94)
#6E594F
(110,89,79)
#5A4940
(90,73,64)
#463931
(70,57,49)
#322922
(50,41,34)
#1E1913
(30,25,19)
#000000
(0,0,0)

Tints of #E6B9A9

#E6B9A9
(230,185,169)
#E8BFB0
(232,191,176)
#EAC5B7
(234,197,183)
#ECCBBE
(236,203,190)
#EED1C5
(238,209,197)
#F0D7CC
(240,215,204)
#F2DDD3
(242,221,211)
#F4E3DA
(244,227,218)
#F6E9E1
(246,233,225)
#F8EFE8
(248,239,232)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B9A9; }

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

This text font color is #E6B9A9.


Background Color

.myBgColor { background-color: #E6B9A9; }

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

This div background color is #E6B9A9.


Border color

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

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

This div border color is #E6B9A9.


Opacity

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

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

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

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

This text has shadow with #E6B9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B9A9 on black background.


Color preview on white background

This text has color #E6B9A9 on white background.



Black color preview on #E6B9A9 background

This text has black color on #E6B9A9 background.


White color preview on #E6B9A9 background

This text has white color on #E6B9A9 background.