COLOR #E6DDBE

HEX: #E6DDBE RGB: (230,221,190)

Color info

#E6DDBE contains red, green and blue colors in about the same proportion. Web safe color of #E6DDBE is #CCCCCC (or #CCC).

RGB color model

#E6DDBE color RGB value is (230,221,190).

RGB: (230,221,190) (90%, 87%, 75%)

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 190 of 255 = 75%

230
221
190

R + G + B ~ 84%. #E6DDBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 221 + 190 = 641 (100%)
R 230 of 641 ~ 35.88%
G 221 of 641 ~ 34.48%
B 190 of 641 ~ 29.64'%

%35.88
%34.48
%29.64

CMYK color model

#E6DDBE color CMYK value is (0,4,17,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 17.39%
  • key color value is 9.80%

CMYK: (0,4,17,10)
C0M4Y17K10 (0%, 4%, 17%, 10%)
(0.00 / 0.04 / 0.17 / 0.10)

CMYK percentages

%0
%3.91
%17.39
%9.8

Codes

Color #E6DDBE in popluar color models

E6 DD BE
RGB 230 221 190
HSL 47° 44.44% 82.35%
HSB/HSV 47° 17.39% 90.20%
CMYK 0.00% 3.91% 17.39%
9.80%

Color #E6DDBE in popluar number systems.

HEX E6 DD BE
Decimal 230 221 190
Binary 11100110 11011101 10111110
Octal 346 335 276

Shades and tints

Shades of #E6DDBE

#E6DDBE
(230,221,190)
#D2C9AD
(210,201,173)
#BEB59C
(190,181,156)
#AAA18B
(170,161,139)
#968D7A
(150,141,122)
#827969
(130,121,105)
#6E6558
(110,101,88)
#5A5147
(90,81,71)
#463D36
(70,61,54)
#322925
(50,41,37)
#1E1514
(30,21,20)
#000000
(0,0,0)

Tints of #E6DDBE

#E6DDBE
(230,221,190)
#E8E0C3
(232,224,195)
#EAE3C8
(234,227,200)
#ECE6CD
(236,230,205)
#EEE9D2
(238,233,210)
#F0ECD7
(240,236,215)
#F2EFDC
(242,239,220)
#F4F2E1
(244,242,225)
#F6F5E6
(246,245,230)
#F8F8EB
(248,248,235)
#FAFBF0
(250,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DDBE color. Also use rgb(230,221,190) instead hex code.

Text Font Color

.myTextColor { color: #E6DDBE; }

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

This text font color is #E6DDBE.

Background Color

.myBgColor { background-color: #E6DDBE; }

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

This div background color is #E6DDBE.

Border color

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

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

This div border color is #E6DDBE.

Opacity

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

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

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

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

This text has shadow with #E6DDBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DDBE.

Preview

Color preview on black background

This text has color #E6DDBE on black background.


Color preview on white background

This text has color #E6DDBE on white background.


Black color preview on #E6DDBE background

This text has black color on #E6DDBE background.


White color preview on #E6DDBE background

This text has white color on #E6DDBE background.


Related colors

Complementary color

Complementary color for #hex is #192241.


I love getcolorcode.com

Triadic colors

1 #BEE6DD and #DDBEE6 with #E6DDBE are triadic colors.

2 #BEDDE6 and #DDE6BE with #E6DDBE are triadic colors.