COLOR #E2D5BF

HEX: #E2D5BF RGB: (226,213,191)

Color info

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

RGB color model

#E2D5BF color RGB value is (226,213,191).

RGB: (226,213,191) (89%, 84%, 75%)

RGB channels and saturation

R 226 of 255 = 89%
G 213 of 255 = 84%
B 191 of 255 = 75%

226
213
191

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

Portions of RGB colors in percentages

R + G + B = 226 + 213 + 191 = 630 (100%)
R 226 of 630 ~ 35.87%
G 213 of 630 ~ 33.81%
B 191 of 630 ~ 30.32'%

%35.87
%33.81
%30.32

CMYK color model

#E2D5BF color CMYK value is (0,6,15,11).

  • cyan value is 0.00%
  • magenta value is 5.75%
  • yellow value is 15.49%
  • key color value is 11.37%

CMYK: (0,6,15,11)
C0M6Y15K11 (0%, 6%, 15%, 11%)
(0.00 / 0.06 / 0.15 / 0.11)

CMYK percentages

%0
%5.75
%15.49
%11.37

Codes

Color #E2D5BF in popluar color models

E2 D5 BF
RGB 226 213 191
HSL 38° 37.63% 81.76%
HSB/HSV 38° 15.49% 88.63%
CMYK 0.00% 5.75% 15.49%
11.37%

Color #E2D5BF in popluar number systems.

HEX E2 D5 BF
Decimal 226 213 191
Binary 11100010 11010101 10111111
Octal 342 325 277

Shades and tints

Shades of #E2D5BF

#E2D5BF
(226,213,191)
#CEC2AE
(206,194,174)
#BAAF9D
(186,175,157)
#A69C8C
(166,156,140)
#92897B
(146,137,123)
#7E766A
(126,118,106)
#6A6359
(106,99,89)
#565048
(86,80,72)
#423D37
(66,61,55)
#2E2A26
(46,42,38)
#1A1715
(26,23,21)
#000000
(0,0,0)

Tints of #E2D5BF

#E2D5BF
(226,213,191)
#E4D8C4
(228,216,196)
#E6DBC9
(230,219,201)
#E8DECE
(232,222,206)
#EAE1D3
(234,225,211)
#ECE4D8
(236,228,216)
#EEE7DD
(238,231,221)
#F0EAE2
(240,234,226)
#F2EDE7
(242,237,231)
#F4F0EC
(244,240,236)
#F6F3F1
(246,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2D5BF color. Also use rgb(226,213,191) instead hex code.

Text Font Color

.myTextColor { color: #E2D5BF; }

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

This text font color is #E2D5BF.

Background Color

.myBgColor { background-color: #E2D5BF; }

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

This div background color is #E2D5BF.

Border color

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

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

This div border color is #E2D5BF.

Opacity

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

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

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

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

This text has shadow with #E2D5BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2D5BF.

Preview

Color preview on black background

This text has color #E2D5BF on black background.


Color preview on white background

This text has color #E2D5BF on white background.


Black color preview on #E2D5BF background

This text has black color on #E2D5BF background.


White color preview on #E2D5BF background

This text has white color on #E2D5BF background.


Related colors

Complementary color

Complementary color for #hex is #1D2A40.


I love getcolorcode.com

Triadic colors

1 #BFE2D5 and #D5BFE2 with #E2D5BF are triadic colors.

2 #BFD5E2 and #D5E2BF with #E2D5BF are triadic colors.