COLOR #E6CC8D

HEX: #E6CC8D RGB: (230,204,141)

Color info

#E6CC8D contains mainly red and green colors. Web safe color of #E6CC8D is #CCCC99 (or #CC9).

RGB color model

#E6CC8D color RGB value is (230,204,141).

RGB: (230,204,141) (90%, 80%, 55%)

RGB channels and saturation

R 230 of 255 = 90%
G 204 of 255 = 80%
B 141 of 255 = 55%

230
204
141

R + G + B ~ 75%. #E6CC8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 204 + 141 = 575 (100%)
R 230 of 575 ~ 40%
G 204 of 575 ~ 35.48%
B 141 of 575 ~ 24.52'%

%40
%35.48
%24.52

CMYK color model

#E6CC8D color CMYK value is (0,11,39,10).

  • cyan value is 0.00%
  • magenta value is 11.30%
  • yellow value is 38.70%
  • key color value is 9.80%

CMYK: (0,11,39,10)
C0M11Y39K10 (0%, 11%, 39%, 10%)
(0.00 / 0.11 / 0.39 / 0.10)

CMYK percentages

%0
%11.3
%38.7
%9.8

Codes

Color #E6CC8D in popluar color models

E6 CC 8D
RGB 230 204 141
HSL 42° 64.03% 72.75%
HSB/HSV 42° 38.70% 90.20%
CMYK 0.00% 11.30% 38.70%
9.80%

Color #E6CC8D in popluar number systems.

HEX E6 CC 8D
Decimal 230 204 141
Binary 11100110 11001100 10001101
Octal 346 314 215

Shades and tints

Shades of #E6CC8D

#E6CC8D
(230,204,141)
#D2BA81
(210,186,129)
#BEA875
(190,168,117)
#AA9669
(170,150,105)
#96845D
(150,132,93)
#827251
(130,114,81)
#6E6045
(110,96,69)
#5A4E39
(90,78,57)
#463C2D
(70,60,45)
#322A21
(50,42,33)
#1E1815
(30,24,21)
#000000
(0,0,0)

Tints of #E6CC8D

#E6CC8D
(230,204,141)
#E8D097
(232,208,151)
#EAD4A1
(234,212,161)
#ECD8AB
(236,216,171)
#EEDCB5
(238,220,181)
#F0E0BF
(240,224,191)
#F2E4C9
(242,228,201)
#F4E8D3
(244,232,211)
#F6ECDD
(246,236,221)
#F8F0E7
(248,240,231)
#FAF4F1
(250,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6CC8D; }

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

This text font color is #E6CC8D.

Background Color

.myBgColor { background-color: #E6CC8D; }

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

This div background color is #E6CC8D.

Border color

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

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

This div border color is #E6CC8D.

Opacity

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

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

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

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

This text has shadow with #E6CC8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6CC8D.

Preview

Color preview on black background

This text has color #E6CC8D on black background.


Color preview on white background

This text has color #E6CC8D on white background.


Black color preview on #E6CC8D background

This text has black color on #E6CC8D background.


White color preview on #E6CC8D background

This text has white color on #E6CC8D background.


Related colors

Complementary color

Complementary color for #hex is #193372.


I love getcolorcode.com

Triadic colors

1 #8DE6CC and #CC8DE6 with #E6CC8D are triadic colors.

2 #8DCCE6 and #CCE68D with #E6CC8D are triadic colors.