COLOR #E6B08D

HEX: #E6B08D
RGB: (230,176,141)

Color info

#E6B08D contains mainly red and green colors. Web safe color of #E6B08D is #CC9999 (or #C99).

RGB color model

#E6B08D color RGB value is (230,176,141).

  • red value is 230;
  • green value is 176;
  • blue value is 141.
RGB:
(230,176,141)
(90%,69%,55%)

RGB channels and saturation

R 230 of 255 = 90%
G 176 of 255 = 69%
B 141 of 255 = 55%

230
176
141

R + G + B ~ 71%. #E6B08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 176 + 141 = 547 (100%)
R 230 of 547 ~ 42.05%
G 176 of 547 ~ 32.18%
B 141 of 547 ~ 25.78%

%42.05
%32.18
%25.78

CMYK color model

#E6B08D color CMYK value is (0,23,39,10).

  • cyan value is 0.00%
  • magenta value is 23.48%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(0,23,39,10)
C0M23Y39K10 
(0%,23%,39%,10%)
(0.00/0.23/0.39/0.10)	

CMYK percentages

%0
%23.48
%38.7
%9.8

Codes

Color #E6B08D in popluar color models

E6B08D
RGB230176141
HSL24°64.03%72.75%
HSB/HSV24°38.70%90.20%
CMYK0.00%23.48%38.70%
9.80%

Color #E6B08D in popluar number systems.

HEXE6B08D
Decimal230176141
Binary111001101011000010001101
Octal346260215

Shades and tints

Shades of #E6B08D

#E6B08D
(230,176,141)
#D2A081
(210,160,129)
#BE9075
(190,144,117)
#AA8069
(170,128,105)
#96705D
(150,112,93)
#826051
(130,96,81)
#6E5045
(110,80,69)
#5A4039
(90,64,57)
#46302D
(70,48,45)
#322021
(50,32,33)
#1E1015
(30,16,21)
#000000
(0,0,0)

Tints of #E6B08D

#E6B08D
(230,176,141)
#E8B797
(232,183,151)
#EABEA1
(234,190,161)
#ECC5AB
(236,197,171)
#EECCB5
(238,204,181)
#F0D3BF
(240,211,191)
#F2DAC9
(242,218,201)
#F4E1D3
(244,225,211)
#F6E8DD
(246,232,221)
#F8EFE7
(248,239,231)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B08D color. Also use rgb(230,176,141) instead hex code.

Text Font Color

.myTextColor { color: #E6B08D; }

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

This text font color is #E6B08D.


Background Color

.myBgColor { background-color: #E6B08D; }

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

This div background color is #E6B08D.


Border color

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

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

This div border color is #E6B08D.


Opacity

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

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

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

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

This text has shadow with #E6B08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B08D on black background.


Color preview on white background

This text has color #E6B08D on white background.



Black color preview on #E6B08D background

This text has black color on #E6B08D background.


White color preview on #E6B08D background

This text has white color on #E6B08D background.