COLOR #E6BEA9

HEX: #E6BEA9
RGB: (230,190,169)

Color info

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

RGB color model

#E6BEA9 color RGB value is (230,190,169).

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

RGB channels and saturation

R 230 of 255 = 90%
G 190 of 255 = 75%
B 169 of 255 = 66%

230
190
169

R + G + B ~ 77%. #E6BEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 190 + 169 = 589 (100%)
R 230 of 589 ~ 39.05%
G 190 of 589 ~ 32.26%
B 169 of 589 ~ 28.69%

%39.05
%32.26
%28.69

CMYK color model

#E6BEA9 color CMYK value is (0,17,27,10).

  • cyan value is 0.00%
  • magenta value is 17.39%
  • yellow value is 26.52%
  • key color value is 9.80%
CMYK:
(0,17,27,10)
C0M17Y27K10 
(0%,17%,27%,10%)
(0.00/0.17/0.27/0.10)	

CMYK percentages

%0
%17.39
%26.52
%9.8

Codes

Color #E6BEA9 in popluar color models

E6BEA9
RGB230190169
HSL21°54.95%78.24%
HSB/HSV21°26.52%90.20%
CMYK0.00%17.39%26.52%
9.80%

Color #E6BEA9 in popluar number systems.

HEXE6BEA9
Decimal230190169
Binary111001101011111010101001
Octal346276251

Shades and tints

Shades of #E6BEA9

#E6BEA9
(230,190,169)
#D2AD9A
(210,173,154)
#BE9C8B
(190,156,139)
#AA8B7C
(170,139,124)
#967A6D
(150,122,109)
#82695E
(130,105,94)
#6E584F
(110,88,79)
#5A4740
(90,71,64)
#463631
(70,54,49)
#322522
(50,37,34)
#1E1413
(30,20,19)
#000000
(0,0,0)

Tints of #E6BEA9

#E6BEA9
(230,190,169)
#E8C3B0
(232,195,176)
#EAC8B7
(234,200,183)
#ECCDBE
(236,205,190)
#EED2C5
(238,210,197)
#F0D7CC
(240,215,204)
#F2DCD3
(242,220,211)
#F4E1DA
(244,225,218)
#F6E6E1
(246,230,225)
#F8EBE8
(248,235,232)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6BEA9; }

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

This text font color is #E6BEA9.


Background Color

.myBgColor { background-color: #E6BEA9; }

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

This div background color is #E6BEA9.


Border color

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

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

This div border color is #E6BEA9.


Opacity

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

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

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

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

This text has shadow with #E6BEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6BEA9 on black background.


Color preview on white background

This text has color #E6BEA9 on white background.



Black color preview on #E6BEA9 background

This text has black color on #E6BEA9 background.


White color preview on #E6BEA9 background

This text has white color on #E6BEA9 background.