COLOR #E4ACBB

HEX: #E4ACBB
RGB: (228,172,187)

Color info

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

RGB color model

#E4ACBB color RGB value is (228,172,187).

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

RGB channels and saturation

R 228 of 255 = 89%
G 172 of 255 = 67%
B 187 of 255 = 73%

228
172
187

R + G + B ~ 76%. #E4ACBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 172 + 187 = 587 (100%)
R 228 of 587 ~ 38.84%
G 172 of 587 ~ 29.3%
B 187 of 587 ~ 31.86%

%38.84
%29.3
%31.86

CMYK color model

#E4ACBB color CMYK value is (0,25,18,11).

  • cyan value is 0.00%
  • magenta value is 24.56%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(0,25,18,11)
C0M25Y18K11 
(0%,25%,18%,11%)
(0.00/0.25/0.18/0.11)	

CMYK percentages

%0
%24.56
%17.98
%10.59

Codes

Color #E4ACBB in popluar color models

E4ACBB
RGB228172187
HSL344°50.91%78.43%
HSB/HSV344°24.56%89.41%
CMYK0.00%24.56%17.98%
10.59%

Color #E4ACBB in popluar number systems.

HEXE4ACBB
Decimal228172187
Binary111001001010110010111011
Octal344254273

Shades and tints

Shades of #E4ACBB

#E4ACBB
(228,172,187)
#D09DAA
(208,157,170)
#BC8E99
(188,142,153)
#A87F88
(168,127,136)
#947077
(148,112,119)
#806166
(128,97,102)
#6C5255
(108,82,85)
#584344
(88,67,68)
#443433
(68,52,51)
#302522
(48,37,34)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #E4ACBB

#E4ACBB
(228,172,187)
#E6B3C1
(230,179,193)
#E8BAC7
(232,186,199)
#EAC1CD
(234,193,205)
#ECC8D3
(236,200,211)
#EECFD9
(238,207,217)
#F0D6DF
(240,214,223)
#F2DDE5
(242,221,229)
#F4E4EB
(244,228,235)
#F6EBF1
(246,235,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4ACBB; }

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

This text font color is #E4ACBB.


Background Color

.myBgColor { background-color: #E4ACBB; }

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

This div background color is #E4ACBB.


Border color

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

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

This div border color is #E4ACBB.


Opacity

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

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

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

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

This text has shadow with #E4ACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4ACBB on black background.


Color preview on white background

This text has color #E4ACBB on white background.



Black color preview on #E4ACBB background

This text has black color on #E4ACBB background.


White color preview on #E4ACBB background

This text has white color on #E4ACBB background.