COLOR #E3BABE

HEX: #E3BABE RGB: (227,186,190)

Color info

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

RGB color model

#E3BABE color RGB value is (227,186,190).

RGB: (227,186,190) (89%, 73%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 190 of 255 = 75%

227
186
190

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

Portions of RGB colors in percentages

R + G + B = 227 + 186 + 190 = 603 (100%)
R 227 of 603 ~ 37.65%
G 186 of 603 ~ 30.85%
B 190 of 603 ~ 31.51'%

%37.65
%30.85
%31.51

CMYK color model

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

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

CMYK: (0,18,16,11)
C0M18Y16K11 (0%, 18%, 16%, 11%)
(0.00 / 0.18 / 0.16 / 0.11)

CMYK percentages

%0
%18.06
%16.3
%10.98

Codes

Color #E3BABE in popluar color models

E3 BA BE
RGB 227 186 190
HSL 354° 42.27% 80.98%
HSB/HSV 354° 18.06% 89.02%
CMYK 0.00% 18.06% 16.30%
10.98%

Color #E3BABE in popluar number systems.

HEX E3 BA BE
Decimal 227 186 190
Binary 11100011 10111010 10111110
Octal 343 272 276

Shades and tints

Shades of #E3BABE

#E3BABE
(227,186,190)
#CFAAAD
(207,170,173)
#BB9A9C
(187,154,156)
#A78A8B
(167,138,139)
#937A7A
(147,122,122)
#7F6A69
(127,106,105)
#6B5A58
(107,90,88)
#574A47
(87,74,71)
#433A36
(67,58,54)
#2F2A25
(47,42,37)
#1B1A14
(27,26,20)
#000000
(0,0,0)

Tints of #E3BABE

#E3BABE
(227,186,190)
#E5C0C3
(229,192,195)
#E7C6C8
(231,198,200)
#E9CCCD
(233,204,205)
#EBD2D2
(235,210,210)
#EDD8D7
(237,216,215)
#EFDEDC
(239,222,220)
#F1E4E1
(241,228,225)
#F3EAE6
(243,234,230)
#F5F0EB
(245,240,235)
#F7F6F0
(247,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BABE; }

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

This text font color is #E3BABE.

Background Color

.myBgColor { background-color: #E3BABE; }

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

This div background color is #E3BABE.

Border color

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

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

This div border color is #E3BABE.

Opacity

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

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

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

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

This text has shadow with #E3BABE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BABE.

Preview

Color preview on black background

This text has color #E3BABE on black background.


Color preview on white background

This text has color #E3BABE on white background.


Black color preview on #E3BABE background

This text has black color on #E3BABE background.


White color preview on #E3BABE background

This text has white color on #E3BABE background.


Related colors

Complementary color

Complementary color for #hex is #1C4541.


I love getcolorcode.com

Triadic colors

1 #BEE3BA and #BABEE3 with #E3BABE are triadic colors.

2 #BEBAE3 and #BAE3BE with #E3BABE are triadic colors.