COLOR #E1BCF7

HEX: #E1BCF7 RGB: (225,188,247)

Color info

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

RGB color model

#E1BCF7 color RGB value is (225,188,247).

RGB: (225,188,247) (88%, 74%, 97%)

RGB channels and saturation

R 225 of 255 = 88%
G 188 of 255 = 74%
B 247 of 255 = 97%

225
188
247

R + G + B ~ 86%. #E1BCF7 is light color.

Portions of RGB colors in percentages

R + G + B = 225 + 188 + 247 = 660 (100%)
R 225 of 660 ~ 34.09%
G 188 of 660 ~ 28.48%
B 247 of 660 ~ 37.42'%

%34.09
%28.48
%37.42

CMYK color model

#E1BCF7 color CMYK value is (9,24,0,3).

  • cyan value is 8.91%
  • magenta value is 23.89%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (9,24,0,3)
C9M24Y0K3 (9%, 24%, 0%, 3%)
(0.09 / 0.24 / 0.00 / 0.03)

CMYK percentages

%8.91
%23.89
%0
%3.14

Codes

Color #E1BCF7 in popluar color models

E1 BC F7
RGB 225 188 247
HSL 278° 78.67% 85.29%
HSB/HSV 278° 23.89% 96.86%
CMYK 8.91% 23.89% 0.00%
3.14%

Color #E1BCF7 in popluar number systems.

HEX E1 BC F7
Decimal 225 188 247
Binary 11100001 10111100 11110111
Octal 341 274 367

Shades and tints

Shades of #E1BCF7

#E1BCF7
(225,188,247)
#CDABE1
(205,171,225)
#B99ACB
(185,154,203)
#A589B5
(165,137,181)
#91789F
(145,120,159)
#7D6789
(125,103,137)
#695673
(105,86,115)
#55455D
(85,69,93)
#413447
(65,52,71)
#2D2331
(45,35,49)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #E1BCF7

#E1BCF7
(225,188,247)
#E3C2F7
(227,194,247)
#E5C8F7
(229,200,247)
#E7CEF7
(231,206,247)
#E9D4F7
(233,212,247)
#EBDAF7
(235,218,247)
#EDE0F7
(237,224,247)
#EFE6F7
(239,230,247)
#F1ECF7
(241,236,247)
#F3F2F7
(243,242,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BCF7 color. Also use rgb(225,188,247) instead hex code.

Text Font Color

.myTextColor { color: #E1BCF7; }

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

This text font color is #E1BCF7.

Background Color

.myBgColor { background-color: #E1BCF7; }

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

This div background color is #E1BCF7.

Border color

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

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

This div border color is #E1BCF7.

Opacity

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

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

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

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

This text has shadow with #E1BCF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BCF7.

Preview

Color preview on black background

This text has color #E1BCF7 on black background.


Color preview on white background

This text has color #E1BCF7 on white background.


Black color preview on #E1BCF7 background

This text has black color on #E1BCF7 background.


White color preview on #E1BCF7 background

This text has white color on #E1BCF7 background.


Related colors

Complementary color

Complementary color for #hex is #1E4308.


I love getcolorcode.com

Triadic colors

1 #F7E1BC and #BCF7E1 with #E1BCF7 are triadic colors.

2 #F7BCE1 and #BCE1F7 with #E1BCF7 are triadic colors.