COLOR #E3BB9B

HEX: #E3BB9B RGB: (227,187,155)

Color info

#E3BB9B contains mainly red and green colors. Web safe color of #E3BB9B is #CCCC99 (or #CC9).

RGB color model

#E3BB9B color RGB value is (227,187,155).

RGB: (227,187,155) (89%, 73%, 61%)

RGB channels and saturation

R 227 of 255 = 89%
G 187 of 255 = 73%
B 155 of 255 = 61%

227
187
155

R + G + B ~ 74%. #E3BB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 187 + 155 = 569 (100%)
R 227 of 569 ~ 39.89%
G 187 of 569 ~ 32.86%
B 155 of 569 ~ 27.24'%

%39.89
%32.86
%27.24

CMYK color model

#E3BB9B color CMYK value is (0,18,32,11).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 31.72%
  • key color value is 10.98%

CMYK: (0,18,32,11)
C0M18Y32K11 (0%, 18%, 32%, 11%)
(0.00 / 0.18 / 0.32 / 0.11)

CMYK percentages

%0
%17.62
%31.72
%10.98

Codes

Color #E3BB9B in popluar color models

E3 BB 9B
RGB 227 187 155
HSL 27° 56.25% 74.90%
HSB/HSV 27° 31.72% 89.02%
CMYK 0.00% 17.62% 31.72%
10.98%

Color #E3BB9B in popluar number systems.

HEX E3 BB 9B
Decimal 227 187 155
Binary 11100011 10111011 10011011
Octal 343 273 233

Shades and tints

Shades of #E3BB9B

#E3BB9B
(227,187,155)
#CFAA8D
(207,170,141)
#BB997F
(187,153,127)
#A78871
(167,136,113)
#937763
(147,119,99)
#7F6655
(127,102,85)
#6B5547
(107,85,71)
#574439
(87,68,57)
#43332B
(67,51,43)
#2F221D
(47,34,29)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #E3BB9B

#E3BB9B
(227,187,155)
#E5C1A4
(229,193,164)
#E7C7AD
(231,199,173)
#E9CDB6
(233,205,182)
#EBD3BF
(235,211,191)
#EDD9C8
(237,217,200)
#EFDFD1
(239,223,209)
#F1E5DA
(241,229,218)
#F3EBE3
(243,235,227)
#F5F1EC
(245,241,236)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BB9B color. Also use rgb(227,187,155) instead hex code.

Text Font Color

.myTextColor { color: #E3BB9B; }

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

This text font color is #E3BB9B.

Background Color

.myBgColor { background-color: #E3BB9B; }

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

This div background color is #E3BB9B.

Border color

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

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

This div border color is #E3BB9B.

Opacity

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

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

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

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

This text has shadow with #E3BB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BB9B.

Preview

Color preview on black background

This text has color #E3BB9B on black background.


Color preview on white background

This text has color #E3BB9B on white background.


Black color preview on #E3BB9B background

This text has black color on #E3BB9B background.


White color preview on #E3BB9B background

This text has white color on #E3BB9B background.


Related colors

Complementary color

Complementary color for #hex is #1C4464.


I love getcolorcode.com

Triadic colors

1 #9BE3BB and #BB9BE3 with #E3BB9B are triadic colors.

2 #9BBBE3 and #BBE39B with #E3BB9B are triadic colors.