COLOR #E6CCAF

HEX: #E6CCAF
RGB: (230,204,175)

Color info

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

RGB color model

#E6CCAF color RGB value is (230,204,175).

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

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 175 of 255 = 69%

230
204
175

R + G + B ~ 80%. #E6CCAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 204 + 175 = 609 (100%)
R 230 of 609 ~ 37.77%
G 204 of 609 ~ 33.5%
B 175 of 609 ~ 28.74%

%37.77
%33.5
%28.74

CMYK color model

#E6CCAF color CMYK value is (0,11,24,10).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(0,11,24,10)
C0M11Y24K10 
(0%,11%,24%,10%)
(0.00/0.11/0.24/0.10)	

CMYK percentages

%0
%11.3
%23.91
%9.8

Codes

Color #E6CCAF in popluar color models

E6CCAF
RGB230204175
HSL32°52.38%79.41%
HSB/HSV32°23.91%90.20%
CMYK0.00%11.30%23.91%
9.80%

Color #E6CCAF in popluar number systems.

HEXE6CCAF
Decimal230204175
Binary111001101100110010101111
Octal346314257

Shades and tints

Shades of #E6CCAF

#E6CCAF
(230,204,175)
#D2BAA0
(210,186,160)
#BEA891
(190,168,145)
#AA9682
(170,150,130)
#968473
(150,132,115)
#827264
(130,114,100)
#6E6055
(110,96,85)
#5A4E46
(90,78,70)
#463C37
(70,60,55)
#322A28
(50,42,40)
#1E1819
(30,24,25)
#000000
(0,0,0)

Tints of #E6CCAF

#E6CCAF
(230,204,175)
#E8D0B6
(232,208,182)
#EAD4BD
(234,212,189)
#ECD8C4
(236,216,196)
#EEDCCB
(238,220,203)
#F0E0D2
(240,224,210)
#F2E4D9
(242,228,217)
#F4E8E0
(244,232,224)
#F6ECE7
(246,236,231)
#F8F0EE
(248,240,238)
#FAF4F5
(250,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CCAF; }

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

This text font color is #E6CCAF.


Background Color

.myBgColor { background-color: #E6CCAF; }

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

This div background color is #E6CCAF.


Border color

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

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

This div border color is #E6CCAF.


Opacity

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

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

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

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

This text has shadow with #E6CCAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6CCAF on black background.


Color preview on white background

This text has color #E6CCAF on white background.



Black color preview on #E6CCAF background

This text has black color on #E6CCAF background.


White color preview on #E6CCAF background

This text has white color on #E6CCAF background.