COLOR #E6B299

HEX: #E6B299
RGB: (230,178,153)

Color info

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

RGB color model

#E6B299 color RGB value is (230,178,153).

  • red value is 230;
  • green value is 178;
  • blue value is 153.
RGB:
(230,178,153)
(90%,70%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 178 of 255 = 70%
B 153 of 255 = 60%

230
178
153

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

Portions of RGB colors in percentages

R + G + B =
230 + 178 + 153 = 561 (100%)
R 230 of 561 ~ 41%
G 178 of 561 ~ 31.73%
B 153 of 561 ~ 27.27%

%41
%31.73
%27.27

CMYK color model

#E6B299 color CMYK value is (0,23,33,10).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 33.48%
  • key color value is 9.80%
CMYK:
(0,23,33,10)
C0M23Y33K10 
(0%,23%,33%,10%)
(0.00/0.23/0.33/0.10)	

CMYK percentages

%0
%22.61
%33.48
%9.8

Codes

Color #E6B299 in popluar color models

E6B299
RGB230178153
HSL19°60.63%75.10%
HSB/HSV19°33.48%90.20%
CMYK0.00%22.61%33.48%
9.80%

Color #E6B299 in popluar number systems.

HEXE6B299
Decimal230178153
Binary111001101011001010011001
Octal346262231

Shades and tints

Shades of #E6B299

#E6B299
(230,178,153)
#D2A28C
(210,162,140)
#BE927F
(190,146,127)
#AA8272
(170,130,114)
#967265
(150,114,101)
#826258
(130,98,88)
#6E524B
(110,82,75)
#5A423E
(90,66,62)
#463231
(70,50,49)
#322224
(50,34,36)
#1E1217
(30,18,23)
#000000
(0,0,0)

Tints of #E6B299

#E6B299
(230,178,153)
#E8B9A2
(232,185,162)
#EAC0AB
(234,192,171)
#ECC7B4
(236,199,180)
#EECEBD
(238,206,189)
#F0D5C6
(240,213,198)
#F2DCCF
(242,220,207)
#F4E3D8
(244,227,216)
#F6EAE1
(246,234,225)
#F8F1EA
(248,241,234)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6B299 color. Also use rgb(230,178,153) instead hex code.

Text Font Color

.myTextColor { color: #E6B299; }

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

This text font color is #E6B299.


Background Color

.myBgColor { background-color: #E6B299; }

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

This div background color is #E6B299.


Border color

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

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

This div border color is #E6B299.


Opacity

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

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

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

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

This text has shadow with #E6B299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6B299 on black background.


Color preview on white background

This text has color #E6B299 on white background.



Black color preview on #E6B299 background

This text has black color on #E6B299 background.


White color preview on #E6B299 background

This text has white color on #E6B299 background.