COLOR #B3BCCE

HEX: #B3BCCE RGB: (179,188,206)

Color info

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

RGB color model

#B3BCCE color RGB value is (179,188,206).

RGB: (179,188,206) (70%, 74%, 81%)

RGB channels and saturation

R 179 of 255 = 70%
G 188 of 255 = 74%
B 206 of 255 = 81%

179
188
206

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

Portions of RGB colors in percentages

R + G + B = 179 + 188 + 206 = 573 (100%)
R 179 of 573 ~ 31.24%
G 188 of 573 ~ 32.81%
B 206 of 573 ~ 35.95'%

%31.24
%32.81
%35.95

CMYK color model

#B3BCCE color CMYK value is (13,9,0,19).

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

CMYK: (13,9,0,19)
C13M9Y0K19 (13%, 9%, 0%, 19%)
(0.13 / 0.09 / 0.00 / 0.19)

CMYK percentages

%13.11
%8.74
%0
%19.22

Codes

Color #B3BCCE in popluar color models

B3 BC CE
RGB 179 188 206
HSL 220° 21.60% 75.49%
HSB/HSV 220° 13.11% 80.78%
CMYK 13.11% 8.74% 0.00%
19.22%

Color #B3BCCE in popluar number systems.

HEX B3 BC CE
Decimal 179 188 206
Binary 10110011 10111100 11001110
Octal 263 274 316

Shades and tints

Shades of #B3BCCE

#B3BCCE
(179,188,206)
#A3ABBC
(163,171,188)
#939AAA
(147,154,170)
#838998
(131,137,152)
#737886
(115,120,134)
#636774
(99,103,116)
#535662
(83,86,98)
#434550
(67,69,80)
#33343E
(51,52,62)
#23232C
(35,35,44)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #B3BCCE

#B3BCCE
(179,188,206)
#B9C2D2
(185,194,210)
#BFC8D6
(191,200,214)
#C5CEDA
(197,206,218)
#CBD4DE
(203,212,222)
#D1DAE2
(209,218,226)
#D7E0E6
(215,224,230)
#DDE6EA
(221,230,234)
#E3ECEE
(227,236,238)
#E9F2F2
(233,242,242)
#EFF8F6
(239,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BCCE; }

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

This text font color is #B3BCCE.

Background Color

.myBgColor { background-color: #B3BCCE; }

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

This div background color is #B3BCCE.

Border color

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

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

This div border color is #B3BCCE.

Opacity

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

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

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

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

This text has shadow with #B3BCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BCCE.

Preview

Color preview on black background

This text has color #B3BCCE on black background.


Color preview on white background

This text has color #B3BCCE on white background.


Black color preview on #B3BCCE background

This text has black color on #B3BCCE background.


White color preview on #B3BCCE background

This text has white color on #B3BCCE background.


Related colors

Complementary color

Complementary color for #hex is #4C4331.


I love getcolorcode.com

Triadic colors

1 #CEB3BC and #BCCEB3 with #B3BCCE are triadic colors.

2 #CEBCB3 and #BCB3CE with #B3BCCE are triadic colors.