COLOR #B3BCE1

HEX: #B3BCE1
RGB: (179,188,225)

Color info

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

RGB color model

#B3BCE1 color RGB value is (179,188,225).

  • red value is 179;
  • green value is 188;
  • blue value is 225.
RGB:
(179,188,225)
(70%,74%,88%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 225 of 255 = 88%

179
188
225

R + G + B ~ 77%. #B3BCE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 188 + 225 = 592 (100%)
R 179 of 592 ~ 30.24%
G 188 of 592 ~ 31.76%
B 225 of 592 ~ 38.01%

%30.24
%31.76
%38.01

CMYK color model

#B3BCE1 color CMYK value is (20,16,0,12).

  • cyan value is 20.44%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(20,16,0,12)
C20M16Y0K12 
(20%,16%,0%,12%)
(0.20/0.16/0.00/0.12)	

CMYK percentages

%20.44
%16.44
%0
%11.76

Codes

Color #B3BCE1 in popluar color models

B3BCE1
RGB179188225
HSL228°43.40%79.22%
HSB/HSV228°20.44%88.24%
CMYK20.44%16.44%0.00%
11.76%

Color #B3BCE1 in popluar number systems.

HEXB3BCE1
Decimal179188225
Binary101100111011110011100001
Octal263274341

Shades and tints

Shades of #B3BCE1

#B3BCE1
(179,188,225)
#A3ABCD
(163,171,205)
#939AB9
(147,154,185)
#8389A5
(131,137,165)
#737891
(115,120,145)
#63677D
(99,103,125)
#535669
(83,86,105)
#434555
(67,69,85)
#333441
(51,52,65)
#23232D
(35,35,45)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #B3BCE1

#B3BCE1
(179,188,225)
#B9C2E3
(185,194,227)
#BFC8E5
(191,200,229)
#C5CEE7
(197,206,231)
#CBD4E9
(203,212,233)
#D1DAEB
(209,218,235)
#D7E0ED
(215,224,237)
#DDE6EF
(221,230,239)
#E3ECF1
(227,236,241)
#E9F2F3
(233,242,243)
#EFF8F5
(239,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCE1; }

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

This text font color is #B3BCE1.


Background Color

.myBgColor { background-color: #B3BCE1; }

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

This div background color is #B3BCE1.


Border color

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

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

This div border color is #B3BCE1.


Opacity

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

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

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

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

This text has shadow with #B3BCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3BCE1 on black background.


Color preview on white background

This text has color #B3BCE1 on white background.



Black color preview on #B3BCE1 background

This text has black color on #B3BCE1 background.


White color preview on #B3BCE1 background

This text has white color on #B3BCE1 background.