COLOR #E5B1CC

HEX: #E5B1CC RGB: (229,177,204)

Color info

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

RGB color model

#E5B1CC color RGB value is (229,177,204).

RGB: (229,177,204) (90%, 69%, 80%)

RGB channels and saturation

R 229 of 255 = 90%
G 177 of 255 = 69%
B 204 of 255 = 80%

229
177
204

R + G + B ~ 80%. #E5B1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 177 + 204 = 610 (100%)
R 229 of 610 ~ 37.54%
G 177 of 610 ~ 29.02%
B 204 of 610 ~ 33.44'%

%37.54
%29.02
%33.44

CMYK color model

#E5B1CC color CMYK value is (0,23,11,10).

  • cyan value is 0.00%
  • magenta value is 22.71%
  • yellow value is 10.92%
  • key color value is 10.20%

CMYK: (0,23,11,10)
C0M23Y11K10 (0%, 23%, 11%, 10%)
(0.00 / 0.23 / 0.11 / 0.10)

CMYK percentages

%0
%22.71
%10.92
%10.2

Codes

Color #E5B1CC in popluar color models

E5 B1 CC
RGB 229 177 204
HSL 329° 50.00% 79.61%
HSB/HSV 329° 22.71% 89.80%
CMYK 0.00% 22.71% 10.92%
10.20%

Color #E5B1CC in popluar number systems.

HEX E5 B1 CC
Decimal 229 177 204
Binary 11100101 10110001 11001100
Octal 345 261 314

Shades and tints

Shades of #E5B1CC

#E5B1CC
(229,177,204)
#D1A1BA
(209,161,186)
#BD91A8
(189,145,168)
#A98196
(169,129,150)
#957184
(149,113,132)
#816172
(129,97,114)
#6D5160
(109,81,96)
#59414E
(89,65,78)
#45313C
(69,49,60)
#31212A
(49,33,42)
#1D1118
(29,17,24)
#000000
(0,0,0)

Tints of #E5B1CC

#E5B1CC
(229,177,204)
#E7B8D0
(231,184,208)
#E9BFD4
(233,191,212)
#EBC6D8
(235,198,216)
#EDCDDC
(237,205,220)
#EFD4E0
(239,212,224)
#F1DBE4
(241,219,228)
#F3E2E8
(243,226,232)
#F5E9EC
(245,233,236)
#F7F0F0
(247,240,240)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B1CC color. Also use rgb(229,177,204) instead hex code.

Text Font Color

.myTextColor { color: #E5B1CC; }

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

This text font color is #E5B1CC.

Background Color

.myBgColor { background-color: #E5B1CC; }

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

This div background color is #E5B1CC.

Border color

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

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

This div border color is #E5B1CC.

Opacity

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

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

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

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

This text has shadow with #E5B1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B1CC.

Preview

Color preview on black background

This text has color #E5B1CC on black background.


Color preview on white background

This text has color #E5B1CC on white background.


Black color preview on #E5B1CC background

This text has black color on #E5B1CC background.


White color preview on #E5B1CC background

This text has white color on #E5B1CC background.


Related colors

Complementary color

Complementary color for #hex is #1A4E33.


I love getcolorcode.com

Triadic colors

1 #CCE5B1 and #B1CCE5 with #E5B1CC are triadic colors.

2 #CCB1E5 and #B1E5CC with #E5B1CC are triadic colors.