COLOR #E5B2BC

HEX: #E5B2BC RGB: (229,178,188)

Color info

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

RGB color model

#E5B2BC color RGB value is (229,178,188).

RGB: (229,178,188) (90%, 70%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 178 of 255 = 70%
B 188 of 255 = 74%

229
178
188

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

Portions of RGB colors in percentages

R + G + B = 229 + 178 + 188 = 595 (100%)
R 229 of 595 ~ 38.49%
G 178 of 595 ~ 29.92%
B 188 of 595 ~ 31.6'%

%38.49
%29.92
%31.6

CMYK color model

#E5B2BC color CMYK value is (0,22,18,10).

  • cyan value is 0.00%
  • magenta value is 22.27%
  • yellow value is 17.90%
  • key color value is 10.20%

CMYK: (0,22,18,10)
C0M22Y18K10 (0%, 22%, 18%, 10%)
(0.00 / 0.22 / 0.18 / 0.10)

CMYK percentages

%0
%22.27
%17.9
%10.2

Codes

Color #E5B2BC in popluar color models

E5 B2 BC
RGB 229 178 188
HSL 348° 49.51% 79.80%
HSB/HSV 348° 22.27% 89.80%
CMYK 0.00% 22.27% 17.90%
10.20%

Color #E5B2BC in popluar number systems.

HEX E5 B2 BC
Decimal 229 178 188
Binary 11100101 10110010 10111100
Octal 345 262 274

Shades and tints

Shades of #E5B2BC

#E5B2BC
(229,178,188)
#D1A2AB
(209,162,171)
#BD929A
(189,146,154)
#A98289
(169,130,137)
#957278
(149,114,120)
#816267
(129,98,103)
#6D5256
(109,82,86)
#594245
(89,66,69)
#453234
(69,50,52)
#312223
(49,34,35)
#1D1212
(29,18,18)
#000000
(0,0,0)

Tints of #E5B2BC

#E5B2BC
(229,178,188)
#E7B9C2
(231,185,194)
#E9C0C8
(233,192,200)
#EBC7CE
(235,199,206)
#EDCED4
(237,206,212)
#EFD5DA
(239,213,218)
#F1DCE0
(241,220,224)
#F3E3E6
(243,227,230)
#F5EAEC
(245,234,236)
#F7F1F2
(247,241,242)
#F9F8F8
(249,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B2BC color. Also use rgb(229,178,188) instead hex code.

Text Font Color

.myTextColor { color: #E5B2BC; }

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

This text font color is #E5B2BC.

Background Color

.myBgColor { background-color: #E5B2BC; }

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

This div background color is #E5B2BC.

Border color

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

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

This div border color is #E5B2BC.

Opacity

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

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

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

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

This text has shadow with #E5B2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B2BC.

Preview

Color preview on black background

This text has color #E5B2BC on black background.


Color preview on white background

This text has color #E5B2BC on white background.


Black color preview on #E5B2BC background

This text has black color on #E5B2BC background.


White color preview on #E5B2BC background

This text has white color on #E5B2BC background.


Related colors

Complementary color

Complementary color for #hex is #1A4D43.


I love getcolorcode.com

Triadic colors

1 #BCE5B2 and #B2BCE5 with #E5B2BC are triadic colors.

2 #BCB2E5 and #B2E5BC with #E5B2BC are triadic colors.