COLOR #E6D88D

HEX: #E6D88D
RGB: (230,216,141)

Color info

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

RGB color model

#E6D88D color RGB value is (230,216,141).

  • red value is 230;
  • green value is 216;
  • blue value is 141.
RGB:
(230,216,141)
(90%,85%,55%)

RGB channels and saturation

R 230 of 255 = 90%
G 216 of 255 = 85%
B 141 of 255 = 55%

230
216
141

R + G + B ~ 77%. #E6D88D is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 216 + 141 = 587 (100%)
R 230 of 587 ~ 39.18%
G 216 of 587 ~ 36.8%
B 141 of 587 ~ 24.02%

%39.18
%36.8
%24.02

CMYK color model

#E6D88D color CMYK value is (0,6,39,10).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 38.70%
  • key color value is 9.80%
CMYK:
(0,6,39,10)
C0M6Y39K10 
(0%,6%,39%,10%)
(0.00/0.06/0.39/0.10)	

CMYK percentages

%0
%6.09
%38.7
%9.8

Codes

Color #E6D88D in popluar color models

E6D88D
RGB230216141
HSL51°64.03%72.75%
HSB/HSV51°38.70%90.20%
CMYK0.00%6.09%38.70%
9.80%

Color #E6D88D in popluar number systems.

HEXE6D88D
Decimal230216141
Binary111001101101100010001101
Octal346330215

Shades and tints

Shades of #E6D88D

#E6D88D
(230,216,141)
#D2C581
(210,197,129)
#BEB275
(190,178,117)
#AA9F69
(170,159,105)
#968C5D
(150,140,93)
#827951
(130,121,81)
#6E6645
(110,102,69)
#5A5339
(90,83,57)
#46402D
(70,64,45)
#322D21
(50,45,33)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6D88D

#E6D88D
(230,216,141)
#E8DB97
(232,219,151)
#EADEA1
(234,222,161)
#ECE1AB
(236,225,171)
#EEE4B5
(238,228,181)
#F0E7BF
(240,231,191)
#F2EAC9
(242,234,201)
#F4EDD3
(244,237,211)
#F6F0DD
(246,240,221)
#F8F3E7
(248,243,231)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D88D; }

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

This text font color is #E6D88D.


Background Color

.myBgColor { background-color: #E6D88D; }

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

This div background color is #E6D88D.


Border color

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

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

This div border color is #E6D88D.


Opacity

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

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

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

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

This text has shadow with #E6D88D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D88D on black background.


Color preview on white background

This text has color #E6D88D on white background.



Black color preview on #E6D88D background

This text has black color on #E6D88D background.


White color preview on #E6D88D background

This text has white color on #E6D88D background.