COLOR #E2DFBB

HEX: #E2DFBB RGB: (226,223,187)

Color info

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

RGB color model

#E2DFBB color RGB value is (226,223,187).

RGB: (226,223,187) (89%, 87%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 223 of 255 = 87%
B 187 of 255 = 73%

226
223
187

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

Portions of RGB colors in percentages

R + G + B = 226 + 223 + 187 = 636 (100%)
R 226 of 636 ~ 35.53%
G 223 of 636 ~ 35.06%
B 187 of 636 ~ 29.4'%

%35.53
%35.06
%29.4

CMYK color model

#E2DFBB color CMYK value is (0,1,17,11).

  • cyan value is 0.00%
  • magenta value is 1.33%
  • yellow value is 17.26%
  • key color value is 11.37%
CMYK: (0,1,17,11) C0M1Y17K11 (0%,1%,17%,11%) (0.00/0.01/0.17/0.11) 

CMYK percentages

%0
%1.33
%17.26
%11.37

Codes

Color #E2DFBB in popluar color models

E2 DF BB
RGB 226 223 187
HSL 55° 40.21% 80.98%
HSB/HSV 55° 17.26% 88.63%
CMYK 0.00% 1.33% 17.26%
11.37%

Color #E2DFBB in popluar number systems.

HEX E2 DF BB
Decimal 226 223 187
Binary 11100010 11011111 10111011
Octal 342 337 273

Shades and tints

Shades of #E2DFBB

#E2DFBB
(226,223,187)
#CECBAA
(206,203,170)
#BAB799
(186,183,153)
#A6A388
(166,163,136)
#928F77
(146,143,119)
#7E7B66
(126,123,102)
#6A6755
(106,103,85)
#565344
(86,83,68)
#423F33
(66,63,51)
#2E2B22
(46,43,34)
#1A1711
(26,23,17)
#000000
(0,0,0)

Tints of #E2DFBB

#E2DFBB
(226,223,187)
#E4E1C1
(228,225,193)
#E6E3C7
(230,227,199)
#E8E5CD
(232,229,205)
#EAE7D3
(234,231,211)
#ECE9D9
(236,233,217)
#EEEBDF
(238,235,223)
#F0EDE5
(240,237,229)
#F2EFEB
(242,239,235)
#F4F1F1
(244,241,241)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2DFBB color. Also use rgb(226,223,187) instead hex code.

Text Font Color

.myTextColor { color: #E2DFBB; }

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

This text font color is #E2DFBB.

Background Color

.myBgColor { background-color: #E2DFBB; }

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

This div background color is #E2DFBB.

Border color

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

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

This div border color is #E2DFBB.

Opacity

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

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

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

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

This text has shadow with #E2DFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2DFBB.

Preview

Color preview on black background

This text has color #E2DFBB on black background.


Color preview on white background

This text has color #E2DFBB on white background.


Black color preview on #E2DFBB background

This text has black color on #E2DFBB background.


White color preview on #E2DFBB background

This text has white color on #E2DFBB background.


Related colors

Complementary color

Complementary color for #hex is #1D2044.


I love getcolorcode.com

Triadic colors

1 #BBE2DF and #DFBBE2 with #E2DFBB are triadic colors.

2 #BBDFE2 and #DFE2BB with #E2DFBB are triadic colors.