COLOR #E6B694

HEX: #E6B694
RGB: (230,182,148)

Color info

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

RGB color model

#E6B694 color RGB value is (230,182,148).

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

RGB channels and saturation

R 230 of 255 = 90%
G 182 of 255 = 71%
B 148 of 255 = 58%

230
182
148

R + G + B ~ 73%. #E6B694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 182 + 148 = 560 (100%)
R 230 of 560 ~ 41.07%
G 182 of 560 ~ 32.5%
B 148 of 560 ~ 26.43%

%41.07
%32.5
%26.43

CMYK color model

#E6B694 color CMYK value is (0,21,36,10).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 35.65%
  • key color value is 9.80%
CMYK:
(0,21,36,10)
C0M21Y36K10 
(0%,21%,36%,10%)
(0.00/0.21/0.36/0.10)	

CMYK percentages

%0
%20.87
%35.65
%9.8

Codes

Color #E6B694 in popluar color models

E6B694
RGB230182148
HSL25°62.12%74.12%
HSB/HSV25°35.65%90.20%
CMYK0.00%20.87%35.65%
9.80%

Color #E6B694 in popluar number systems.

HEXE6B694
Decimal230182148
Binary111001101011011010010100
Octal346266224

Shades and tints

Shades of #E6B694

#E6B694
(230,182,148)
#D2A687
(210,166,135)
#BE967A
(190,150,122)
#AA866D
(170,134,109)
#967660
(150,118,96)
#826653
(130,102,83)
#6E5646
(110,86,70)
#5A4639
(90,70,57)
#46362C
(70,54,44)
#32261F
(50,38,31)
#1E1612
(30,22,18)
#000000
(0,0,0)

Tints of #E6B694

#E6B694
(230,182,148)
#E8BC9D
(232,188,157)
#EAC2A6
(234,194,166)
#ECC8AF
(236,200,175)
#EECEB8
(238,206,184)
#F0D4C1
(240,212,193)
#F2DACA
(242,218,202)
#F4E0D3
(244,224,211)
#F6E6DC
(246,230,220)
#F8ECE5
(248,236,229)
#FAF2EE
(250,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6B694; }

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

This text font color is #E6B694.


Background Color

.myBgColor { background-color: #E6B694; }

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

This div background color is #E6B694.


Border color

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

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

This div border color is #E6B694.


Opacity

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

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

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

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

This text has shadow with #E6B694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B694 on black background.


Color preview on white background

This text has color #E6B694 on white background.



Black color preview on #E6B694 background

This text has black color on #E6B694 background.


White color preview on #E6B694 background

This text has white color on #E6B694 background.