COLOR #E2B6C8

HEX: #E2B6C8 RGB: (226,182,200)

Color info

#E2B6C8 contains red, green and blue colors in about the same proportion. Web safe color of #E2B6C8 is #CCCCCC (or #CCC).

RGB color model

#E2B6C8 color RGB value is (226,182,200).

RGB: (226,182,200) (89%, 71%, 78%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 200 of 255 = 78%

226
182
200

R + G + B ~ 79%. #E2B6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 182 + 200 = 608 (100%)
R 226 of 608 ~ 37.17%
G 182 of 608 ~ 29.93%
B 200 of 608 ~ 32.89'%

%37.17
%29.93
%32.89

CMYK color model

#E2B6C8 color CMYK value is (0,19,12,11).

  • cyan value is 0.00%
  • magenta value is 19.47%
  • yellow value is 11.50%
  • key color value is 11.37%

CMYK: (0,19,12,11)
C0M19Y12K11 (0%, 19%, 12%, 11%)
(0.00 / 0.19 / 0.12 / 0.11)

CMYK percentages

%0
%19.47
%11.5
%11.37

Codes

Color #E2B6C8 in popluar color models

E2 B6 C8
RGB 226 182 200
HSL 335° 43.14% 80.00%
HSB/HSV 335° 19.47% 88.63%
CMYK 0.00% 19.47% 11.50%
11.37%

Color #E2B6C8 in popluar number systems.

HEX E2 B6 C8
Decimal 226 182 200
Binary 11100010 10110110 11001000
Octal 342 266 310

Shades and tints

Shades of #E2B6C8

#E2B6C8
(226,182,200)
#CEA6B6
(206,166,182)
#BA96A4
(186,150,164)
#A68692
(166,134,146)
#927680
(146,118,128)
#7E666E
(126,102,110)
#6A565C
(106,86,92)
#56464A
(86,70,74)
#423638
(66,54,56)
#2E2626
(46,38,38)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #E2B6C8

#E2B6C8
(226,182,200)
#E4BCCD
(228,188,205)
#E6C2D2
(230,194,210)
#E8C8D7
(232,200,215)
#EACEDC
(234,206,220)
#ECD4E1
(236,212,225)
#EEDAE6
(238,218,230)
#F0E0EB
(240,224,235)
#F2E6F0
(242,230,240)
#F4ECF5
(244,236,245)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B6C8 color. Also use rgb(226,182,200) instead hex code.

Text Font Color

.myTextColor { color: #E2B6C8; }

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

This text font color is #E2B6C8.

Background Color

.myBgColor { background-color: #E2B6C8; }

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

This div background color is #E2B6C8.

Border color

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

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

This div border color is #E2B6C8.

Opacity

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

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

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

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

This text has shadow with #E2B6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B6C8.

Preview

Color preview on black background

This text has color #E2B6C8 on black background.


Color preview on white background

This text has color #E2B6C8 on white background.


Black color preview on #E2B6C8 background

This text has black color on #E2B6C8 background.


White color preview on #E2B6C8 background

This text has white color on #E2B6C8 background.


Related colors

Complementary color

Complementary color for #hex is #1D4937.


I love getcolorcode.com

Triadic colors

1 #C8E2B6 and #B6C8E2 with #E2B6C8 are triadic colors.

2 #C8B6E2 and #B6E2C8 with #E2B6C8 are triadic colors.