COLOR #B3BECE

HEX: #B3BECE RGB: (179,190,206)

Color info

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

RGB color model

#B3BECE color RGB value is (179,190,206).

RGB: (179,190,206) (70%, 75%, 81%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 206 of 255 = 81%

179
190
206

R + G + B ~ 75%. #B3BECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 206 = 575 (100%)
R 179 of 575 ~ 31.13%
G 190 of 575 ~ 33.04%
B 206 of 575 ~ 35.83'%

%31.13
%33.04
%35.83

CMYK color model

#B3BECE color CMYK value is (13,8,0,19).

  • cyan value is 13.11%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (13,8,0,19)
C13M8Y0K19 (13%, 8%, 0%, 19%)
(0.13 / 0.08 / 0.00 / 0.19)

CMYK percentages

%13.11
%7.77
%0
%19.22

Codes

Color #B3BECE in popluar color models

B3 BE CE
RGB 179 190 206
HSL 216° 21.60% 75.49%
HSB/HSV 216° 13.11% 80.78%
CMYK 13.11% 7.77% 0.00%
19.22%

Color #B3BECE in popluar number systems.

HEX B3 BE CE
Decimal 179 190 206
Binary 10110011 10111110 11001110
Octal 263 276 316

Shades and tints

Shades of #B3BECE

#B3BECE
(179,190,206)
#A3ADBC
(163,173,188)
#939CAA
(147,156,170)
#838B98
(131,139,152)
#737A86
(115,122,134)
#636974
(99,105,116)
#535862
(83,88,98)
#434750
(67,71,80)
#33363E
(51,54,62)
#23252C
(35,37,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #B3BECE

#B3BECE
(179,190,206)
#B9C3D2
(185,195,210)
#BFC8D6
(191,200,214)
#C5CDDA
(197,205,218)
#CBD2DE
(203,210,222)
#D1D7E2
(209,215,226)
#D7DCE6
(215,220,230)
#DDE1EA
(221,225,234)
#E3E6EE
(227,230,238)
#E9EBF2
(233,235,242)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3BECE color. Also use rgb(179,190,206) instead hex code.

Text Font Color

.myTextColor { color: #B3BECE; }

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

This text font color is #B3BECE.

Background Color

.myBgColor { background-color: #B3BECE; }

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

This div background color is #B3BECE.

Border color

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

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

This div border color is #B3BECE.

Opacity

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

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

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

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

This text has shadow with #B3BECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BECE.

Preview

Color preview on black background

This text has color #B3BECE on black background.


Color preview on white background

This text has color #B3BECE on white background.


Black color preview on #B3BECE background

This text has black color on #B3BECE background.


White color preview on #B3BECE background

This text has white color on #B3BECE background.


Related colors

Complementary color

Complementary color for #hex is #4C4131.


I love getcolorcode.com

Triadic colors

1 #CEB3BE and #BECEB3 with #B3BECE are triadic colors.

2 #CEBEB3 and #BEB3CE with #B3BECE are triadic colors.