COLOR #E4BAC6

HEX: #E4BAC6
RGB: (228,186,198)

Color info

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

RGB color model

#E4BAC6 color RGB value is (228,186,198).

  • red value is 228;
  • green value is 186;
  • blue value is 198.
RGB:
(228,186,198)
(89%,73%,78%)

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 198 of 255 = 78%

228
186
198

R + G + B ~ 80%. #E4BAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 198 = 612 (100%)
R 228 of 612 ~ 37.25%
G 186 of 612 ~ 30.39%
B 198 of 612 ~ 32.35%

%37.25
%30.39
%32.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 13.16%
  • key color value is 10.59%
CMYK:
(0,18,13,11)
C0M18Y13K11 
(0%,18%,13%,11%)
(0.00/0.18/0.13/0.11)	

CMYK percentages

%0
%18.42
%13.16
%10.59

Codes

Color #E4BAC6 in popluar color models

E4BAC6
RGB228186198
HSL343°43.75%81.18%
HSB/HSV343°18.42%89.41%
CMYK0.00%18.42%13.16%
10.59%

Color #E4BAC6 in popluar number systems.

HEXE4BAC6
Decimal228186198
Binary111001001011101011000110
Octal344272306

Shades and tints

Shades of #E4BAC6

#E4BAC6
(228,186,198)
#D0AAB4
(208,170,180)
#BC9AA2
(188,154,162)
#A88A90
(168,138,144)
#947A7E
(148,122,126)
#806A6C
(128,106,108)
#6C5A5A
(108,90,90)
#584A48
(88,74,72)
#443A36
(68,58,54)
#302A24
(48,42,36)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #E4BAC6

#E4BAC6
(228,186,198)
#E6C0CB
(230,192,203)
#E8C6D0
(232,198,208)
#EACCD5
(234,204,213)
#ECD2DA
(236,210,218)
#EED8DF
(238,216,223)
#F0DEE4
(240,222,228)
#F2E4E9
(242,228,233)
#F4EAEE
(244,234,238)
#F6F0F3
(246,240,243)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BAC6; }

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

This text font color is #E4BAC6.


Background Color

.myBgColor { background-color: #E4BAC6; }

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

This div background color is #E4BAC6.


Border color

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

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

This div border color is #E4BAC6.


Opacity

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

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

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

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

This text has shadow with #E4BAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BAC6 on black background.


Color preview on white background

This text has color #E4BAC6 on white background.



Black color preview on #E4BAC6 background

This text has black color on #E4BAC6 background.


White color preview on #E4BAC6 background

This text has white color on #E4BAC6 background.