COLOR #E6DEAE

HEX: #E6DEAE RGB: (230,222,174)

Color info

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

RGB color model

#E6DEAE color RGB value is (230,222,174).

RGB: (230,222,174) (90%, 87%, 68%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 174 of 255 = 68%

230
222
174

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

Portions of RGB colors in percentages

R + G + B = 230 + 222 + 174 = 626 (100%)
R 230 of 626 ~ 36.74%
G 222 of 626 ~ 35.46%
B 174 of 626 ~ 27.8'%

%36.74
%35.46
%27.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 24.35%
  • 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.48
%24.35
%9.8

Codes

Color #E6DEAE in popluar color models

E6 DE AE
RGB 230 222 174
HSL 51° 52.83% 79.22%
HSB/HSV 51° 24.35% 90.20%
CMYK 0.00% 3.48% 24.35%
9.80%

Color #E6DEAE in popluar number systems.

HEX E6 DE AE
Decimal 230 222 174
Binary 11100110 11011110 10101110
Octal 346 336 256

Shades and tints

Shades of #E6DEAE

#E6DEAE
(230,222,174)
#D2CA9F
(210,202,159)
#BEB690
(190,182,144)
#AAA281
(170,162,129)
#968E72
(150,142,114)
#827A63
(130,122,99)
#6E6654
(110,102,84)
#5A5245
(90,82,69)
#463E36
(70,62,54)
#322A27
(50,42,39)
#1E1618
(30,22,24)
#000000
(0,0,0)

Tints of #E6DEAE

#E6DEAE
(230,222,174)
#E8E1B5
(232,225,181)
#EAE4BC
(234,228,188)
#ECE7C3
(236,231,195)
#EEEACA
(238,234,202)
#F0EDD1
(240,237,209)
#F2F0D8
(242,240,216)
#F4F3DF
(244,243,223)
#F6F6E6
(246,246,230)
#F8F9ED
(248,249,237)
#FAFCF4
(250,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DEAE color. Also use rgb(230,222,174) instead hex code.

Text Font Color

.myTextColor { color: #E6DEAE; }

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

This text font color is #E6DEAE.

Background Color

.myBgColor { background-color: #E6DEAE; }

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

This div background color is #E6DEAE.

Border color

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

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

This div border color is #E6DEAE.

Opacity

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

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

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

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

This text has shadow with #E6DEAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DEAE.

Preview

Color preview on black background

This text has color #E6DEAE on black background.


Color preview on white background

This text has color #E6DEAE on white background.


Black color preview on #E6DEAE background

This text has black color on #E6DEAE background.


White color preview on #E6DEAE background

This text has white color on #E6DEAE background.


Related colors

Complementary color

Complementary color for #hex is #192151.


I love getcolorcode.com

Triadic colors

1 #AEE6DE and #DEAEE6 with #E6DEAE are triadic colors.

2 #AEDEE6 and #DEE6AE with #E6DEAE are triadic colors.