COLOR #E6BAB5

HEX: #E6BAB5 RGB: (230,186,181)

Color info

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

RGB color model

#E6BAB5 color RGB value is (230,186,181).

RGB: (230,186,181) (90%, 73%, 71%)

RGB channels and saturation

R 230 of 255 = 90%
G 186 of 255 = 73%
B 181 of 255 = 71%

230
186
181

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

Portions of RGB colors in percentages

R + G + B = 230 + 186 + 181 = 597 (100%)
R 230 of 597 ~ 38.53%
G 186 of 597 ~ 31.16%
B 181 of 597 ~ 30.32'%

%38.53
%31.16
%30.32

CMYK color model

#E6BAB5 color CMYK value is (0,19,21,10).

  • cyan value is 0.00%
  • magenta value is 19.13%
  • yellow value is 21.30%
  • key color value is 9.80%

CMYK: (0,19,21,10)
C0M19Y21K10 (0%, 19%, 21%, 10%)
(0.00 / 0.19 / 0.21 / 0.10)

CMYK percentages

%0
%19.13
%21.3
%9.8

Codes

Color #E6BAB5 in popluar color models

E6 BA B5
RGB 230 186 181
HSL 49.49% 80.59%
HSB/HSV 21.30% 90.20%
CMYK 0.00% 19.13% 21.30%
9.80%

Color #E6BAB5 in popluar number systems.

HEX E6 BA B5
Decimal 230 186 181
Binary 11100110 10111010 10110101
Octal 346 272 265

Shades and tints

Shades of #E6BAB5

#E6BAB5
(230,186,181)
#D2AAA5
(210,170,165)
#BE9A95
(190,154,149)
#AA8A85
(170,138,133)
#967A75
(150,122,117)
#826A65
(130,106,101)
#6E5A55
(110,90,85)
#5A4A45
(90,74,69)
#463A35
(70,58,53)
#322A25
(50,42,37)
#1E1A15
(30,26,21)
#000000
(0,0,0)

Tints of #E6BAB5

#E6BAB5
(230,186,181)
#E8C0BB
(232,192,187)
#EAC6C1
(234,198,193)
#ECCCC7
(236,204,199)
#EED2CD
(238,210,205)
#F0D8D3
(240,216,211)
#F2DED9
(242,222,217)
#F4E4DF
(244,228,223)
#F6EAE5
(246,234,229)
#F8F0EB
(248,240,235)
#FAF6F1
(250,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6BAB5 color. Also use rgb(230,186,181) instead hex code.

Text Font Color

.myTextColor { color: #E6BAB5; }

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

This text font color is #E6BAB5.

Background Color

.myBgColor { background-color: #E6BAB5; }

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

This div background color is #E6BAB5.

Border color

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

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

This div border color is #E6BAB5.

Opacity

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

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

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

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

This text has shadow with #E6BAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6BAB5.

Preview

Color preview on black background

This text has color #E6BAB5 on black background.


Color preview on white background

This text has color #E6BAB5 on white background.


Black color preview on #E6BAB5 background

This text has black color on #E6BAB5 background.


White color preview on #E6BAB5 background

This text has white color on #E6BAB5 background.


Related colors

Complementary color

Complementary color for #hex is #19454A.


I love getcolorcode.com

Triadic colors

1 #B5E6BA and #BAB5E6 with #E6BAB5 are triadic colors.

2 #B5BAE6 and #BAE6B5 with #E6BAB5 are triadic colors.