COLOR #E3BCBB

HEX: #E3BCBB RGB: (227,188,187)

Color info

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

RGB color model

#E3BCBB color RGB value is (227,188,187).

RGB: (227,188,187) (89%, 74%, 73%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 187 of 255 = 73%

227
188
187

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

Portions of RGB colors in percentages

R + G + B = 227 + 188 + 187 = 602 (100%)
R 227 of 602 ~ 37.71%
G 188 of 602 ~ 31.23%
B 187 of 602 ~ 31.06'%

%37.71
%31.23
%31.06

CMYK color model

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

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

CMYK percentages

%0
%17.18
%17.62
%10.98

Codes

Color #E3BCBB in popluar color models

E3 BC BB
RGB 227 188 187
HSL 41.67% 81.18%
HSB/HSV 17.62% 89.02%
CMYK 0.00% 17.18% 17.62%
10.98%

Color #E3BCBB in popluar number systems.

HEX E3 BC BB
Decimal 227 188 187
Binary 11100011 10111100 10111011
Octal 343 274 273

Shades and tints

Shades of #E3BCBB

#E3BCBB
(227,188,187)
#CFABAA
(207,171,170)
#BB9A99
(187,154,153)
#A78988
(167,137,136)
#937877
(147,120,119)
#7F6766
(127,103,102)
#6B5655
(107,86,85)
#574544
(87,69,68)
#433433
(67,52,51)
#2F2322
(47,35,34)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #E3BCBB

#E3BCBB
(227,188,187)
#E5C2C1
(229,194,193)
#E7C8C7
(231,200,199)
#E9CECD
(233,206,205)
#EBD4D3
(235,212,211)
#EDDAD9
(237,218,217)
#EFE0DF
(239,224,223)
#F1E6E5
(241,230,229)
#F3ECEB
(243,236,235)
#F5F2F1
(245,242,241)
#F7F8F7
(247,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BCBB; }

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

This text font color is #E3BCBB.

Background Color

.myBgColor { background-color: #E3BCBB; }

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

This div background color is #E3BCBB.

Border color

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

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

This div border color is #E3BCBB.

Opacity

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

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

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

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

This text has shadow with #E3BCBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BCBB.

Preview

Color preview on black background

This text has color #E3BCBB on black background.


Color preview on white background

This text has color #E3BCBB on white background.


Black color preview on #E3BCBB background

This text has black color on #E3BCBB background.


White color preview on #E3BCBB background

This text has white color on #E3BCBB background.


Related colors

Complementary color

Complementary color for #hex is #1C4344.


I love getcolorcode.com

Triadic colors

1 #BBE3BC and #BCBBE3 with #E3BCBB are triadic colors.

2 #BBBCE3 and #BCE3BB with #E3BCBB are triadic colors.