COLOR #E3B9B1

HEX: #E3B9B1 RGB: (227,185,177)

Color info

#E3B9B1 contains red, green and blue colors in about the same proportion. Web safe color of #E3B9B1 is #CCCC99 (or #CC9).

RGB color model

#E3B9B1 color RGB value is (227,185,177).

RGB: (227,185,177) (89%, 73%, 69%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 177 of 255 = 69%

227
185
177

R + G + B ~ 77%. #E3B9B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 185 + 177 = 589 (100%)
R 227 of 589 ~ 38.54%
G 185 of 589 ~ 31.41%
B 177 of 589 ~ 30.05'%

%38.54
%31.41
%30.05

CMYK color model

#E3B9B1 color CMYK value is (0,19,22,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 22.03%
  • key color value is 10.98%
CMYK: (0,19,22,11) C0M19Y22K11 (0%,19%,22%,11%) (0.00/0.19/0.22/0.11) 

CMYK percentages

%0
%18.5
%22.03
%10.98

Codes

Color #E3B9B1 in popluar color models

E3 B9 B1
RGB 227 185 177
HSL 10° 47.17% 79.22%
HSB/HSV 10° 22.03% 89.02%
CMYK 0.00% 18.50% 22.03%
10.98%

Color #E3B9B1 in popluar number systems.

HEX E3 B9 B1
Decimal 227 185 177
Binary 11100011 10111001 10110001
Octal 343 271 261

Shades and tints

Shades of #E3B9B1

#E3B9B1
(227,185,177)
#CFA9A1
(207,169,161)
#BB9991
(187,153,145)
#A78981
(167,137,129)
#937971
(147,121,113)
#7F6961
(127,105,97)
#6B5951
(107,89,81)
#574941
(87,73,65)
#433931
(67,57,49)
#2F2921
(47,41,33)
#1B1911
(27,25,17)
#000000
(0,0,0)

Tints of #E3B9B1

#E3B9B1
(227,185,177)
#E5BFB8
(229,191,184)
#E7C5BF
(231,197,191)
#E9CBC6
(233,203,198)
#EBD1CD
(235,209,205)
#EDD7D4
(237,215,212)
#EFDDDB
(239,221,219)
#F1E3E2
(241,227,226)
#F3E9E9
(243,233,233)
#F5EFF0
(245,239,240)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B9B1 color. Also use rgb(227,185,177) instead hex code.

Text Font Color

.myTextColor { color: #E3B9B1; }

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

This text font color is #E3B9B1.

Background Color

.myBgColor { background-color: #E3B9B1; }

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

This div background color is #E3B9B1.

Border color

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

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

This div border color is #E3B9B1.

Opacity

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

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

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

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

This text has shadow with #E3B9B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B9B1.

Preview

Color preview on black background

This text has color #E3B9B1 on black background.


Color preview on white background

This text has color #E3B9B1 on white background.


Black color preview on #E3B9B1 background

This text has black color on #E3B9B1 background.


White color preview on #E3B9B1 background

This text has white color on #E3B9B1 background.


Related colors

Complementary color

Complementary color for #hex is #1C464E.


I love getcolorcode.com

Triadic colors

1 #B1E3B9 and #B9B1E3 with #E3B9B1 are triadic colors.

2 #B1B9E3 and #B9E3B1 with #E3B9B1 are triadic colors.