COLOR #B8BEAF

HEX: #B8BEAF
RGB: (184,190,175)

Color info

#B8BEAF contains red, green and blue colors in about the same proportion. Web safe color of #B8BEAF is #CCCC99 (or #CC9).

RGB color model

#B8BEAF color RGB value is (184,190,175).

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

RGB channels and saturation

R 184 of 255 = 72%
G 190 of 255 = 75%
B 175 of 255 = 69%

184
190
175

R + G + B ~ 72%. #B8BEAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 190 + 175 = 549 (100%)
R 184 of 549 ~ 33.52%
G 190 of 549 ~ 34.61%
B 175 of 549 ~ 31.88%

%33.52
%34.61
%31.88

CMYK color model

#B8BEAF color CMYK value is (3,0,8,25).

  • cyan value is 3.16%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(3,0,8,25)
C3M0Y8K25 
(3%,0%,8%,25%)
(0.03/0.00/0.08/0.25)	

CMYK percentages

%3.16
%0
%7.89
%25.49

Codes

Color #B8BEAF in popluar color models

B8BEAF
RGB184190175
HSL84°10.34%71.57%
HSB/HSV84°7.89%74.51%
CMYK3.16%0.00%7.89%
25.49%

Color #B8BEAF in popluar number systems.

HEXB8BEAF
Decimal184190175
Binary101110001011111010101111
Octal270276257

Shades and tints

Shades of #B8BEAF

#B8BEAF
(184,190,175)
#A8ADA0
(168,173,160)
#989C91
(152,156,145)
#888B82
(136,139,130)
#787A73
(120,122,115)
#686964
(104,105,100)
#585855
(88,88,85)
#484746
(72,71,70)
#383637
(56,54,55)
#282528
(40,37,40)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #B8BEAF

#B8BEAF
(184,190,175)
#BEC3B6
(190,195,182)
#C4C8BD
(196,200,189)
#CACDC4
(202,205,196)
#D0D2CB
(208,210,203)
#D6D7D2
(214,215,210)
#DCDCD9
(220,220,217)
#E2E1E0
(226,225,224)
#E8E6E7
(232,230,231)
#EEEBEE
(238,235,238)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B8BEAF; }

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

This text font color is #B8BEAF.


Background Color

.myBgColor { background-color: #B8BEAF; }

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

This div background color is #B8BEAF.


Border color

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

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

This div border color is #B8BEAF.


Opacity

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

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

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

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

This text has shadow with #B8BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8BEAF on black background.


Color preview on white background

This text has color #B8BEAF on white background.



Black color preview on #B8BEAF background

This text has black color on #B8BEAF background.


White color preview on #B8BEAF background

This text has white color on #B8BEAF background.