COLOR #E8BAC6

HEX: #E8BAC6 RGB: (232,186,198)

Color info

#E8BAC6 contains red, green and blue colors in about the same proportion. Web safe color of #E8BAC6 is #FFCCCC (or #FCC).

RGB color model

#E8BAC6 color RGB value is (232,186,198).

RGB: (232,186,198) (91%, 73%, 78%)

RGB channels and saturation

R 232 of 255 = 91%
G 186 of 255 = 73%
B 198 of 255 = 78%

232
186
198

R + G + B ~ 81%. #E8BAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 186 + 198 = 616 (100%)
R 232 of 616 ~ 37.66%
G 186 of 616 ~ 30.19%
B 198 of 616 ~ 32.14'%

%37.66
%30.19
%32.14

CMYK color model

#E8BAC6 color CMYK value is (0,20,15,9).

  • cyan value is 0.00%
  • magenta value is 19.83%
  • yellow value is 14.66%
  • key color value is 9.02%
CMYK: (0,20,15,9) C0M20Y15K9 (0%,20%,15%,9%) (0.00/0.20/0.15/0.09) 

CMYK percentages

%0
%19.83
%14.66
%9.02

Codes

Color #E8BAC6 in popluar color models

E8 BA C6
RGB 232 186 198
HSL 344° 50.00% 81.96%
HSB/HSV 344° 19.83% 90.98%
CMYK 0.00% 19.83% 14.66%
9.02%

Color #E8BAC6 in popluar number systems.

HEX E8 BA C6
Decimal 232 186 198
Binary 11101000 10111010 11000110
Octal 350 272 306

Shades and tints

Shades of #E8BAC6

#E8BAC6
(232,186,198)
#D3AAB4
(211,170,180)
#BE9AA2
(190,154,162)
#A98A90
(169,138,144)
#947A7E
(148,122,126)
#7F6A6C
(127,106,108)
#6A5A5A
(106,90,90)
#554A48
(85,74,72)
#403A36
(64,58,54)
#2B2A24
(43,42,36)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #E8BAC6

#E8BAC6
(232,186,198)
#EAC0CB
(234,192,203)
#ECC6D0
(236,198,208)
#EECCD5
(238,204,213)
#F0D2DA
(240,210,218)
#F2D8DF
(242,216,223)
#F4DEE4
(244,222,228)
#F6E4E9
(246,228,233)
#F8EAEE
(248,234,238)
#FAF0F3
(250,240,243)
#FCF6F8
(252,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8BAC6 color. Also use rgb(232,186,198) instead hex code.

Text Font Color

.myTextColor { color: #E8BAC6; }

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

This text font color is #E8BAC6.

Background Color

.myBgColor { background-color: #E8BAC6; }

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

This div background color is #E8BAC6.

Border color

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

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

This div border color is #E8BAC6.

Opacity

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

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

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

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

This text has shadow with #E8BAC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8BAC6.

Preview

Color preview on black background

This text has color #E8BAC6 on black background.


Color preview on white background

This text has color #E8BAC6 on white background.


Black color preview on #E8BAC6 background

This text has black color on #E8BAC6 background.


White color preview on #E8BAC6 background

This text has white color on #E8BAC6 background.


Related colors

Complementary color

Complementary color for #hex is #174539.


I love getcolorcode.com

Triadic colors

1 #C6E8BA and #BAC6E8 with #E8BAC6 are triadic colors.

2 #C6BAE8 and #BAE8C6 with #E8BAC6 are triadic colors.