COLOR #E4B2BB

HEX: #E4B2BB RGB: (228,178,187)

Color info

#E4B2BB contains red, green and blue colors in about the same proportion. Web safe color of #E4B2BB is #CC99CC (or #C9C).

RGB color model

#E4B2BB color RGB value is (228,178,187).

RGB: (228,178,187) (89%, 70%, 73%)

RGB channels and saturation

R 228 of 255 = 89%
G 178 of 255 = 70%
B 187 of 255 = 73%

228
178
187

R + G + B ~ 77%. #E4B2BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 228 + 178 + 187 = 593 (100%)
R 228 of 593 ~ 38.45%
G 178 of 593 ~ 30.02%
B 187 of 593 ~ 31.53'%

%38.45
%30.02
%31.53

CMYK color model

#E4B2BB color CMYK value is (0,22,18,11).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 17.98%
  • key color value is 10.59%

CMYK: (0,22,18,11)
C0M22Y18K11 (0%, 22%, 18%, 11%)
(0.00 / 0.22 / 0.18 / 0.11)

CMYK percentages

%0
%21.93
%17.98
%10.59

Codes

Color #E4B2BB in popluar color models

E4 B2 BB
RGB 228 178 187
HSL 349° 48.08% 79.61%
HSB/HSV 349° 21.93% 89.41%
CMYK 0.00% 21.93% 17.98%
10.59%

Color #E4B2BB in popluar number systems.

HEX E4 B2 BB
Decimal 228 178 187
Binary 11100100 10110010 10111011
Octal 344 262 273

Shades and tints

Shades of #E4B2BB

#E4B2BB
(228,178,187)
#D0A2AA
(208,162,170)
#BC9299
(188,146,153)
#A88288
(168,130,136)
#947277
(148,114,119)
#806266
(128,98,102)
#6C5255
(108,82,85)
#584244
(88,66,68)
#443233
(68,50,51)
#302222
(48,34,34)
#1C1211
(28,18,17)
#000000
(0,0,0)

Tints of #E4B2BB

#E4B2BB
(228,178,187)
#E6B9C1
(230,185,193)
#E8C0C7
(232,192,199)
#EAC7CD
(234,199,205)
#ECCED3
(236,206,211)
#EED5D9
(238,213,217)
#F0DCDF
(240,220,223)
#F2E3E5
(242,227,229)
#F4EAEB
(244,234,235)
#F6F1F1
(246,241,241)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4B2BB; }

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

This text font color is #E4B2BB.

Background Color

.myBgColor { background-color: #E4B2BB; }

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

This div background color is #E4B2BB.

Border color

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

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

This div border color is #E4B2BB.

Opacity

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

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

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

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

This text has shadow with #E4B2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4B2BB.

Preview

Color preview on black background

This text has color #E4B2BB on black background.


Color preview on white background

This text has color #E4B2BB on white background.


Black color preview on #E4B2BB background

This text has black color on #E4B2BB background.


White color preview on #E4B2BB background

This text has white color on #E4B2BB background.


Related colors

Complementary color

Complementary color for #hex is #1B4D44.


I love getcolorcode.com

Triadic colors

1 #BBE4B2 and #B2BBE4 with #E4B2BB are triadic colors.

2 #BBB2E4 and #B2E4BB with #E4B2BB are triadic colors.