COLOR #E6DF7D

HEX: #E6DF7D
RGB: (230,223,125)

Color info

#E6DF7D contains mainly red and green colors. Web safe color of #E6DF7D is #CCCC66 (or #CC6).

RGB color model

#E6DF7D color RGB value is (230,223,125).

  • red value is 230;
  • green value is 223;
  • blue value is 125.
RGB:
(230,223,125)
(90%,87%,49%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 125 of 255 = 49%

230
223
125

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 125 = 578 (100%)
R 230 of 578 ~ 39.79%
G 223 of 578 ~ 38.58%
B 125 of 578 ~ 21.63%

%39.79
%38.58
%21.63

CMYK color model

#E6DF7D color CMYK value is (0,3,46,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 45.65%
  • key color value is 9.80%
CMYK:
(0,3,46,10)
C0M3Y46K10 
(0%,3%,46%,10%)
(0.00/0.03/0.46/0.10)	

CMYK percentages

%0
%3.04
%45.65
%9.8

Codes

Color #E6DF7D in popluar color models

E6DF7D
RGB230223125
HSL56°67.74%69.61%
HSB/HSV56°45.65%90.20%
CMYK0.00%3.04%45.65%
9.80%

Color #E6DF7D in popluar number systems.

HEXE6DF7D
Decimal230223125
Binary11100110110111111111101
Octal346337175

Shades and tints

Shades of #E6DF7D

#E6DF7D
(230,223,125)
#D2CB72
(210,203,114)
#BEB767
(190,183,103)
#AAA35C
(170,163,92)
#968F51
(150,143,81)
#827B46
(130,123,70)
#6E673B
(110,103,59)
#5A5330
(90,83,48)
#463F25
(70,63,37)
#322B1A
(50,43,26)
#1E170F
(30,23,15)
#000000
(0,0,0)

Tints of #E6DF7D

#E6DF7D
(230,223,125)
#E8E188
(232,225,136)
#EAE393
(234,227,147)
#ECE59E
(236,229,158)
#EEE7A9
(238,231,169)
#F0E9B4
(240,233,180)
#F2EBBF
(242,235,191)
#F4EDCA
(244,237,202)
#F6EFD5
(246,239,213)
#F8F1E0
(248,241,224)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DF7D color. Also use rgb(230,223,125) instead hex code.

Text Font Color

.myTextColor { color: #E6DF7D; }

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

This text font color is #E6DF7D.


Background Color

.myBgColor { background-color: #E6DF7D; }

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

This div background color is #E6DF7D.


Border color

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

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

This div border color is #E6DF7D.


Opacity

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

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

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

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

This text has shadow with #E6DF7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DF7D on black background.


Color preview on white background

This text has color #E6DF7D on white background.



Black color preview on #E6DF7D background

This text has black color on #E6DF7D background.


White color preview on #E6DF7D background

This text has white color on #E6DF7D background.