COLOR #B3B2E3

HEX: #B3B2E3
RGB: (179,178,227)

Color info

#B3B2E3 contains red, green and blue colors in about the same proportion. Web safe color of #B3B2E3 is #9999CC (or #99C).

RGB color model

#B3B2E3 color RGB value is (179,178,227).

  • red value is 179;
  • green value is 178;
  • blue value is 227.
RGB:
(179,178,227)
(70%,70%,89%)

RGB channels and saturation

R 179 of 255 = 70%
G 178 of 255 = 70%
B 227 of 255 = 89%

179
178
227

R + G + B ~ 76%. #B3B2E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 178 + 227 = 584 (100%)
R 179 of 584 ~ 30.65%
G 178 of 584 ~ 30.48%
B 227 of 584 ~ 38.87%

%30.65
%30.48
%38.87

CMYK color model

#B3B2E3 color CMYK value is (21,22,0,11).

  • cyan value is 21.15%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,22,0,11)
C21M22Y0K11 
(21%,22%,0%,11%)
(0.21/0.22/0.00/0.11)	

CMYK percentages

%21.15
%21.59
%0
%10.98

Codes

Color #B3B2E3 in popluar color models

B3B2E3
RGB179178227
HSL241°46.67%79.41%
HSB/HSV241°21.59%89.02%
CMYK21.15%21.59%0.00%
10.98%

Color #B3B2E3 in popluar number systems.

HEXB3B2E3
Decimal179178227
Binary101100111011001011100011
Octal263262343

Shades and tints

Shades of #B3B2E3

#B3B2E3
(179,178,227)
#A3A2CF
(163,162,207)
#9392BB
(147,146,187)
#8382A7
(131,130,167)
#737293
(115,114,147)
#63627F
(99,98,127)
#53526B
(83,82,107)
#434257
(67,66,87)
#333243
(51,50,67)
#23222F
(35,34,47)
#13121B
(19,18,27)
#000000
(0,0,0)

Tints of #B3B2E3

#B3B2E3
(179,178,227)
#B9B9E5
(185,185,229)
#BFC0E7
(191,192,231)
#C5C7E9
(197,199,233)
#CBCEEB
(203,206,235)
#D1D5ED
(209,213,237)
#D7DCEF
(215,220,239)
#DDE3F1
(221,227,241)
#E3EAF3
(227,234,243)
#E9F1F5
(233,241,245)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3B2E3 color. Also use rgb(179,178,227) instead hex code.

Text Font Color

.myTextColor { color: #B3B2E3; }

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

This text font color is #B3B2E3.


Background Color

.myBgColor { background-color: #B3B2E3; }

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

This div background color is #B3B2E3.


Border color

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

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

This div border color is #B3B2E3.


Opacity

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

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

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

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

This text has shadow with #B3B2E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3B2E3 on black background.


Color preview on white background

This text has color #B3B2E3 on white background.



Black color preview on #B3B2E3 background

This text has black color on #B3B2E3 background.


White color preview on #B3B2E3 background

This text has white color on #B3B2E3 background.