COLOR #E0DBBB

HEX: #E0DBBB RGB: (224,219,187)

Color info

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

RGB color model

#E0DBBB color RGB value is (224,219,187).

RGB: (224,219,187) (88%, 86%, 73%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 187 of 255 = 73%

224
219
187

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

Portions of RGB colors in percentages

R + G + B = 224 + 219 + 187 = 630 (100%)
R 224 of 630 ~ 35.56%
G 219 of 630 ~ 34.76%
B 187 of 630 ~ 29.68'%

%35.56
%34.76
%29.68

CMYK color model

#E0DBBB color CMYK value is (0,2,17,12).

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

CMYK: (0,2,17,12)
C0M2Y17K12 (0%, 2%, 17%, 12%)
(0.00 / 0.02 / 0.17 / 0.12)

CMYK percentages

%0
%2.23
%16.52
%12.16

Codes

Color #E0DBBB in popluar color models

E0 DB BB
RGB 224 219 187
HSL 52° 37.37% 80.59%
HSB/HSV 52° 16.52% 87.84%
CMYK 0.00% 2.23% 16.52%
12.16%

Color #E0DBBB in popluar number systems.

HEX E0 DB BB
Decimal 224 219 187
Binary 11100000 11011011 10111011
Octal 340 333 273

Shades and tints

Shades of #E0DBBB

#E0DBBB
(224,219,187)
#CCC8AA
(204,200,170)
#B8B599
(184,181,153)
#A4A288
(164,162,136)
#908F77
(144,143,119)
#7C7C66
(124,124,102)
#686955
(104,105,85)
#545644
(84,86,68)
#404333
(64,67,51)
#2C3022
(44,48,34)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #E0DBBB

#E0DBBB
(224,219,187)
#E2DEC1
(226,222,193)
#E4E1C7
(228,225,199)
#E6E4CD
(230,228,205)
#E8E7D3
(232,231,211)
#EAEAD9
(234,234,217)
#ECEDDF
(236,237,223)
#EEF0E5
(238,240,229)
#F0F3EB
(240,243,235)
#F2F6F1
(242,246,241)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBBB; }

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

This text font color is #E0DBBB.

Background Color

.myBgColor { background-color: #E0DBBB; }

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

This div background color is #E0DBBB.

Border color

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

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

This div border color is #E0DBBB.

Opacity

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

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

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

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

This text has shadow with #E0DBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DBBB.

Preview

Color preview on black background

This text has color #E0DBBB on black background.


Color preview on white background

This text has color #E0DBBB on white background.


Black color preview on #E0DBBB background

This text has black color on #E0DBBB background.


White color preview on #E0DBBB background

This text has white color on #E0DBBB background.


Related colors

Complementary color

Complementary color for #hex is #1F2444.


I love getcolorcode.com

Triadic colors

1 #BBE0DB and #DBBBE0 with #E0DBBB are triadic colors.

2 #BBDBE0 and #DBE0BB with #E0DBBB are triadic colors.