COLOR #E2B2CD

HEX: #E2B2CD RGB: (226,178,205)

Color info

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

RGB color model

#E2B2CD color RGB value is (226,178,205).

RGB: (226,178,205) (89%, 70%, 80%)

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 205 of 255 = 80%

226
178
205

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

Portions of RGB colors in percentages

R + G + B = 226 + 178 + 205 = 609 (100%)
R 226 of 609 ~ 37.11%
G 178 of 609 ~ 29.23%
B 205 of 609 ~ 33.66'%

%37.11
%29.23
%33.66

CMYK color model

#E2B2CD color CMYK value is (0,21,9,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 9.29%
  • key color value is 11.37%

CMYK: (0,21,9,11)
C0M21Y9K11 (0%, 21%, 9%, 11%)
(0.00 / 0.21 / 0.09 / 0.11)

CMYK percentages

%0
%21.24
%9.29
%11.37

Codes

Color #E2B2CD in popluar color models

E2 B2 CD
RGB 226 178 205
HSL 326° 45.28% 79.22%
HSB/HSV 326° 21.24% 88.63%
CMYK 0.00% 21.24% 9.29%
11.37%

Color #E2B2CD in popluar number systems.

HEX E2 B2 CD
Decimal 226 178 205
Binary 11100010 10110010 11001101
Octal 342 262 315

Shades and tints

Shades of #E2B2CD

#E2B2CD
(226,178,205)
#CEA2BB
(206,162,187)
#BA92A9
(186,146,169)
#A68297
(166,130,151)
#927285
(146,114,133)
#7E6273
(126,98,115)
#6A5261
(106,82,97)
#56424F
(86,66,79)
#42323D
(66,50,61)
#2E222B
(46,34,43)
#1A1219
(26,18,25)
#000000
(0,0,0)

Tints of #E2B2CD

#E2B2CD
(226,178,205)
#E4B9D1
(228,185,209)
#E6C0D5
(230,192,213)
#E8C7D9
(232,199,217)
#EACEDD
(234,206,221)
#ECD5E1
(236,213,225)
#EEDCE5
(238,220,229)
#F0E3E9
(240,227,233)
#F2EAED
(242,234,237)
#F4F1F1
(244,241,241)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B2CD color. Also use rgb(226,178,205) instead hex code.

Text Font Color

.myTextColor { color: #E2B2CD; }

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

This text font color is #E2B2CD.

Background Color

.myBgColor { background-color: #E2B2CD; }

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

This div background color is #E2B2CD.

Border color

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

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

This div border color is #E2B2CD.

Opacity

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

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

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

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

This text has shadow with #E2B2CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B2CD.

Preview

Color preview on black background

This text has color #E2B2CD on black background.


Color preview on white background

This text has color #E2B2CD on white background.


Black color preview on #E2B2CD background

This text has black color on #E2B2CD background.


White color preview on #E2B2CD background

This text has white color on #E2B2CD background.


Related colors

Complementary color

Complementary color for #hex is #1D4D32.


I love getcolorcode.com

Triadic colors

1 #CDE2B2 and #B2CDE2 with #E2B2CD are triadic colors.

2 #CDB2E2 and #B2E2CD with #E2B2CD are triadic colors.