COLOR #B3BEAB

HEX: #B3BEAB RGB: (179,190,171)

Color info

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

RGB color model

#B3BEAB color RGB value is (179,190,171).

RGB: (179,190,171) (70%, 75%, 67%)

RGB channels and saturation

R 179 of 255 = 70%
G 190 of 255 = 75%
B 171 of 255 = 67%

179
190
171

R + G + B ~ 71%. #B3BEAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 190 + 171 = 540 (100%)
R 179 of 540 ~ 33.15%
G 190 of 540 ~ 35.19%
B 171 of 540 ~ 31.67'%

%33.15
%35.19
%31.67

CMYK color model

#B3BEAB color CMYK value is (6,0,10,25).

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%

CMYK: (6,0,10,25)
C6M0Y10K25 (6%, 0%, 10%, 25%)
(0.06 / 0.00 / 0.10 / 0.25)

CMYK percentages

%5.79
%0
%10
%25.49

Codes

Color #B3BEAB in popluar color models

B3 BE AB
RGB 179 190 171
HSL 95° 12.75% 70.78%
HSB/HSV 95° 10.00% 74.51%
CMYK 5.79% 0.00% 10.00%
25.49%

Color #B3BEAB in popluar number systems.

HEX B3 BE AB
Decimal 179 190 171
Binary 10110011 10111110 10101011
Octal 263 276 253

Shades and tints

Shades of #B3BEAB

#B3BEAB
(179,190,171)
#A3AD9C
(163,173,156)
#939C8D
(147,156,141)
#838B7E
(131,139,126)
#737A6F
(115,122,111)
#636960
(99,105,96)
#535851
(83,88,81)
#434742
(67,71,66)
#333633
(51,54,51)
#232524
(35,37,36)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #B3BEAB

#B3BEAB
(179,190,171)
#B9C3B2
(185,195,178)
#BFC8B9
(191,200,185)
#C5CDC0
(197,205,192)
#CBD2C7
(203,210,199)
#D1D7CE
(209,215,206)
#D7DCD5
(215,220,213)
#DDE1DC
(221,225,220)
#E3E6E3
(227,230,227)
#E9EBEA
(233,235,234)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B3BEAB; }

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

This text font color is #B3BEAB.

Background Color

.myBgColor { background-color: #B3BEAB; }

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

This div background color is #B3BEAB.

Border color

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

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

This div border color is #B3BEAB.

Opacity

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

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

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

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

This text has shadow with #B3BEAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3BEAB.

Preview

Color preview on black background

This text has color #B3BEAB on black background.


Color preview on white background

This text has color #B3BEAB on white background.


Black color preview on #B3BEAB background

This text has black color on #B3BEAB background.


White color preview on #B3BEAB background

This text has white color on #B3BEAB background.


Related colors

Complementary color

Complementary color for #hex is #4C4154.


I love getcolorcode.com

Triadic colors

1 #ABB3BE and #BEABB3 with #B3BEAB are triadic colors.

2 #ABBEB3 and #BEB3AB with #B3BEAB are triadic colors.