COLOR #E3BCEC

HEX: #E3BCEC RGB: (227,188,236)

Color info

#E3BCEC contains red, green and blue colors in about the same proportion. Web safe color of #E3BCEC is #CCCCFF (or #CCF).

RGB color model

#E3BCEC color RGB value is (227,188,236).

RGB: (227,188,236) (89%, 74%, 93%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 236 of 255 = 93%

227
188
236

R + G + B ~ 85%. #E3BCEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 188 + 236 = 651 (100%)
R 227 of 651 ~ 34.87%
G 188 of 651 ~ 28.88%
B 236 of 651 ~ 36.25'%

%34.87
%28.88
%36.25

CMYK color model

#E3BCEC color CMYK value is (4,20,0,7).

  • cyan value is 3.81%
  • magenta value is 20.34%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,20,0,7)
C4M20Y0K7 (4%, 20%, 0%, 7%)
(0.04 / 0.20 / 0.00 / 0.07)

CMYK percentages

%3.81
%20.34
%0
%7.45

Codes

Color #E3BCEC in popluar color models

E3 BC EC
RGB 227 188 236
HSL 289° 55.81% 83.14%
HSB/HSV 289° 20.34% 92.55%
CMYK 3.81% 20.34% 0.00%
7.45%

Color #E3BCEC in popluar number systems.

HEX E3 BC EC
Decimal 227 188 236
Binary 11100011 10111100 11101100
Octal 343 274 354

Shades and tints

Shades of #E3BCEC

#E3BCEC
(227,188,236)
#CFABD7
(207,171,215)
#BB9AC2
(187,154,194)
#A789AD
(167,137,173)
#937898
(147,120,152)
#7F6783
(127,103,131)
#6B566E
(107,86,110)
#574559
(87,69,89)
#433444
(67,52,68)
#2F232F
(47,35,47)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #E3BCEC

#E3BCEC
(227,188,236)
#E5C2ED
(229,194,237)
#E7C8EE
(231,200,238)
#E9CEEF
(233,206,239)
#EBD4F0
(235,212,240)
#EDDAF1
(237,218,241)
#EFE0F2
(239,224,242)
#F1E6F3
(241,230,243)
#F3ECF4
(243,236,244)
#F5F2F5
(245,242,245)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BCEC; }

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

This text font color is #E3BCEC.

Background Color

.myBgColor { background-color: #E3BCEC; }

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

This div background color is #E3BCEC.

Border color

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

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

This div border color is #E3BCEC.

Opacity

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

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

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

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

This text has shadow with #E3BCEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BCEC.

Preview

Color preview on black background

This text has color #E3BCEC on black background.


Color preview on white background

This text has color #E3BCEC on white background.


Black color preview on #E3BCEC background

This text has black color on #E3BCEC background.


White color preview on #E3BCEC background

This text has white color on #E3BCEC background.


Related colors

Complementary color

Complementary color for #hex is #1C4313.


I love getcolorcode.com

Triadic colors

1 #ECE3BC and #BCECE3 with #E3BCEC are triadic colors.

2 #ECBCE3 and #BCE3EC with #E3BCEC are triadic colors.