COLOR #E2B2DB

HEX: #E2B2DB
RGB: (226,178,219)

Color info

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

RGB color model

#E2B2DB color RGB value is (226,178,219).

  • red value is 226;
  • green value is 178;
  • blue value is 219.
RGB:
(226,178,219)
(89%,70%,86%)

RGB channels and saturation

R 226 of 255 = 89%
G 178 of 255 = 70%
B 219 of 255 = 86%

226
178
219

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

Portions of RGB colors in percentages

R + G + B =
226 + 178 + 219 = 623 (100%)
R 226 of 623 ~ 36.28%
G 178 of 623 ~ 28.57%
B 219 of 623 ~ 35.15%

%36.28
%28.57
%35.15

CMYK color model

#E2B2DB color CMYK value is (0,21,3,11).

  • cyan value is 0.00%
  • magenta value is 21.24%
  • yellow value is 3.10%
  • key color value is 11.37%
CMYK:
(0,21,3,11)
C0M21Y3K11 
(0%,21%,3%,11%)
(0.00/0.21/0.03/0.11)	

CMYK percentages

%0
%21.24
%3.1
%11.37

Codes

Color #E2B2DB in popluar color models

E2B2DB
RGB226178219
HSL309°45.28%79.22%
HSB/HSV309°21.24%88.63%
CMYK0.00%21.24%3.10%
11.37%

Color #E2B2DB in popluar number systems.

HEXE2B2DB
Decimal226178219
Binary111000101011001011011011
Octal342262333

Shades and tints

Shades of #E2B2DB

#E2B2DB
(226,178,219)
#CEA2C8
(206,162,200)
#BA92B5
(186,146,181)
#A682A2
(166,130,162)
#92728F
(146,114,143)
#7E627C
(126,98,124)
#6A5269
(106,82,105)
#564256
(86,66,86)
#423243
(66,50,67)
#2E2230
(46,34,48)
#1A121D
(26,18,29)
#000000
(0,0,0)

Tints of #E2B2DB

#E2B2DB
(226,178,219)
#E4B9DE
(228,185,222)
#E6C0E1
(230,192,225)
#E8C7E4
(232,199,228)
#EACEE7
(234,206,231)
#ECD5EA
(236,213,234)
#EEDCED
(238,220,237)
#F0E3F0
(240,227,240)
#F2EAF3
(242,234,243)
#F4F1F6
(244,241,246)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2B2DB; }

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

This text font color is #E2B2DB.


Background Color

.myBgColor { background-color: #E2B2DB; }

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

This div background color is #E2B2DB.


Border color

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

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

This div border color is #E2B2DB.


Opacity

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

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

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

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

This text has shadow with #E2B2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2B2DB on black background.


Color preview on white background

This text has color #E2B2DB on white background.



Black color preview on #E2B2DB background

This text has black color on #E2B2DB background.


White color preview on #E2B2DB background

This text has white color on #E2B2DB background.