COLOR #B5BEAF

HEX: #B5BEAF RGB: (181,190,175)

Color info

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

RGB color model

#B5BEAF color RGB value is (181,190,175).

RGB: (181,190,175) (71%, 75%, 69%)

RGB channels and saturation

R 181 of 255 = 71%
G 190 of 255 = 75%
B 175 of 255 = 69%

181
190
175

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

Portions of RGB colors in percentages

R + G + B = 181 + 190 + 175 = 546 (100%)
R 181 of 546 ~ 33.15%
G 190 of 546 ~ 34.8%
B 175 of 546 ~ 32.05'%

%33.15
%34.8
%32.05

CMYK color model

#B5BEAF color CMYK value is (5,0,8,25).

  • cyan value is 4.74%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%

CMYK: (5,0,8,25)
C5M0Y8K25 (5%, 0%, 8%, 25%)
(0.05 / 0.00 / 0.08 / 0.25)

CMYK percentages

%4.74
%0
%7.89
%25.49

Codes

Color #B5BEAF in popluar color models

B5 BE AF
RGB 181 190 175
HSL 96° 10.34% 71.57%
HSB/HSV 96° 7.89% 74.51%
CMYK 4.74% 0.00% 7.89%
25.49%

Color #B5BEAF in popluar number systems.

HEX B5 BE AF
Decimal 181 190 175
Binary 10110101 10111110 10101111
Octal 265 276 257

Shades and tints

Shades of #B5BEAF

#B5BEAF
(181,190,175)
#A5ADA0
(165,173,160)
#959C91
(149,156,145)
#858B82
(133,139,130)
#757A73
(117,122,115)
#656964
(101,105,100)
#555855
(85,88,85)
#454746
(69,71,70)
#353637
(53,54,55)
#252528
(37,37,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #B5BEAF

#B5BEAF
(181,190,175)
#BBC3B6
(187,195,182)
#C1C8BD
(193,200,189)
#C7CDC4
(199,205,196)
#CDD2CB
(205,210,203)
#D3D7D2
(211,215,210)
#D9DCD9
(217,220,217)
#DFE1E0
(223,225,224)
#E5E6E7
(229,230,231)
#EBEBEE
(235,235,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5BEAF; }

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

This text font color is #B5BEAF.

Background Color

.myBgColor { background-color: #B5BEAF; }

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

This div background color is #B5BEAF.

Border color

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

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

This div border color is #B5BEAF.

Opacity

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

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

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

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

This text has shadow with #B5BEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5BEAF.

Preview

Color preview on black background

This text has color #B5BEAF on black background.


Color preview on white background

This text has color #B5BEAF on white background.


Black color preview on #B5BEAF background

This text has black color on #B5BEAF background.


White color preview on #B5BEAF background

This text has white color on #B5BEAF background.


Related colors

Complementary color

Complementary color for #hex is #4A4150.


I love getcolorcode.com

Triadic colors

1 #AFB5BE and #BEAFB5 with #B5BEAF are triadic colors.

2 #AFBEB5 and #BEB5AF with #B5BEAF are triadic colors.