COLOR #E0DFBE

HEX: #E0DFBE RGB: (224,223,190)

Color info

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

RGB color model

#E0DFBE color RGB value is (224,223,190).

RGB: (224,223,190) (88%, 87%, 75%)

RGB channels and saturation

R 224 of 255 = 88%
G 223 of 255 = 87%
B 190 of 255 = 75%

224
223
190

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

Portions of RGB colors in percentages

R + G + B = 224 + 223 + 190 = 637 (100%)
R 224 of 637 ~ 35.16%
G 223 of 637 ~ 35.01%
B 190 of 637 ~ 29.83'%

%35.16
%35.01
%29.83

CMYK color model

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

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

CMYK: (0,0,15,12)
C0M0Y15K12 (0%, 0%, 15%, 12%)
(0.00 / 0.00 / 0.15 / 0.12)

CMYK percentages

%0
%0.45
%15.18
%12.16

Codes

Color #E0DFBE in popluar color models

E0 DF BE
RGB 224 223 190
HSL 58° 35.42% 81.18%
HSB/HSV 58° 15.18% 87.84%
CMYK 0.00% 0.45% 15.18%
12.16%

Color #E0DFBE in popluar number systems.

HEX E0 DF BE
Decimal 224 223 190
Binary 11100000 11011111 10111110
Octal 340 337 276

Shades and tints

Shades of #E0DFBE

#E0DFBE
(224,223,190)
#CCCBAD
(204,203,173)
#B8B79C
(184,183,156)
#A4A38B
(164,163,139)
#908F7A
(144,143,122)
#7C7B69
(124,123,105)
#686758
(104,103,88)
#545347
(84,83,71)
#403F36
(64,63,54)
#2C2B25
(44,43,37)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #E0DFBE

#E0DFBE
(224,223,190)
#E2E1C3
(226,225,195)
#E4E3C8
(228,227,200)
#E6E5CD
(230,229,205)
#E8E7D2
(232,231,210)
#EAE9D7
(234,233,215)
#ECEBDC
(236,235,220)
#EEEDE1
(238,237,225)
#F0EFE6
(240,239,230)
#F2F1EB
(242,241,235)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DFBE; }

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

This text font color is #E0DFBE.

Background Color

.myBgColor { background-color: #E0DFBE; }

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

This div background color is #E0DFBE.

Border color

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

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

This div border color is #E0DFBE.

Opacity

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

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

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

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

This text has shadow with #E0DFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DFBE.

Preview

Color preview on black background

This text has color #E0DFBE on black background.


Color preview on white background

This text has color #E0DFBE on white background.


Black color preview on #E0DFBE background

This text has black color on #E0DFBE background.


White color preview on #E0DFBE background

This text has white color on #E0DFBE background.


Related colors

Complementary color

Complementary color for #hex is #1F2041.


I love getcolorcode.com

Triadic colors

1 #BEE0DF and #DFBEE0 with #E0DFBE are triadic colors.

2 #BEDFE0 and #DFE0BE with #E0DFBE are triadic colors.