COLOR #E2BCB9

HEX: #E2BCB9 RGB: (226,188,185)

Color info

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

RGB color model

#E2BCB9 color RGB value is (226,188,185).

RGB: (226,188,185) (89%, 74%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 188 of 255 = 74%
B 185 of 255 = 73%

226
188
185

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

Portions of RGB colors in percentages

R + G + B = 226 + 188 + 185 = 599 (100%)
R 226 of 599 ~ 37.73%
G 188 of 599 ~ 31.39%
B 185 of 599 ~ 30.88'%

%37.73
%31.39
%30.88

CMYK color model

#E2BCB9 color CMYK value is (0,17,18,11).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 18.14%
  • key color value is 11.37%
CMYK: (0,17,18,11) C0M17Y18K11 (0%,17%,18%,11%) (0.00/0.17/0.18/0.11) 

CMYK percentages

%0
%16.81
%18.14
%11.37

Codes

Color #E2BCB9 in popluar color models

E2 BC B9
RGB 226 188 185
HSL 41.41% 80.59%
HSB/HSV 18.14% 88.63%
CMYK 0.00% 16.81% 18.14%
11.37%

Color #E2BCB9 in popluar number systems.

HEX E2 BC B9
Decimal 226 188 185
Binary 11100010 10111100 10111001
Octal 342 274 271

Shades and tints

Shades of #E2BCB9

#E2BCB9
(226,188,185)
#CEABA9
(206,171,169)
#BA9A99
(186,154,153)
#A68989
(166,137,137)
#927879
(146,120,121)
#7E6769
(126,103,105)
#6A5659
(106,86,89)
#564549
(86,69,73)
#423439
(66,52,57)
#2E2329
(46,35,41)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #E2BCB9

#E2BCB9
(226,188,185)
#E4C2BF
(228,194,191)
#E6C8C5
(230,200,197)
#E8CECB
(232,206,203)
#EAD4D1
(234,212,209)
#ECDAD7
(236,218,215)
#EEE0DD
(238,224,221)
#F0E6E3
(240,230,227)
#F2ECE9
(242,236,233)
#F4F2EF
(244,242,239)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2BCB9 color. Also use rgb(226,188,185) instead hex code.

Text Font Color

.myTextColor { color: #E2BCB9; }

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

This text font color is #E2BCB9.

Background Color

.myBgColor { background-color: #E2BCB9; }

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

This div background color is #E2BCB9.

Border color

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

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

This div border color is #E2BCB9.

Opacity

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

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

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

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

This text has shadow with #E2BCB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2BCB9.

Preview

Color preview on black background

This text has color #E2BCB9 on black background.


Color preview on white background

This text has color #E2BCB9 on white background.


Black color preview on #E2BCB9 background

This text has black color on #E2BCB9 background.


White color preview on #E2BCB9 background

This text has white color on #E2BCB9 background.


Related colors

Complementary color

Complementary color for #hex is #1D4346.


I love getcolorcode.com

Triadic colors

1 #B9E2BC and #BCB9E2 with #E2BCB9 are triadic colors.

2 #B9BCE2 and #BCE2B9 with #E2BCB9 are triadic colors.