COLOR #E8B4BE

HEX: #E8B4BE
RGB: (232,180,190)

Color info

#E8B4BE contains red, green and blue colors in about the same proportion. Web safe color of #E8B4BE is #FFCCCC (or #FCC).

RGB color model

#E8B4BE color RGB value is (232,180,190).

  • red value is 232;
  • green value is 180;
  • blue value is 190.
RGB:
(232,180,190)
(91%,71%,75%)

RGB channels and saturation

R 232 of 255 = 91%
G 180 of 255 = 71%
B 190 of 255 = 75%

232
180
190

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

Portions of RGB colors in percentages

R + G + B =
232 + 180 + 190 = 602 (100%)
R 232 of 602 ~ 38.54%
G 180 of 602 ~ 29.9%
B 190 of 602 ~ 31.56%

%38.54
%29.9
%31.56

CMYK color model

#E8B4BE color CMYK value is (0,22,18,9).

  • cyan value is 0.00%
  • magenta value is 22.41%
  • yellow value is 18.10%
  • key color value is 9.02%
CMYK:
(0,22,18,9)
C0M22Y18K9 
(0%,22%,18%,9%)
(0.00/0.22/0.18/0.09)	

CMYK percentages

%0
%22.41
%18.1
%9.02

Codes

Color #E8B4BE in popluar color models

E8B4BE
RGB232180190
HSL348°53.06%80.78%
HSB/HSV348°22.41%90.98%
CMYK0.00%22.41%18.10%
9.02%

Color #E8B4BE in popluar number systems.

HEXE8B4BE
Decimal232180190
Binary111010001011010010111110
Octal350264276

Shades and tints

Shades of #E8B4BE

#E8B4BE
(232,180,190)
#D3A4AD
(211,164,173)
#BE949C
(190,148,156)
#A9848B
(169,132,139)
#94747A
(148,116,122)
#7F6469
(127,100,105)
#6A5458
(106,84,88)
#554447
(85,68,71)
#403436
(64,52,54)
#2B2425
(43,36,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #E8B4BE

#E8B4BE
(232,180,190)
#EABAC3
(234,186,195)
#ECC0C8
(236,192,200)
#EEC6CD
(238,198,205)
#F0CCD2
(240,204,210)
#F2D2D7
(242,210,215)
#F4D8DC
(244,216,220)
#F6DEE1
(246,222,225)
#F8E4E6
(248,228,230)
#FAEAEB
(250,234,235)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B4BE color. Also use rgb(232,180,190) instead hex code.

Text Font Color

.myTextColor { color: #E8B4BE; }

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

This text font color is #E8B4BE.


Background Color

.myBgColor { background-color: #E8B4BE; }

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

This div background color is #E8B4BE.


Border color

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

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

This div border color is #E8B4BE.


Opacity

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

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

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

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

This text has shadow with #E8B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8B4BE on black background.


Color preview on white background

This text has color #E8B4BE on white background.



Black color preview on #E8B4BE background

This text has black color on #E8B4BE background.


White color preview on #E8B4BE background

This text has white color on #E8B4BE background.