COLOR #E6DEBD

HEX: #E6DEBD RGB: (230,222,189)

Color info

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

RGB color model

#E6DEBD color RGB value is (230,222,189).

RGB: (230,222,189) (90%, 87%, 74%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 189 of 255 = 74%

230
222
189

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

Portions of RGB colors in percentages

R + G + B = 230 + 222 + 189 = 641 (100%)
R 230 of 641 ~ 35.88%
G 222 of 641 ~ 34.63%
B 189 of 641 ~ 29.49'%

%35.88
%34.63
%29.49

CMYK color model

#E6DEBD color CMYK value is (0,3,18,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 17.83%
  • key color value is 9.80%

CMYK: (0,3,18,10)
C0M3Y18K10 (0%, 3%, 18%, 10%)
(0.00 / 0.03 / 0.18 / 0.10)

CMYK percentages

%0
%3.48
%17.83
%9.8

Codes

Color #E6DEBD in popluar color models

E6 DE BD
RGB 230 222 189
HSL 48° 45.05% 82.16%
HSB/HSV 48° 17.83% 90.20%
CMYK 0.00% 3.48% 17.83%
9.80%

Color #E6DEBD in popluar number systems.

HEX E6 DE BD
Decimal 230 222 189
Binary 11100110 11011110 10111101
Octal 346 336 275

Shades and tints

Shades of #E6DEBD

#E6DEBD
(230,222,189)
#D2CAAC
(210,202,172)
#BEB69B
(190,182,155)
#AAA28A
(170,162,138)
#968E79
(150,142,121)
#827A68
(130,122,104)
#6E6657
(110,102,87)
#5A5246
(90,82,70)
#463E35
(70,62,53)
#322A24
(50,42,36)
#1E1613
(30,22,19)
#000000
(0,0,0)

Tints of #E6DEBD

#E6DEBD
(230,222,189)
#E8E1C3
(232,225,195)
#EAE4C9
(234,228,201)
#ECE7CF
(236,231,207)
#EEEAD5
(238,234,213)
#F0EDDB
(240,237,219)
#F2F0E1
(242,240,225)
#F4F3E7
(244,243,231)
#F6F6ED
(246,246,237)
#F8F9F3
(248,249,243)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DEBD; }

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

This text font color is #E6DEBD.

Background Color

.myBgColor { background-color: #E6DEBD; }

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

This div background color is #E6DEBD.

Border color

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

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

This div border color is #E6DEBD.

Opacity

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

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

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

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

This text has shadow with #E6DEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DEBD.

Preview

Color preview on black background

This text has color #E6DEBD on black background.


Color preview on white background

This text has color #E6DEBD on white background.


Black color preview on #E6DEBD background

This text has black color on #E6DEBD background.


White color preview on #E6DEBD background

This text has white color on #E6DEBD background.


Related colors

Complementary color

Complementary color for #hex is #192142.


I love getcolorcode.com

Triadic colors

1 #BDE6DE and #DEBDE6 with #E6DEBD are triadic colors.

2 #BDDEE6 and #DEE6BD with #E6DEBD are triadic colors.