COLOR #E6CCAB

HEX: #E6CCAB
RGB: (230,204,171)

Color info

#E6CCAB contains red, green and blue colors in about the same proportion. Web safe color of #E6CCAB is #CCCC99 (or #CC9).

RGB color model

#E6CCAB color RGB value is (230,204,171).

  • red value is 230;
  • green value is 204;
  • blue value is 171.
RGB:
(230,204,171)
(90%,80%,67%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 171 of 255 = 67%

230
204
171

R + G + B ~ 79%. #E6CCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 204 + 171 = 605 (100%)
R 230 of 605 ~ 38.02%
G 204 of 605 ~ 33.72%
B 171 of 605 ~ 28.26%

%38.02
%33.72
%28.26

CMYK color model

#E6CCAB color CMYK value is (0,11,26,10).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 25.65%
  • key color value is 9.80%
CMYK:
(0,11,26,10)
C0M11Y26K10 
(0%,11%,26%,10%)
(0.00/0.11/0.26/0.10)	

CMYK percentages

%0
%11.3
%25.65
%9.8

Codes

Color #E6CCAB in popluar color models

E6CCAB
RGB230204171
HSL34°54.13%78.63%
HSB/HSV34°25.65%90.20%
CMYK0.00%11.30%25.65%
9.80%

Color #E6CCAB in popluar number systems.

HEXE6CCAB
Decimal230204171
Binary111001101100110010101011
Octal346314253

Shades and tints

Shades of #E6CCAB

#E6CCAB
(230,204,171)
#D2BA9C
(210,186,156)
#BEA88D
(190,168,141)
#AA967E
(170,150,126)
#96846F
(150,132,111)
#827260
(130,114,96)
#6E6051
(110,96,81)
#5A4E42
(90,78,66)
#463C33
(70,60,51)
#322A24
(50,42,36)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #E6CCAB

#E6CCAB
(230,204,171)
#E8D0B2
(232,208,178)
#EAD4B9
(234,212,185)
#ECD8C0
(236,216,192)
#EEDCC7
(238,220,199)
#F0E0CE
(240,224,206)
#F2E4D5
(242,228,213)
#F4E8DC
(244,232,220)
#F6ECE3
(246,236,227)
#F8F0EA
(248,240,234)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6CCAB color. Also use rgb(230,204,171) instead hex code.

Text Font Color

.myTextColor { color: #E6CCAB; }

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

This text font color is #E6CCAB.


Background Color

.myBgColor { background-color: #E6CCAB; }

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

This div background color is #E6CCAB.


Border color

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

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

This div border color is #E6CCAB.


Opacity

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

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

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

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

This text has shadow with #E6CCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCAB on black background.


Color preview on white background

This text has color #E6CCAB on white background.



Black color preview on #E6CCAB background

This text has black color on #E6CCAB background.


White color preview on #E6CCAB background

This text has white color on #E6CCAB background.