COLOR #E1BEEC

HEX: #E1BEEC RGB: (225,190,236)

Color info

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

RGB color model

#E1BEEC color RGB value is (225,190,236).

RGB: (225,190,236) (88%, 75%, 93%)

RGB channels and saturation

R 225 of 255 = 88%
G 190 of 255 = 75%
B 236 of 255 = 93%

225
190
236

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

Portions of RGB colors in percentages

R + G + B = 225 + 190 + 236 = 651 (100%)
R 225 of 651 ~ 34.56%
G 190 of 651 ~ 29.19%
B 236 of 651 ~ 36.25'%

%34.56
%29.19
%36.25

CMYK color model

#E1BEEC color CMYK value is (5,19,0,7).

  • cyan value is 4.66%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (5,19,0,7)
C5M19Y0K7 (5%, 19%, 0%, 7%)
(0.05 / 0.19 / 0.00 / 0.07)

CMYK percentages

%4.66
%19.49
%0
%7.45

Codes

Color #E1BEEC in popluar color models

E1 BE EC
RGB 225 190 236
HSL 286° 54.76% 83.53%
HSB/HSV 286° 19.49% 92.55%
CMYK 4.66% 19.49% 0.00%
7.45%

Color #E1BEEC in popluar number systems.

HEX E1 BE EC
Decimal 225 190 236
Binary 11100001 10111110 11101100
Octal 341 276 354

Shades and tints

Shades of #E1BEEC

#E1BEEC
(225,190,236)
#CDADD7
(205,173,215)
#B99CC2
(185,156,194)
#A58BAD
(165,139,173)
#917A98
(145,122,152)
#7D6983
(125,105,131)
#69586E
(105,88,110)
#554759
(85,71,89)
#413644
(65,54,68)
#2D252F
(45,37,47)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #E1BEEC

#E1BEEC
(225,190,236)
#E3C3ED
(227,195,237)
#E5C8EE
(229,200,238)
#E7CDEF
(231,205,239)
#E9D2F0
(233,210,240)
#EBD7F1
(235,215,241)
#EDDCF2
(237,220,242)
#EFE1F3
(239,225,243)
#F1E6F4
(241,230,244)
#F3EBF5
(243,235,245)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1BEEC color. Also use rgb(225,190,236) instead hex code.

Text Font Color

.myTextColor { color: #E1BEEC; }

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

This text font color is #E1BEEC.

Background Color

.myBgColor { background-color: #E1BEEC; }

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

This div background color is #E1BEEC.

Border color

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

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

This div border color is #E1BEEC.

Opacity

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

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

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

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

This text has shadow with #E1BEEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1BEEC.

Preview

Color preview on black background

This text has color #E1BEEC on black background.


Color preview on white background

This text has color #E1BEEC on white background.


Black color preview on #E1BEEC background

This text has black color on #E1BEEC background.


White color preview on #E1BEEC background

This text has white color on #E1BEEC background.


Related colors

Complementary color

Complementary color for #hex is #1E4113.


I love getcolorcode.com

Triadic colors

1 #ECE1BE and #BEECE1 with #E1BEEC are triadic colors.

2 #ECBEE1 and #BEE1EC with #E1BEEC are triadic colors.