COLOR #E6CAB9

HEX: #E6CAB9
RGB: (230,202,185)

Color info

#E6CAB9 contains red, green and blue colors in about the same proportion. Web safe color of #E6CAB9 is #CCCCCC (or #CCC).

RGB color model

#E6CAB9 color RGB value is (230,202,185).

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

RGB channels and saturation

R 230 of 255 = 90%
G 202 of 255 = 79%
B 185 of 255 = 73%

230
202
185

R + G + B ~ 81%. #E6CAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 202 + 185 = 617 (100%)
R 230 of 617 ~ 37.28%
G 202 of 617 ~ 32.74%
B 185 of 617 ~ 29.98%

%37.28
%32.74
%29.98

CMYK color model

#E6CAB9 color CMYK value is (0,12,20,10).

  • cyan value is 0.00%
  • magenta value is 12.17%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(0,12,20,10)
C0M12Y20K10 
(0%,12%,20%,10%)
(0.00/0.12/0.20/0.10)	

CMYK percentages

%0
%12.17
%19.57
%9.8

Codes

Color #E6CAB9 in popluar color models

E6CAB9
RGB230202185
HSL23°47.37%81.37%
HSB/HSV23°19.57%90.20%
CMYK0.00%12.17%19.57%
9.80%

Color #E6CAB9 in popluar number systems.

HEXE6CAB9
Decimal230202185
Binary111001101100101010111001
Octal346312271

Shades and tints

Shades of #E6CAB9

#E6CAB9
(230,202,185)
#D2B8A9
(210,184,169)
#BEA699
(190,166,153)
#AA9489
(170,148,137)
#968279
(150,130,121)
#827069
(130,112,105)
#6E5E59
(110,94,89)
#5A4C49
(90,76,73)
#463A39
(70,58,57)
#322829
(50,40,41)
#1E1619
(30,22,25)
#000000
(0,0,0)

Tints of #E6CAB9

#E6CAB9
(230,202,185)
#E8CEBF
(232,206,191)
#EAD2C5
(234,210,197)
#ECD6CB
(236,214,203)
#EEDAD1
(238,218,209)
#F0DED7
(240,222,215)
#F2E2DD
(242,226,221)
#F4E6E3
(244,230,227)
#F6EAE9
(246,234,233)
#F8EEEF
(248,238,239)
#FAF2F5
(250,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CAB9; }

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

This text font color is #E6CAB9.


Background Color

.myBgColor { background-color: #E6CAB9; }

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

This div background color is #E6CAB9.


Border color

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

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

This div border color is #E6CAB9.


Opacity

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

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

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

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

This text has shadow with #E6CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CAB9 on black background.


Color preview on white background

This text has color #E6CAB9 on white background.



Black color preview on #E6CAB9 background

This text has black color on #E6CAB9 background.


White color preview on #E6CAB9 background

This text has white color on #E6CAB9 background.