COLOR #E4BBC6

HEX: #E4BBC6
RGB: (228,187,198)

Color info

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

RGB color model

#E4BBC6 color RGB value is (228,187,198).

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

RGB channels and saturation

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

228
187
198

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

Portions of RGB colors in percentages

R + G + B =
228 + 187 + 198 = 613 (100%)
R 228 of 613 ~ 37.19%
G 187 of 613 ~ 30.51%
B 198 of 613 ~ 32.3%

%37.19
%30.51
%32.3

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.98%
  • 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
%17.98
%13.16
%10.59

Codes

Color #E4BBC6 in popluar color models

E4BBC6
RGB228187198
HSL344°43.16%81.37%
HSB/HSV344°17.98%89.41%
CMYK0.00%17.98%13.16%
10.59%

Color #E4BBC6 in popluar number systems.

HEXE4BBC6
Decimal228187198
Binary111001001011101111000110
Octal344273306

Shades and tints

Shades of #E4BBC6

#E4BBC6
(228,187,198)
#D0AAB4
(208,170,180)
#BC99A2
(188,153,162)
#A88890
(168,136,144)
#94777E
(148,119,126)
#80666C
(128,102,108)
#6C555A
(108,85,90)
#584448
(88,68,72)
#443336
(68,51,54)
#302224
(48,34,36)
#1C1112
(28,17,18)
#000000
(0,0,0)

Tints of #E4BBC6

#E4BBC6
(228,187,198)
#E6C1CB
(230,193,203)
#E8C7D0
(232,199,208)
#EACDD5
(234,205,213)
#ECD3DA
(236,211,218)
#EED9DF
(238,217,223)
#F0DFE4
(240,223,228)
#F2E5E9
(242,229,233)
#F4EBEE
(244,235,238)
#F6F1F3
(246,241,243)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BBC6; }

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

This text font color is #E4BBC6.


Background Color

.myBgColor { background-color: #E4BBC6; }

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

This div background color is #E4BBC6.


Border color

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

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

This div border color is #E4BBC6.


Opacity

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

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

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

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

This text has shadow with #E4BBC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BBC6 on black background.


Color preview on white background

This text has color #E4BBC6 on white background.



Black color preview on #E4BBC6 background

This text has black color on #E4BBC6 background.


White color preview on #E4BBC6 background

This text has white color on #E4BBC6 background.