COLOR #B2BEAF

HEX: #B2BEAF
RGB: (178,190,175)

Color info

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

RGB color model

#B2BEAF color RGB value is (178,190,175).

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

RGB channels and saturation

R 178 of 255 = 70%
G 190 of 255 = 75%
B 175 of 255 = 69%

178
190
175

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

Portions of RGB colors in percentages

R + G + B =
178 + 190 + 175 = 543 (100%)
R 178 of 543 ~ 32.78%
G 190 of 543 ~ 34.99%
B 175 of 543 ~ 32.23%

%32.78
%34.99
%32.23

CMYK color model

#B2BEAF color CMYK value is (6,0,8,25).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(6,0,8,25)
C6M0Y8K25 
(6%,0%,8%,25%)
(0.06/0.00/0.08/0.25)	

CMYK percentages

%6.32
%0
%7.89
%25.49

Codes

Color #B2BEAF in popluar color models

B2BEAF
RGB178190175
HSL108°10.34%71.57%
HSB/HSV108°7.89%74.51%
CMYK6.32%0.00%7.89%
25.49%

Color #B2BEAF in popluar number systems.

HEXB2BEAF
Decimal178190175
Binary101100101011111010101111
Octal262276257

Shades and tints

Shades of #B2BEAF

#B2BEAF
(178,190,175)
#A2ADA0
(162,173,160)
#929C91
(146,156,145)
#828B82
(130,139,130)
#727A73
(114,122,115)
#626964
(98,105,100)
#525855
(82,88,85)
#424746
(66,71,70)
#323637
(50,54,55)
#222528
(34,37,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #B2BEAF

#B2BEAF
(178,190,175)
#B9C3B6
(185,195,182)
#C0C8BD
(192,200,189)
#C7CDC4
(199,205,196)
#CED2CB
(206,210,203)
#D5D7D2
(213,215,210)
#DCDCD9
(220,220,217)
#E3E1E0
(227,225,224)
#EAE6E7
(234,230,231)
#F1EBEE
(241,235,238)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2BEAF; }

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

This text font color is #B2BEAF.


Background Color

.myBgColor { background-color: #B2BEAF; }

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

This div background color is #B2BEAF.


Border color

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

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

This div border color is #B2BEAF.


Opacity

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

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

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

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

This text has shadow with #B2BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2BEAF on black background.


Color preview on white background

This text has color #B2BEAF on white background.



Black color preview on #B2BEAF background

This text has black color on #B2BEAF background.


White color preview on #B2BEAF background

This text has white color on #B2BEAF background.