COLOR #E2B3CC

HEX: #E2B3CC RGB: (226,179,204)

Color info

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

RGB color model

#E2B3CC color RGB value is (226,179,204).

RGB: (226,179,204) (89%, 70%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 204 of 255 = 80%

226
179
204

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

Portions of RGB colors in percentages

R + G + B = 226 + 179 + 204 = 609 (100%)
R 226 of 609 ~ 37.11%
G 179 of 609 ~ 29.39%
B 204 of 609 ~ 33.5'%

%37.11
%29.39
%33.5

CMYK color model

#E2B3CC color CMYK value is (0,21,10,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (0,21,10,11)
C0M21Y10K11 (0%, 21%, 10%, 11%)
(0.00 / 0.21 / 0.10 / 0.11)

CMYK percentages

%0
%20.8
%9.73
%11.37

Codes

Color #E2B3CC in popluar color models

E2 B3 CC
RGB 226 179 204
HSL 328° 44.76% 79.41%
HSB/HSV 328° 20.80% 88.63%
CMYK 0.00% 20.80% 9.73%
11.37%

Color #E2B3CC in popluar number systems.

HEX E2 B3 CC
Decimal 226 179 204
Binary 11100010 10110011 11001100
Octal 342 263 314

Shades and tints

Shades of #E2B3CC

#E2B3CC
(226,179,204)
#CEA3BA
(206,163,186)
#BA93A8
(186,147,168)
#A68396
(166,131,150)
#927384
(146,115,132)
#7E6372
(126,99,114)
#6A5360
(106,83,96)
#56434E
(86,67,78)
#42333C
(66,51,60)
#2E232A
(46,35,42)
#1A1318
(26,19,24)
#000000
(0,0,0)

Tints of #E2B3CC

#E2B3CC
(226,179,204)
#E4B9D0
(228,185,208)
#E6BFD4
(230,191,212)
#E8C5D8
(232,197,216)
#EACBDC
(234,203,220)
#ECD1E0
(236,209,224)
#EED7E4
(238,215,228)
#F0DDE8
(240,221,232)
#F2E3EC
(242,227,236)
#F4E9F0
(244,233,240)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B3CC color. Also use rgb(226,179,204) instead hex code.

Text Font Color

.myTextColor { color: #E2B3CC; }

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

This text font color is #E2B3CC.

Background Color

.myBgColor { background-color: #E2B3CC; }

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

This div background color is #E2B3CC.

Border color

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

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

This div border color is #E2B3CC.

Opacity

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

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

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

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

This text has shadow with #E2B3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B3CC.

Preview

Color preview on black background

This text has color #E2B3CC on black background.


Color preview on white background

This text has color #E2B3CC on white background.


Black color preview on #E2B3CC background

This text has black color on #E2B3CC background.


White color preview on #E2B3CC background

This text has white color on #E2B3CC background.


Related colors

Complementary color

Complementary color for #hex is #1D4C33.


I love getcolorcode.com

Triadic colors

1 #CCE2B3 and #B3CCE2 with #E2B3CC are triadic colors.

2 #CCB3E2 and #B3E2CC with #E2B3CC are triadic colors.