COLOR #E3BAFB

HEX: #E3BAFB RGB: (227,186,251)

Color info

#E3BAFB contains mainly red and blue colors. Web safe color of #E3BAFB is #CCCCFF (or #CCF).

RGB color model

#E3BAFB color RGB value is (227,186,251).

RGB: (227,186,251) (89%, 73%, 98%)

RGB channels and saturation

R 227 of 255 = 89%
G 186 of 255 = 73%
B 251 of 255 = 98%

227
186
251

R + G + B ~ 87%. #E3BAFB is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 186 + 251 = 664 (100%)
R 227 of 664 ~ 34.19%
G 186 of 664 ~ 28.01%
B 251 of 664 ~ 37.8'%

%34.19
%28.01
%37.8

CMYK color model

#E3BAFB color CMYK value is (10,26,0,2).

  • cyan value is 9.56%
  • magenta value is 25.90%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,26,0,2)
C10M26Y0K2 (10%, 26%, 0%, 2%)
(0.10 / 0.26 / 0.00 / 0.02)

CMYK percentages

%9.56
%25.9
%0
%1.57

Codes

Color #E3BAFB in popluar color models

E3 BA FB
RGB 227 186 251
HSL 278° 89.04% 85.69%
HSB/HSV 278° 25.90% 98.43%
CMYK 9.56% 25.90% 0.00%
1.57%

Color #E3BAFB in popluar number systems.

HEX E3 BA FB
Decimal 227 186 251
Binary 11100011 10111010 11111011
Octal 343 272 373

Shades and tints

Shades of #E3BAFB

#E3BAFB
(227,186,251)
#CFAAE5
(207,170,229)
#BB9ACF
(187,154,207)
#A78AB9
(167,138,185)
#937AA3
(147,122,163)
#7F6A8D
(127,106,141)
#6B5A77
(107,90,119)
#574A61
(87,74,97)
#433A4B
(67,58,75)
#2F2A35
(47,42,53)
#1B1A1F
(27,26,31)
#000000
(0,0,0)

Tints of #E3BAFB

#E3BAFB
(227,186,251)
#E5C0FB
(229,192,251)
#E7C6FB
(231,198,251)
#E9CCFB
(233,204,251)
#EBD2FB
(235,210,251)
#EDD8FB
(237,216,251)
#EFDEFB
(239,222,251)
#F1E4FB
(241,228,251)
#F3EAFB
(243,234,251)
#F5F0FB
(245,240,251)
#F7F6FB
(247,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3BAFB color. Also use rgb(227,186,251) instead hex code.

Text Font Color

.myTextColor { color: #E3BAFB; }

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

This text font color is #E3BAFB.

Background Color

.myBgColor { background-color: #E3BAFB; }

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

This div background color is #E3BAFB.

Border color

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

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

This div border color is #E3BAFB.

Opacity

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

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

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

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

This text has shadow with #E3BAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3BAFB.

Preview

Color preview on black background

This text has color #E3BAFB on black background.


Color preview on white background

This text has color #E3BAFB on white background.


Black color preview on #E3BAFB background

This text has black color on #E3BAFB background.


White color preview on #E3BAFB background

This text has white color on #E3BAFB background.


Related colors

Complementary color

Complementary color for #hex is #1C4504.


I love getcolorcode.com

Triadic colors

1 #FBE3BA and #BAFBE3 with #E3BAFB are triadic colors.

2 #FBBAE3 and #BAE3FB with #E3BAFB are triadic colors.