COLOR #E4BCC4

HEX: #E4BCC4 RGB: (228,188,196)

Color info

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

RGB color model

#E4BCC4 color RGB value is (228,188,196).

RGB: (228,188,196) (89%, 74%, 77%)

RGB channels and saturation

R 228 of 255 = 89%
G 188 of 255 = 74%
B 196 of 255 = 77%

228
188
196

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

Portions of RGB colors in percentages

R + G + B = 228 + 188 + 196 = 612 (100%)
R 228 of 612 ~ 37.25%
G 188 of 612 ~ 30.72%
B 196 of 612 ~ 32.03'%

%37.25
%30.72
%32.03

CMYK color model

#E4BCC4 color CMYK value is (0,18,14,11).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 14.04%
  • key color value is 10.59%

CMYK: (0,18,14,11)
C0M18Y14K11 (0%, 18%, 14%, 11%)
(0.00 / 0.18 / 0.14 / 0.11)

CMYK percentages

%0
%17.54
%14.04
%10.59

Codes

Color #E4BCC4 in popluar color models

E4 BC C4
RGB 228 188 196
HSL 348° 42.55% 81.57%
HSB/HSV 348° 17.54% 89.41%
CMYK 0.00% 17.54% 14.04%
10.59%

Color #E4BCC4 in popluar number systems.

HEX E4 BC C4
Decimal 228 188 196
Binary 11100100 10111100 11000100
Octal 344 274 304

Shades and tints

Shades of #E4BCC4

#E4BCC4
(228,188,196)
#D0ABB3
(208,171,179)
#BC9AA2
(188,154,162)
#A88991
(168,137,145)
#947880
(148,120,128)
#80676F
(128,103,111)
#6C565E
(108,86,94)
#58454D
(88,69,77)
#44343C
(68,52,60)
#30232B
(48,35,43)
#1C121A
(28,18,26)
#000000
(0,0,0)

Tints of #E4BCC4

#E4BCC4
(228,188,196)
#E6C2C9
(230,194,201)
#E8C8CE
(232,200,206)
#EACED3
(234,206,211)
#ECD4D8
(236,212,216)
#EEDADD
(238,218,221)
#F0E0E2
(240,224,226)
#F2E6E7
(242,230,231)
#F4ECEC
(244,236,236)
#F6F2F1
(246,242,241)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BCC4 color. Also use rgb(228,188,196) instead hex code.

Text Font Color

.myTextColor { color: #E4BCC4; }

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

This text font color is #E4BCC4.

Background Color

.myBgColor { background-color: #E4BCC4; }

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

This div background color is #E4BCC4.

Border color

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

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

This div border color is #E4BCC4.

Opacity

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

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

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

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

This text has shadow with #E4BCC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4BCC4.

Preview

Color preview on black background

This text has color #E4BCC4 on black background.


Color preview on white background

This text has color #E4BCC4 on white background.


Black color preview on #E4BCC4 background

This text has black color on #E4BCC4 background.


White color preview on #E4BCC4 background

This text has white color on #E4BCC4 background.


Related colors

Complementary color

Complementary color for #hex is #1B433B.


I love getcolorcode.com

Triadic colors

1 #C4E4BC and #BCC4E4 with #E4BCC4 are triadic colors.

2 #C4BCE4 and #BCE4C4 with #E4BCC4 are triadic colors.