COLOR #E2B6DB

HEX: #E2B6DB RGB: (226,182,219)

Color info

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

RGB color model

#E2B6DB color RGB value is (226,182,219).

RGB: (226,182,219) (89%, 71%, 86%)

RGB channels and saturation

R 226 of 255 = 89%
G 182 of 255 = 71%
B 219 of 255 = 86%

226
182
219

R + G + B ~ 82%. #E2B6DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 182 + 219 = 627 (100%)
R 226 of 627 ~ 36.04%
G 182 of 627 ~ 29.03%
B 219 of 627 ~ 34.93'%

%36.04
%29.03
%34.93

CMYK color model

#E2B6DB color CMYK value is (0,19,3,11).

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

CMYK: (0,19,3,11)
C0M19Y3K11 (0%, 19%, 3%, 11%)
(0.00 / 0.19 / 0.03 / 0.11)

CMYK percentages

%0
%19.47
%3.1
%11.37

Codes

Color #E2B6DB in popluar color models

E2 B6 DB
RGB 226 182 219
HSL 310° 43.14% 80.00%
HSB/HSV 310° 19.47% 88.63%
CMYK 0.00% 19.47% 3.10%
11.37%

Color #E2B6DB in popluar number systems.

HEX E2 B6 DB
Decimal 226 182 219
Binary 11100010 10110110 11011011
Octal 342 266 333

Shades and tints

Shades of #E2B6DB

#E2B6DB
(226,182,219)
#CEA6C8
(206,166,200)
#BA96B5
(186,150,181)
#A686A2
(166,134,162)
#92768F
(146,118,143)
#7E667C
(126,102,124)
#6A5669
(106,86,105)
#564656
(86,70,86)
#423643
(66,54,67)
#2E2630
(46,38,48)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #E2B6DB

#E2B6DB
(226,182,219)
#E4BCDE
(228,188,222)
#E6C2E1
(230,194,225)
#E8C8E4
(232,200,228)
#EACEE7
(234,206,231)
#ECD4EA
(236,212,234)
#EEDAED
(238,218,237)
#F0E0F0
(240,224,240)
#F2E6F3
(242,230,243)
#F4ECF6
(244,236,246)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B6DB; }

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

This text font color is #E2B6DB.

Background Color

.myBgColor { background-color: #E2B6DB; }

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

This div background color is #E2B6DB.

Border color

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

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

This div border color is #E2B6DB.

Opacity

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

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

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

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

This text has shadow with #E2B6DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2B6DB.

Preview

Color preview on black background

This text has color #E2B6DB on black background.


Color preview on white background

This text has color #E2B6DB on white background.


Black color preview on #E2B6DB background

This text has black color on #E2B6DB background.


White color preview on #E2B6DB background

This text has white color on #E2B6DB background.


Related colors

Complementary color

Complementary color for #hex is #1D4924.


I love getcolorcode.com

Triadic colors

1 #DBE2B6 and #B6DBE2 with #E2B6DB are triadic colors.

2 #DBB6E2 and #B6E2DB with #E2B6DB are triadic colors.