COLOR #E9B2DD

HEX: #E9B2DD RGB: (233,178,221)

Color info

#E9B2DD contains red, green and blue colors in about the same proportion. Web safe color of #E9B2DD is #FF99CC (or #F9C).

RGB color model

#E9B2DD color RGB value is (233,178,221).

RGB: (233,178,221) (91%, 70%, 87%)

RGB channels and saturation

R 233 of 255 = 91%
G 178 of 255 = 70%
B 221 of 255 = 87%

233
178
221

R + G + B ~ 83%. #E9B2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 233 + 178 + 221 = 632 (100%)
R 233 of 632 ~ 36.87%
G 178 of 632 ~ 28.16%
B 221 of 632 ~ 34.97'%

%36.87
%28.16
%34.97

CMYK color model

#E9B2DD color CMYK value is (0,24,5,9).

  • cyan value is 0.00%
  • magenta value is 23.61%
  • yellow value is 5.15%
  • key color value is 8.63%

CMYK: (0,24,5,9)
C0M24Y5K9 (0%, 24%, 5%, 9%)
(0.00 / 0.24 / 0.05 / 0.09)

CMYK percentages

%0
%23.61
%5.15
%8.63

Codes

Color #E9B2DD in popluar color models

E9 B2 DD
RGB 233 178 221
HSL 313° 55.56% 80.59%
HSB/HSV 313° 23.61% 91.37%
CMYK 0.00% 23.61% 5.15%
8.63%

Color #E9B2DD in popluar number systems.

HEX E9 B2 DD
Decimal 233 178 221
Binary 11101001 10110010 11011101
Octal 351 262 335

Shades and tints

Shades of #E9B2DD

#E9B2DD
(233,178,221)
#D4A2C9
(212,162,201)
#BF92B5
(191,146,181)
#AA82A1
(170,130,161)
#95728D
(149,114,141)
#806279
(128,98,121)
#6B5265
(107,82,101)
#564251
(86,66,81)
#41323D
(65,50,61)
#2C2229
(44,34,41)
#171215
(23,18,21)
#000000
(0,0,0)

Tints of #E9B2DD

#E9B2DD
(233,178,221)
#EBB9E0
(235,185,224)
#EDC0E3
(237,192,227)
#EFC7E6
(239,199,230)
#F1CEE9
(241,206,233)
#F3D5EC
(243,213,236)
#F5DCEF
(245,220,239)
#F7E3F2
(247,227,242)
#F9EAF5
(249,234,245)
#FBF1F8
(251,241,248)
#FDF8FB
(253,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9B2DD color. Also use rgb(233,178,221) instead hex code.

Text Font Color

.myTextColor { color: #E9B2DD; }

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

This text font color is #E9B2DD.

Background Color

.myBgColor { background-color: #E9B2DD; }

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

This div background color is #E9B2DD.

Border color

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

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

This div border color is #E9B2DD.

Opacity

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

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

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

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

This text has shadow with #E9B2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9B2DD.

Preview

Color preview on black background

This text has color #E9B2DD on black background.


Color preview on white background

This text has color #E9B2DD on white background.


Black color preview on #E9B2DD background

This text has black color on #E9B2DD background.


White color preview on #E9B2DD background

This text has white color on #E9B2DD background.


Related colors

Complementary color

Complementary color for #hex is #164D22.


I love getcolorcode.com

Triadic colors

1 #DDE9B2 and #B2DDE9 with #E9B2DD are triadic colors.

2 #DDB2E9 and #B2E9DD with #E9B2DD are triadic colors.