COLOR #E3B1D9

HEX: #E3B1D9 RGB: (227,177,217)

Color info

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

RGB color model

#E3B1D9 color RGB value is (227,177,217).

RGB: (227,177,217) (89%, 69%, 85%)

RGB channels and saturation

R 227 of 255 = 89%
G 177 of 255 = 69%
B 217 of 255 = 85%

227
177
217

R + G + B ~ 81%. #E3B1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 177 + 217 = 621 (100%)
R 227 of 621 ~ 36.55%
G 177 of 621 ~ 28.5%
B 217 of 621 ~ 34.94'%

%36.55
%28.5
%34.94

CMYK color model

#E3B1D9 color CMYK value is (0,22,4,11).

  • cyan value is 0.00%
  • magenta value is 22.03%
  • yellow value is 4.41%
  • key color value is 10.98%
CMYK: (0,22,4,11) C0M22Y4K11 (0%,22%,4%,11%) (0.00/0.22/0.04/0.11) 

CMYK percentages

%0
%22.03
%4.41
%10.98

Codes

Color #E3B1D9 in popluar color models

E3 B1 D9
RGB 227 177 217
HSL 312° 47.17% 79.22%
HSB/HSV 312° 22.03% 89.02%
CMYK 0.00% 22.03% 4.41%
10.98%

Color #E3B1D9 in popluar number systems.

HEX E3 B1 D9
Decimal 227 177 217
Binary 11100011 10110001 11011001
Octal 343 261 331

Shades and tints

Shades of #E3B1D9

#E3B1D9
(227,177,217)
#CFA1C6
(207,161,198)
#BB91B3
(187,145,179)
#A781A0
(167,129,160)
#93718D
(147,113,141)
#7F617A
(127,97,122)
#6B5167
(107,81,103)
#574154
(87,65,84)
#433141
(67,49,65)
#2F212E
(47,33,46)
#1B111B
(27,17,27)
#000000
(0,0,0)

Tints of #E3B1D9

#E3B1D9
(227,177,217)
#E5B8DC
(229,184,220)
#E7BFDF
(231,191,223)
#E9C6E2
(233,198,226)
#EBCDE5
(235,205,229)
#EDD4E8
(237,212,232)
#EFDBEB
(239,219,235)
#F1E2EE
(241,226,238)
#F3E9F1
(243,233,241)
#F5F0F4
(245,240,244)
#F7F7F7
(247,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B1D9 color. Also use rgb(227,177,217) instead hex code.

Text Font Color

.myTextColor { color: #E3B1D9; }

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

This text font color is #E3B1D9.

Background Color

.myBgColor { background-color: #E3B1D9; }

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

This div background color is #E3B1D9.

Border color

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

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

This div border color is #E3B1D9.

Opacity

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

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

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

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

This text has shadow with #E3B1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3B1D9.

Preview

Color preview on black background

This text has color #E3B1D9 on black background.


Color preview on white background

This text has color #E3B1D9 on white background.


Black color preview on #E3B1D9 background

This text has black color on #E3B1D9 background.


White color preview on #E3B1D9 background

This text has white color on #E3B1D9 background.


Related colors

Complementary color

Complementary color for #hex is #1C4E26.


I love getcolorcode.com

Triadic colors

1 #D9E3B1 and #B1D9E3 with #E3B1D9 are triadic colors.

2 #D9B1E3 and #B1E3D9 with #E3B1D9 are triadic colors.