COLOR #E3BCD6

HEX: #E3BCD6 RGB: (227,188,214)

Color info

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

RGB color model

#E3BCD6 color RGB value is (227,188,214).

RGB: (227,188,214) (89%, 74%, 84%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 214 of 255 = 84%

227
188
214

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

Portions of RGB colors in percentages

R + G + B = 227 + 188 + 214 = 629 (100%)
R 227 of 629 ~ 36.09%
G 188 of 629 ~ 29.89%
B 214 of 629 ~ 34.02'%

%36.09
%29.89
%34.02

CMYK color model

#E3BCD6 color CMYK value is (0,17,6,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 5.73%
  • key color value is 10.98%
CMYK: (0,17,6,11) C0M17Y6K11 (0%,17%,6%,11%) (0.00/0.17/0.06/0.11) 

CMYK percentages

%0
%17.18
%5.73
%10.98

Codes

Color #E3BCD6 in popluar color models

E3 BC D6
RGB 227 188 214
HSL 320° 41.05% 81.37%
HSB/HSV 320° 17.18% 89.02%
CMYK 0.00% 17.18% 5.73%
10.98%

Color #E3BCD6 in popluar number systems.

HEX E3 BC D6
Decimal 227 188 214
Binary 11100011 10111100 11010110
Octal 343 274 326

Shades and tints

Shades of #E3BCD6

#E3BCD6
(227,188,214)
#CFABC3
(207,171,195)
#BB9AB0
(187,154,176)
#A7899D
(167,137,157)
#93788A
(147,120,138)
#7F6777
(127,103,119)
#6B5664
(107,86,100)
#574551
(87,69,81)
#43343E
(67,52,62)
#2F232B
(47,35,43)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #E3BCD6

#E3BCD6
(227,188,214)
#E5C2D9
(229,194,217)
#E7C8DC
(231,200,220)
#E9CEDF
(233,206,223)
#EBD4E2
(235,212,226)
#EDDAE5
(237,218,229)
#EFE0E8
(239,224,232)
#F1E6EB
(241,230,235)
#F3ECEE
(243,236,238)
#F5F2F1
(245,242,241)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BCD6 color. Also use rgb(227,188,214) instead hex code.

Text Font Color

.myTextColor { color: #E3BCD6; }

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

This text font color is #E3BCD6.

Background Color

.myBgColor { background-color: #E3BCD6; }

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

This div background color is #E3BCD6.

Border color

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

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

This div border color is #E3BCD6.

Opacity

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

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

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

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

This text has shadow with #E3BCD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BCD6.

Preview

Color preview on black background

This text has color #E3BCD6 on black background.


Color preview on white background

This text has color #E3BCD6 on white background.


Black color preview on #E3BCD6 background

This text has black color on #E3BCD6 background.


White color preview on #E3BCD6 background

This text has white color on #E3BCD6 background.


Related colors

Complementary color

Complementary color for #hex is #1C4329.


I love getcolorcode.com

Triadic colors

1 #D6E3BC and #BCD6E3 with #E3BCD6 are triadic colors.

2 #D6BCE3 and #BCE3D6 with #E3BCD6 are triadic colors.