COLOR #B2BEAC

HEX: #B2BEAC
RGB: (178,190,172)

Color info

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

RGB color model

#B2BEAC color RGB value is (178,190,172).

  • red value is 178;
  • green value is 190;
  • blue value is 172.
RGB:
(178,190,172)
(70%,75%,67%)

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 172 of 255 = 67%

178
190
172

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

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 172 = 540 (100%)
R 178 of 540 ~ 32.96%
G 190 of 540 ~ 35.19%
B 172 of 540 ~ 31.85%

%32.96
%35.19
%31.85

CMYK color model

#B2BEAC color CMYK value is (6,0,9,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(6,0,9,25)
C6M0Y9K25 
(6%,0%,9%,25%)
(0.06/0.00/0.09/0.25)	

CMYK percentages

%6.32
%0
%9.47
%25.49

Codes

Color #B2BEAC in popluar color models

B2BEAC
RGB178190172
HSL100°12.16%70.98%
HSB/HSV100°9.47%74.51%
CMYK6.32%0.00%9.47%
25.49%

Color #B2BEAC in popluar number systems.

HEXB2BEAC
Decimal178190172
Binary101100101011111010101100
Octal262276254

Shades and tints

Shades of #B2BEAC

#B2BEAC
(178,190,172)
#A2AD9D
(162,173,157)
#929C8E
(146,156,142)
#828B7F
(130,139,127)
#727A70
(114,122,112)
#626961
(98,105,97)
#525852
(82,88,82)
#424743
(66,71,67)
#323634
(50,54,52)
#222525
(34,37,37)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #B2BEAC

#B2BEAC
(178,190,172)
#B9C3B3
(185,195,179)
#C0C8BA
(192,200,186)
#C7CDC1
(199,205,193)
#CED2C8
(206,210,200)
#D5D7CF
(213,215,207)
#DCDCD6
(220,220,214)
#E3E1DD
(227,225,221)
#EAE6E4
(234,230,228)
#F1EBEB
(241,235,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2BEAC color. Also use rgb(178,190,172) instead hex code.

Text Font Color

.myTextColor { color: #B2BEAC; }

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

This text font color is #B2BEAC.


Background Color

.myBgColor { background-color: #B2BEAC; }

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

This div background color is #B2BEAC.


Border color

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

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

This div border color is #B2BEAC.


Opacity

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

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

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

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

This text has shadow with #B2BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BEAC on black background.


Color preview on white background

This text has color #B2BEAC on white background.



Black color preview on #B2BEAC background

This text has black color on #B2BEAC background.


White color preview on #B2BEAC background

This text has white color on #B2BEAC background.