COLOR #E1BEBB

HEX: #E1BEBB RGB: (225,190,187)

Color info

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

RGB color model

#E1BEBB color RGB value is (225,190,187).

RGB: (225,190,187) (88%, 75%, 73%)

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 187 of 255 = 73%

225
190
187

R + G + B ~ 79%. #E1BEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 225 + 190 + 187 = 602 (100%)
R 225 of 602 ~ 37.38%
G 190 of 602 ~ 31.56%
B 187 of 602 ~ 31.06'%

%37.38
%31.56
%31.06

CMYK color model

#E1BEBB color CMYK value is (0,16,17,12).

  • cyan value is 0.00%
  • magenta value is 15.56%
  • yellow value is 16.89%
  • key color value is 11.76%

CMYK: (0,16,17,12)
C0M16Y17K12 (0%, 16%, 17%, 12%)
(0.00 / 0.16 / 0.17 / 0.12)

CMYK percentages

%0
%15.56
%16.89
%11.76

Codes

Color #E1BEBB in popluar color models

E1 BE BB
RGB 225 190 187
HSL 38.78% 80.78%
HSB/HSV 16.89% 88.24%
CMYK 0.00% 15.56% 16.89%
11.76%

Color #E1BEBB in popluar number systems.

HEX E1 BE BB
Decimal 225 190 187
Binary 11100001 10111110 10111011
Octal 341 276 273

Shades and tints

Shades of #E1BEBB

#E1BEBB
(225,190,187)
#CDADAA
(205,173,170)
#B99C99
(185,156,153)
#A58B88
(165,139,136)
#917A77
(145,122,119)
#7D6966
(125,105,102)
#695855
(105,88,85)
#554744
(85,71,68)
#413633
(65,54,51)
#2D2522
(45,37,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #E1BEBB

#E1BEBB
(225,190,187)
#E3C3C1
(227,195,193)
#E5C8C7
(229,200,199)
#E7CDCD
(231,205,205)
#E9D2D3
(233,210,211)
#EBD7D9
(235,215,217)
#EDDCDF
(237,220,223)
#EFE1E5
(239,225,229)
#F1E6EB
(241,230,235)
#F3EBF1
(243,235,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BEBB color. Also use rgb(225,190,187) instead hex code.

Text Font Color

.myTextColor { color: #E1BEBB; }

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

This text font color is #E1BEBB.

Background Color

.myBgColor { background-color: #E1BEBB; }

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

This div background color is #E1BEBB.

Border color

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

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

This div border color is #E1BEBB.

Opacity

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

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

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

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

This text has shadow with #E1BEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BEBB.

Preview

Color preview on black background

This text has color #E1BEBB on black background.


Color preview on white background

This text has color #E1BEBB on white background.


Black color preview on #E1BEBB background

This text has black color on #E1BEBB background.


White color preview on #E1BEBB background

This text has white color on #E1BEBB background.


Related colors

Complementary color

Complementary color for #hex is #1E4144.


I love getcolorcode.com

Triadic colors

1 #BBE1BE and #BEBBE1 with #E1BEBB are triadic colors.

2 #BBBEE1 and #BEE1BB with #E1BEBB are triadic colors.