COLOR #E0DBBE

HEX: #E0DBBE RGB: (224,219,190)

Color info

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

RGB color model

#E0DBBE color RGB value is (224,219,190).

RGB: (224,219,190) (88%, 86%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 190 of 255 = 75%

224
219
190

R + G + B ~ 83%. #E0DBBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 219 + 190 = 633 (100%)
R 224 of 633 ~ 35.39%
G 219 of 633 ~ 34.6%
B 190 of 633 ~ 30.02'%

%35.39
%34.6
%30.02

CMYK color model

#E0DBBE color CMYK value is (0,2,15,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 15.18%
  • key color value is 12.16%

CMYK: (0,2,15,12)
C0M2Y15K12 (0%, 2%, 15%, 12%)
(0.00 / 0.02 / 0.15 / 0.12)

CMYK percentages

%0
%2.23
%15.18
%12.16

Codes

Color #E0DBBE in popluar color models

E0 DB BE
RGB 224 219 190
HSL 51° 35.42% 81.18%
HSB/HSV 51° 15.18% 87.84%
CMYK 0.00% 2.23% 15.18%
12.16%

Color #E0DBBE in popluar number systems.

HEX E0 DB BE
Decimal 224 219 190
Binary 11100000 11011011 10111110
Octal 340 333 276

Shades and tints

Shades of #E0DBBE

#E0DBBE
(224,219,190)
#CCC8AD
(204,200,173)
#B8B59C
(184,181,156)
#A4A28B
(164,162,139)
#908F7A
(144,143,122)
#7C7C69
(124,124,105)
#686958
(104,105,88)
#545647
(84,86,71)
#404336
(64,67,54)
#2C3025
(44,48,37)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #E0DBBE

#E0DBBE
(224,219,190)
#E2DEC3
(226,222,195)
#E4E1C8
(228,225,200)
#E6E4CD
(230,228,205)
#E8E7D2
(232,231,210)
#EAEAD7
(234,234,215)
#ECEDDC
(236,237,220)
#EEF0E1
(238,240,225)
#F0F3E6
(240,243,230)
#F2F6EB
(242,246,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0DBBE color. Also use rgb(224,219,190) instead hex code.

Text Font Color

.myTextColor { color: #E0DBBE; }

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

This text font color is #E0DBBE.

Background Color

.myBgColor { background-color: #E0DBBE; }

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

This div background color is #E0DBBE.

Border color

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

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

This div border color is #E0DBBE.

Opacity

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

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

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

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

This text has shadow with #E0DBBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DBBE.

Preview

Color preview on black background

This text has color #E0DBBE on black background.


Color preview on white background

This text has color #E0DBBE on white background.


Black color preview on #E0DBBE background

This text has black color on #E0DBBE background.


White color preview on #E0DBBE background

This text has white color on #E0DBBE background.


Related colors

Complementary color

Complementary color for #hex is #1F2441.


I love getcolorcode.com

Triadic colors

1 #BEE0DB and #DBBEE0 with #E0DBBE are triadic colors.

2 #BEDBE0 and #DBE0BE with #E0DBBE are triadic colors.