COLOR #E3BABB

HEX: #E3BABB RGB: (227,186,187)

Color info

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

RGB color model

#E3BABB color RGB value is (227,186,187).

RGB: (227,186,187) (89%, 73%, 73%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 187 of 255 = 73%

227
186
187

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

Portions of RGB colors in percentages

R + G + B = 227 + 186 + 187 = 600 (100%)
R 227 of 600 ~ 37.83%
G 186 of 600 ~ 31%
B 187 of 600 ~ 31.17'%

%37.83
%31
%31.17

CMYK color model

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

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

CMYK: (0,18,18,11)
C0M18Y18K11 (0%, 18%, 18%, 11%)
(0.00 / 0.18 / 0.18 / 0.11)

CMYK percentages

%0
%18.06
%17.62
%10.98

Codes

Color #E3BABB in popluar color models

E3 BA BB
RGB 227 186 187
HSL 359° 42.27% 80.98%
HSB/HSV 359° 18.06% 89.02%
CMYK 0.00% 18.06% 17.62%
10.98%

Color #E3BABB in popluar number systems.

HEX E3 BA BB
Decimal 227 186 187
Binary 11100011 10111010 10111011
Octal 343 272 273

Shades and tints

Shades of #E3BABB

#E3BABB
(227,186,187)
#CFAAAA
(207,170,170)
#BB9A99
(187,154,153)
#A78A88
(167,138,136)
#937A77
(147,122,119)
#7F6A66
(127,106,102)
#6B5A55
(107,90,85)
#574A44
(87,74,68)
#433A33
(67,58,51)
#2F2A22
(47,42,34)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #E3BABB

#E3BABB
(227,186,187)
#E5C0C1
(229,192,193)
#E7C6C7
(231,198,199)
#E9CCCD
(233,204,205)
#EBD2D3
(235,210,211)
#EDD8D9
(237,216,217)
#EFDEDF
(239,222,223)
#F1E4E5
(241,228,229)
#F3EAEB
(243,234,235)
#F5F0F1
(245,240,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BABB; }

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

This text font color is #E3BABB.

Background Color

.myBgColor { background-color: #E3BABB; }

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

This div background color is #E3BABB.

Border color

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

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

This div border color is #E3BABB.

Opacity

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

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

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

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

This text has shadow with #E3BABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BABB.

Preview

Color preview on black background

This text has color #E3BABB on black background.


Color preview on white background

This text has color #E3BABB on white background.


Black color preview on #E3BABB background

This text has black color on #E3BABB background.


White color preview on #E3BABB background

This text has white color on #E3BABB background.


Related colors

Complementary color

Complementary color for #hex is #1C4544.


I love getcolorcode.com

Triadic colors

1 #BBE3BA and #BABBE3 with #E3BABB are triadic colors.

2 #BBBAE3 and #BAE3BB with #E3BABB are triadic colors.