COLOR #E8B2B9

HEX: #E8B2B9 RGB: (232,178,185)

Color info

#E8B2B9 contains red, green and blue colors in about the same proportion. Web safe color of #E8B2B9 is #FF99CC (or #F9C).

RGB color model

#E8B2B9 color RGB value is (232,178,185).

RGB: (232,178,185) (91%, 70%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 178 of 255 = 70%
B 185 of 255 = 73%

232
178
185

R + G + B ~ 78%. #E8B2B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 178 + 185 = 595 (100%)
R 232 of 595 ~ 38.99%
G 178 of 595 ~ 29.92%
B 185 of 595 ~ 31.09'%

%38.99
%29.92
%31.09

CMYK color model

#E8B2B9 color CMYK value is (0,23,20,9).

  • cyan value is 0.00%
  • magenta value is 23.28%
  • yellow value is 20.26%
  • key color value is 9.02%

CMYK: (0,23,20,9)
C0M23Y20K9 (0%, 23%, 20%, 9%)
(0.00 / 0.23 / 0.20 / 0.09)

CMYK percentages

%0
%23.28
%20.26
%9.02

Codes

Color #E8B2B9 in popluar color models

E8 B2 B9
RGB 232 178 185
HSL 352° 54.00% 80.39%
HSB/HSV 352° 23.28% 90.98%
CMYK 0.00% 23.28% 20.26%
9.02%

Color #E8B2B9 in popluar number systems.

HEX E8 B2 B9
Decimal 232 178 185
Binary 11101000 10110010 10111001
Octal 350 262 271

Shades and tints

Shades of #E8B2B9

#E8B2B9
(232,178,185)
#D3A2A9
(211,162,169)
#BE9299
(190,146,153)
#A98289
(169,130,137)
#947279
(148,114,121)
#7F6269
(127,98,105)
#6A5259
(106,82,89)
#554249
(85,66,73)
#403239
(64,50,57)
#2B2229
(43,34,41)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #E8B2B9

#E8B2B9
(232,178,185)
#EAB9BF
(234,185,191)
#ECC0C5
(236,192,197)
#EEC7CB
(238,199,203)
#F0CED1
(240,206,209)
#F2D5D7
(242,213,215)
#F4DCDD
(244,220,221)
#F6E3E3
(246,227,227)
#F8EAE9
(248,234,233)
#FAF1EF
(250,241,239)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8B2B9 color. Also use rgb(232,178,185) instead hex code.

Text Font Color

.myTextColor { color: #E8B2B9; }

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

This text font color is #E8B2B9.

Background Color

.myBgColor { background-color: #E8B2B9; }

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

This div background color is #E8B2B9.

Border color

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

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

This div border color is #E8B2B9.

Opacity

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

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

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

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

This text has shadow with #E8B2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8B2B9.

Preview

Color preview on black background

This text has color #E8B2B9 on black background.


Color preview on white background

This text has color #E8B2B9 on white background.


Black color preview on #E8B2B9 background

This text has black color on #E8B2B9 background.


White color preview on #E8B2B9 background

This text has white color on #E8B2B9 background.


Related colors

Complementary color

Complementary color for #hex is #174D46.


I love getcolorcode.com

Triadic colors

1 #B9E8B2 and #B2B9E8 with #E8B2B9 are triadic colors.

2 #B9B2E8 and #B2E8B9 with #E8B2B9 are triadic colors.