COLOR #E3B2DD

HEX: #E3B2DD
RGB: (227,178,221)

Color info

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

RGB color model

#E3B2DD color RGB value is (227,178,221).

  • red value is 227;
  • green value is 178;
  • blue value is 221.
RGB:
(227,178,221)
(89%,70%,87%)

RGB channels and saturation

R 227 of 255 = 89%
G 178 of 255 = 70%
B 221 of 255 = 87%

227
178
221

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

Portions of RGB colors in percentages

R + G + B =
227 + 178 + 221 = 626 (100%)
R 227 of 626 ~ 36.26%
G 178 of 626 ~ 28.43%
B 221 of 626 ~ 35.3%

%36.26
%28.43
%35.3

CMYK color model

#E3B2DD color CMYK value is (0,22,3,11).

  • cyan value is 0.00%
  • magenta value is 21.59%
  • yellow value is 2.64%
  • key color value is 10.98%
CMYK:
(0,22,3,11)
C0M22Y3K11 
(0%,22%,3%,11%)
(0.00/0.22/0.03/0.11)	

CMYK percentages

%0
%21.59
%2.64
%10.98

Codes

Color #E3B2DD in popluar color models

E3B2DD
RGB227178221
HSL307°46.67%79.41%
HSB/HSV307°21.59%89.02%
CMYK0.00%21.59%2.64%
10.98%

Color #E3B2DD in popluar number systems.

HEXE3B2DD
Decimal227178221
Binary111000111011001011011101
Octal343262335

Shades and tints

Shades of #E3B2DD

#E3B2DD
(227,178,221)
#CFA2C9
(207,162,201)
#BB92B5
(187,146,181)
#A782A1
(167,130,161)
#93728D
(147,114,141)
#7F6279
(127,98,121)
#6B5265
(107,82,101)
#574251
(87,66,81)
#43323D
(67,50,61)
#2F2229
(47,34,41)
#1B1215
(27,18,21)
#000000
(0,0,0)

Tints of #E3B2DD

#E3B2DD
(227,178,221)
#E5B9E0
(229,185,224)
#E7C0E3
(231,192,227)
#E9C7E6
(233,199,230)
#EBCEE9
(235,206,233)
#EDD5EC
(237,213,236)
#EFDCEF
(239,220,239)
#F1E3F2
(241,227,242)
#F3EAF5
(243,234,245)
#F5F1F8
(245,241,248)
#F7F8FB
(247,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3B2DD; }

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

This text font color is #E3B2DD.


Background Color

.myBgColor { background-color: #E3B2DD; }

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

This div background color is #E3B2DD.


Border color

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

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

This div border color is #E3B2DD.


Opacity

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

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

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

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

This text has shadow with #E3B2DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B2DD on black background.


Color preview on white background

This text has color #E3B2DD on white background.



Black color preview on #E3B2DD background

This text has black color on #E3B2DD background.


White color preview on #E3B2DD background

This text has white color on #E3B2DD background.