COLOR #E6DFAF

HEX: #E6DFAF RGB: (230,223,175)

Color info

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

RGB color model

#E6DFAF color RGB value is (230,223,175).

RGB: (230,223,175) (90%, 87%, 69%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 175 of 255 = 69%

230
223
175

R + G + B ~ 82%. #E6DFAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 175 = 628 (100%)
R 230 of 628 ~ 36.62%
G 223 of 628 ~ 35.51%
B 175 of 628 ~ 27.87'%

%36.62
%35.51
%27.87

CMYK color model

#E6DFAF color CMYK value is (0,3,24,10).

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 23.91%
  • key color value is 9.80%

CMYK: (0,3,24,10)
C0M3Y24K10 (0%, 3%, 24%, 10%)
(0.00 / 0.03 / 0.24 / 0.10)

CMYK percentages

%0
%3.04
%23.91
%9.8

Codes

Color #E6DFAF in popluar color models

E6 DF AF
RGB 230 223 175
HSL 52° 52.38% 79.41%
HSB/HSV 52° 23.91% 90.20%
CMYK 0.00% 3.04% 23.91%
9.80%

Color #E6DFAF in popluar number systems.

HEX E6 DF AF
Decimal 230 223 175
Binary 11100110 11011111 10101111
Octal 346 337 257

Shades and tints

Shades of #E6DFAF

#E6DFAF
(230,223,175)
#D2CBA0
(210,203,160)
#BEB791
(190,183,145)
#AAA382
(170,163,130)
#968F73
(150,143,115)
#827B64
(130,123,100)
#6E6755
(110,103,85)
#5A5346
(90,83,70)
#463F37
(70,63,55)
#322B28
(50,43,40)
#1E1719
(30,23,25)
#000000
(0,0,0)

Tints of #E6DFAF

#E6DFAF
(230,223,175)
#E8E1B6
(232,225,182)
#EAE3BD
(234,227,189)
#ECE5C4
(236,229,196)
#EEE7CB
(238,231,203)
#F0E9D2
(240,233,210)
#F2EBD9
(242,235,217)
#F4EDE0
(244,237,224)
#F6EFE7
(246,239,231)
#F8F1EE
(248,241,238)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFAF; }

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

This text font color is #E6DFAF.

Background Color

.myBgColor { background-color: #E6DFAF; }

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

This div background color is #E6DFAF.

Border color

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

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

This div border color is #E6DFAF.

Opacity

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

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

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

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

This text has shadow with #E6DFAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFAF.

Preview

Color preview on black background

This text has color #E6DFAF on black background.


Color preview on white background

This text has color #E6DFAF on white background.


Black color preview on #E6DFAF background

This text has black color on #E6DFAF background.


White color preview on #E6DFAF background

This text has white color on #E6DFAF background.


Related colors

Complementary color

Complementary color for #hex is #192050.


I love getcolorcode.com

Triadic colors

1 #AFE6DF and #DFAFE6 with #E6DFAF are triadic colors.

2 #AFDFE6 and #DFE6AF with #E6DFAF are triadic colors.