COLOR #B3BECB

HEX: #B3BECB RGB: (179,190,203)

Color info

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

RGB color model

#B3BECB color RGB value is (179,190,203).

RGB: (179,190,203) (70%, 75%, 80%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 203 of 255 = 80%

179
190
203

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

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 203 = 572 (100%)
R 179 of 572 ~ 31.29%
G 190 of 572 ~ 33.22%
B 203 of 572 ~ 35.49'%

%31.29
%33.22
%35.49

CMYK color model

#B3BECB color CMYK value is (12,6,0,20).

  • cyan value is 11.82%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (12,6,0,20)
C12M6Y0K20 (12%, 6%, 0%, 20%)
(0.12 / 0.06 / 0.00 / 0.20)

CMYK percentages

%11.82
%6.4
%0
%20.39

Codes

Color #B3BECB in popluar color models

B3 BE CB
RGB 179 190 203
HSL 213° 18.75% 74.90%
HSB/HSV 213° 11.82% 79.61%
CMYK 11.82% 6.40% 0.00%
20.39%

Color #B3BECB in popluar number systems.

HEX B3 BE CB
Decimal 179 190 203
Binary 10110011 10111110 11001011
Octal 263 276 313

Shades and tints

Shades of #B3BECB

#B3BECB
(179,190,203)
#A3ADB9
(163,173,185)
#939CA7
(147,156,167)
#838B95
(131,139,149)
#737A83
(115,122,131)
#636971
(99,105,113)
#53585F
(83,88,95)
#43474D
(67,71,77)
#33363B
(51,54,59)
#232529
(35,37,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #B3BECB

#B3BECB
(179,190,203)
#B9C3CF
(185,195,207)
#BFC8D3
(191,200,211)
#C5CDD7
(197,205,215)
#CBD2DB
(203,210,219)
#D1D7DF
(209,215,223)
#D7DCE3
(215,220,227)
#DDE1E7
(221,225,231)
#E3E6EB
(227,230,235)
#E9EBEF
(233,235,239)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BECB; }

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

This text font color is #B3BECB.

Background Color

.myBgColor { background-color: #B3BECB; }

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

This div background color is #B3BECB.

Border color

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

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

This div border color is #B3BECB.

Opacity

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

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

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

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

This text has shadow with #B3BECB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BECB.

Preview

Color preview on black background

This text has color #B3BECB on black background.


Color preview on white background

This text has color #B3BECB on white background.


Black color preview on #B3BECB background

This text has black color on #B3BECB background.


White color preview on #B3BECB background

This text has white color on #B3BECB background.


Related colors

Complementary color

Complementary color for #hex is #4C4134.


I love getcolorcode.com

Triadic colors

1 #CBB3BE and #BECBB3 with #B3BECB are triadic colors.

2 #CBBEB3 and #BEB3CB with #B3BECB are triadic colors.