COLOR #E1DBBF

HEX: #E1DBBF RGB: (225,219,191)

Color info

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

RGB color model

#E1DBBF color RGB value is (225,219,191).

RGB: (225,219,191) (88%, 86%, 75%)

RGB channels and saturation

R 225 of 255 = 88%
G 219 of 255 = 86%
B 191 of 255 = 75%

225
219
191

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

Portions of RGB colors in percentages

R + G + B = 225 + 219 + 191 = 635 (100%)
R 225 of 635 ~ 35.43%
G 219 of 635 ~ 34.49%
B 191 of 635 ~ 30.08'%

%35.43
%34.49
%30.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.67%
  • yellow value is 15.11%
  • key color value is 11.76%

CMYK: (0,3,15,12)
C0M3Y15K12 (0%, 3%, 15%, 12%)
(0.00 / 0.03 / 0.15 / 0.12)

CMYK percentages

%0
%2.67
%15.11
%11.76

Codes

Color #E1DBBF in popluar color models

E1 DB BF
RGB 225 219 191
HSL 49° 36.17% 81.57%
HSB/HSV 49° 15.11% 88.24%
CMYK 0.00% 2.67% 15.11%
11.76%

Color #E1DBBF in popluar number systems.

HEX E1 DB BF
Decimal 225 219 191
Binary 11100001 11011011 10111111
Octal 341 333 277

Shades and tints

Shades of #E1DBBF

#E1DBBF
(225,219,191)
#CDC8AE
(205,200,174)
#B9B59D
(185,181,157)
#A5A28C
(165,162,140)
#918F7B
(145,143,123)
#7D7C6A
(125,124,106)
#696959
(105,105,89)
#555648
(85,86,72)
#414337
(65,67,55)
#2D3026
(45,48,38)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #E1DBBF

#E1DBBF
(225,219,191)
#E3DEC4
(227,222,196)
#E5E1C9
(229,225,201)
#E7E4CE
(231,228,206)
#E9E7D3
(233,231,211)
#EBEAD8
(235,234,216)
#EDEDDD
(237,237,221)
#EFF0E2
(239,240,226)
#F1F3E7
(241,243,231)
#F3F6EC
(243,246,236)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1DBBF color. Also use rgb(225,219,191) instead hex code.

Text Font Color

.myTextColor { color: #E1DBBF; }

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

This text font color is #E1DBBF.

Background Color

.myBgColor { background-color: #E1DBBF; }

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

This div background color is #E1DBBF.

Border color

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

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

This div border color is #E1DBBF.

Opacity

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

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

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

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

This text has shadow with #E1DBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1DBBF.

Preview

Color preview on black background

This text has color #E1DBBF on black background.


Color preview on white background

This text has color #E1DBBF on white background.


Black color preview on #E1DBBF background

This text has black color on #E1DBBF background.


White color preview on #E1DBBF background

This text has white color on #E1DBBF background.


Related colors

Complementary color

Complementary color for #hex is #1E2440.


I love getcolorcode.com

Triadic colors

1 #BFE1DB and #DBBFE1 with #E1DBBF are triadic colors.

2 #BFDBE1 and #DBE1BF with #E1DBBF are triadic colors.