COLOR #E2B8B9

HEX: #E2B8B9 RGB: (226,184,185)

Color info

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

RGB color model

#E2B8B9 color RGB value is (226,184,185).

RGB: (226,184,185) (89%, 72%, 73%)

RGB channels and saturation

R 226 of 255 = 89%
G 184 of 255 = 72%
B 185 of 255 = 73%

226
184
185

R + G + B ~ 78%. #E2B8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 184 + 185 = 595 (100%)
R 226 of 595 ~ 37.98%
G 184 of 595 ~ 30.92%
B 185 of 595 ~ 31.09'%

%37.98
%30.92
%31.09

CMYK color model

#E2B8B9 color CMYK value is (0,19,18,11).

  • cyan value is 0.00%
  • magenta value is 18.58%
  • yellow value is 18.14%
  • key color value is 11.37%

CMYK: (0,19,18,11)
C0M19Y18K11 (0%, 19%, 18%, 11%)
(0.00 / 0.19 / 0.18 / 0.11)

CMYK percentages

%0
%18.58
%18.14
%11.37

Codes

Color #E2B8B9 in popluar color models

E2 B8 B9
RGB 226 184 185
HSL 359° 42.00% 80.39%
HSB/HSV 359° 18.58% 88.63%
CMYK 0.00% 18.58% 18.14%
11.37%

Color #E2B8B9 in popluar number systems.

HEX E2 B8 B9
Decimal 226 184 185
Binary 11100010 10111000 10111001
Octal 342 270 271

Shades and tints

Shades of #E2B8B9

#E2B8B9
(226,184,185)
#CEA8A9
(206,168,169)
#BA9899
(186,152,153)
#A68889
(166,136,137)
#927879
(146,120,121)
#7E6869
(126,104,105)
#6A5859
(106,88,89)
#564849
(86,72,73)
#423839
(66,56,57)
#2E2829
(46,40,41)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #E2B8B9

#E2B8B9
(226,184,185)
#E4BEBF
(228,190,191)
#E6C4C5
(230,196,197)
#E8CACB
(232,202,203)
#EAD0D1
(234,208,209)
#ECD6D7
(236,214,215)
#EEDCDD
(238,220,221)
#F0E2E3
(240,226,227)
#F2E8E9
(242,232,233)
#F4EEEF
(244,238,239)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B8B9; }

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

This text font color is #E2B8B9.

Background Color

.myBgColor { background-color: #E2B8B9; }

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

This div background color is #E2B8B9.

Border color

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

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

This div border color is #E2B8B9.

Opacity

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

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

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

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

This text has shadow with #E2B8B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B8B9.

Preview

Color preview on black background

This text has color #E2B8B9 on black background.


Color preview on white background

This text has color #E2B8B9 on white background.


Black color preview on #E2B8B9 background

This text has black color on #E2B8B9 background.


White color preview on #E2B8B9 background

This text has white color on #E2B8B9 background.


Related colors

Complementary color

Complementary color for #hex is #1D4746.


I love getcolorcode.com

Triadic colors

1 #B9E2B8 and #B8B9E2 with #E2B8B9 are triadic colors.

2 #B9B8E2 and #B8E2B9 with #E2B8B9 are triadic colors.