COLOR #E3B9B4

HEX: #E3B9B4 RGB: (227,185,180)

Color info

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

RGB color model

#E3B9B4 color RGB value is (227,185,180).

RGB: (227,185,180) (89%, 73%, 71%)

RGB channels and saturation

R 227 of 255 = 89%
G 185 of 255 = 73%
B 180 of 255 = 71%

227
185
180

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

Portions of RGB colors in percentages

R + G + B = 227 + 185 + 180 = 592 (100%)
R 227 of 592 ~ 38.34%
G 185 of 592 ~ 31.25%
B 180 of 592 ~ 30.41'%

%38.34
%31.25
%30.41

CMYK color model

#E3B9B4 color CMYK value is (0,19,21,11).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 20.70%
  • key color value is 10.98%

CMYK: (0,19,21,11)
C0M19Y21K11 (0%, 19%, 21%, 11%)
(0.00 / 0.19 / 0.21 / 0.11)

CMYK percentages

%0
%18.5
%20.7
%10.98

Codes

Color #E3B9B4 in popluar color models

E3 B9 B4
RGB 227 185 180
HSL 45.63% 79.80%
HSB/HSV 20.70% 89.02%
CMYK 0.00% 18.50% 20.70%
10.98%

Color #E3B9B4 in popluar number systems.

HEX E3 B9 B4
Decimal 227 185 180
Binary 11100011 10111001 10110100
Octal 343 271 264

Shades and tints

Shades of #E3B9B4

#E3B9B4
(227,185,180)
#CFA9A4
(207,169,164)
#BB9994
(187,153,148)
#A78984
(167,137,132)
#937974
(147,121,116)
#7F6964
(127,105,100)
#6B5954
(107,89,84)
#574944
(87,73,68)
#433934
(67,57,52)
#2F2924
(47,41,36)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #E3B9B4

#E3B9B4
(227,185,180)
#E5BFBA
(229,191,186)
#E7C5C0
(231,197,192)
#E9CBC6
(233,203,198)
#EBD1CC
(235,209,204)
#EDD7D2
(237,215,210)
#EFDDD8
(239,221,216)
#F1E3DE
(241,227,222)
#F3E9E4
(243,233,228)
#F5EFEA
(245,239,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B9B4; }

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

This text font color is #E3B9B4.

Background Color

.myBgColor { background-color: #E3B9B4; }

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

This div background color is #E3B9B4.

Border color

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

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

This div border color is #E3B9B4.

Opacity

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

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

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

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

This text has shadow with #E3B9B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B9B4.

Preview

Color preview on black background

This text has color #E3B9B4 on black background.


Color preview on white background

This text has color #E3B9B4 on white background.


Black color preview on #E3B9B4 background

This text has black color on #E3B9B4 background.


White color preview on #E3B9B4 background

This text has white color on #E3B9B4 background.


Related colors

Complementary color

Complementary color for #hex is #1C464B.


I love getcolorcode.com

Triadic colors

1 #B4E3B9 and #B9B4E3 with #E3B9B4 are triadic colors.

2 #B4B9E3 and #B9E3B4 with #E3B9B4 are triadic colors.