COLOR #E4BAC1

HEX: #E4BAC1
RGB: (228,186,193)

Color info

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

RGB color model

#E4BAC1 color RGB value is (228,186,193).

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

RGB channels and saturation

R 228 of 255 = 89%
G 186 of 255 = 73%
B 193 of 255 = 76%

228
186
193

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

Portions of RGB colors in percentages

R + G + B =
228 + 186 + 193 = 607 (100%)
R 228 of 607 ~ 37.56%
G 186 of 607 ~ 30.64%
B 193 of 607 ~ 31.8%

%37.56
%30.64
%31.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 15.35%
  • key color value is 10.59%
CMYK:
(0,18,15,11)
C0M18Y15K11 
(0%,18%,15%,11%)
(0.00/0.18/0.15/0.11)	

CMYK percentages

%0
%18.42
%15.35
%10.59

Codes

Color #E4BAC1 in popluar color models

E4BAC1
RGB228186193
HSL350°43.75%81.18%
HSB/HSV350°18.42%89.41%
CMYK0.00%18.42%15.35%
10.59%

Color #E4BAC1 in popluar number systems.

HEXE4BAC1
Decimal228186193
Binary111001001011101011000001
Octal344272301

Shades and tints

Shades of #E4BAC1

#E4BAC1
(228,186,193)
#D0AAB0
(208,170,176)
#BC9A9F
(188,154,159)
#A88A8E
(168,138,142)
#947A7D
(148,122,125)
#806A6C
(128,106,108)
#6C5A5B
(108,90,91)
#584A4A
(88,74,74)
#443A39
(68,58,57)
#302A28
(48,42,40)
#1C1A17
(28,26,23)
#000000
(0,0,0)

Tints of #E4BAC1

#E4BAC1
(228,186,193)
#E6C0C6
(230,192,198)
#E8C6CB
(232,198,203)
#EACCD0
(234,204,208)
#ECD2D5
(236,210,213)
#EED8DA
(238,216,218)
#F0DEDF
(240,222,223)
#F2E4E4
(242,228,228)
#F4EAE9
(244,234,233)
#F6F0EE
(246,240,238)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BAC1; }

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

This text font color is #E4BAC1.


Background Color

.myBgColor { background-color: #E4BAC1; }

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

This div background color is #E4BAC1.


Border color

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

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

This div border color is #E4BAC1.


Opacity

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

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

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

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

This text has shadow with #E4BAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BAC1 on black background.


Color preview on white background

This text has color #E4BAC1 on white background.



Black color preview on #E4BAC1 background

This text has black color on #E4BAC1 background.


White color preview on #E4BAC1 background

This text has white color on #E4BAC1 background.