COLOR #B4BEA6

HEX: #B4BEA6
RGB: (180,190,166)

Color info

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

RGB color model

#B4BEA6 color RGB value is (180,190,166).

  • red value is 180;
  • green value is 190;
  • blue value is 166.
RGB:
(180,190,166)
(71%,75%,65%)

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 166 of 255 = 65%

180
190
166

R + G + B ~ 70%. #B4BEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 166 = 536 (100%)
R 180 of 536 ~ 33.58%
G 190 of 536 ~ 35.45%
B 166 of 536 ~ 30.97%

%33.58
%35.45
%30.97

CMYK color model

#B4BEA6 color CMYK value is (5,0,13,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(5,0,13,25)
C5M0Y13K25 
(5%,0%,13%,25%)
(0.05/0.00/0.13/0.25)	

CMYK percentages

%5.26
%0
%12.63
%25.49

Codes

Color #B4BEA6 in popluar color models

B4BEA6
RGB180190166
HSL85°15.58%69.80%
HSB/HSV85°12.63%74.51%
CMYK5.26%0.00%12.63%
25.49%

Color #B4BEA6 in popluar number systems.

HEXB4BEA6
Decimal180190166
Binary101101001011111010100110
Octal264276246

Shades and tints

Shades of #B4BEA6

#B4BEA6
(180,190,166)
#A4AD97
(164,173,151)
#949C88
(148,156,136)
#848B79
(132,139,121)
#747A6A
(116,122,106)
#64695B
(100,105,91)
#54584C
(84,88,76)
#44473D
(68,71,61)
#34362E
(52,54,46)
#24251F
(36,37,31)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #B4BEA6

#B4BEA6
(180,190,166)
#BAC3AE
(186,195,174)
#C0C8B6
(192,200,182)
#C6CDBE
(198,205,190)
#CCD2C6
(204,210,198)
#D2D7CE
(210,215,206)
#D8DCD6
(216,220,214)
#DEE1DE
(222,225,222)
#E4E6E6
(228,230,230)
#EAEBEE
(234,235,238)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4BEA6 color. Also use rgb(180,190,166) instead hex code.

Text Font Color

.myTextColor { color: #B4BEA6; }

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

This text font color is #B4BEA6.


Background Color

.myBgColor { background-color: #B4BEA6; }

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

This div background color is #B4BEA6.


Border color

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

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

This div border color is #B4BEA6.


Opacity

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

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

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

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

This text has shadow with #B4BEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEA6 on black background.


Color preview on white background

This text has color #B4BEA6 on white background.



Black color preview on #B4BEA6 background

This text has black color on #B4BEA6 background.


White color preview on #B4BEA6 background

This text has white color on #B4BEA6 background.