COLOR #B4BEAB

HEX: #B4BEAB
RGB: (180,190,171)

Color info

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

RGB color model

#B4BEAB color RGB value is (180,190,171).

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

RGB channels and saturation

R 180 of 255 = 71%
G 190 of 255 = 75%
B 171 of 255 = 67%

180
190
171

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

Portions of RGB colors in percentages

R + G + B =
180 + 190 + 171 = 541 (100%)
R 180 of 541 ~ 33.27%
G 190 of 541 ~ 35.12%
B 171 of 541 ~ 31.61%

%33.27
%35.12
%31.61

CMYK color model

#B4BEAB color CMYK value is (5,0,10,25).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(5,0,10,25)
C5M0Y10K25 
(5%,0%,10%,25%)
(0.05/0.00/0.10/0.25)	

CMYK percentages

%5.26
%0
%10
%25.49

Codes

Color #B4BEAB in popluar color models

B4BEAB
RGB180190171
HSL92°12.75%70.78%
HSB/HSV92°10.00%74.51%
CMYK5.26%0.00%10.00%
25.49%

Color #B4BEAB in popluar number systems.

HEXB4BEAB
Decimal180190171
Binary101101001011111010101011
Octal264276253

Shades and tints

Shades of #B4BEAB

#B4BEAB
(180,190,171)
#A4AD9C
(164,173,156)
#949C8D
(148,156,141)
#848B7E
(132,139,126)
#747A6F
(116,122,111)
#646960
(100,105,96)
#545851
(84,88,81)
#444742
(68,71,66)
#343633
(52,54,51)
#242524
(36,37,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #B4BEAB

#B4BEAB
(180,190,171)
#BAC3B2
(186,195,178)
#C0C8B9
(192,200,185)
#C6CDC0
(198,205,192)
#CCD2C7
(204,210,199)
#D2D7CE
(210,215,206)
#D8DCD5
(216,220,213)
#DEE1DC
(222,225,220)
#E4E6E3
(228,230,227)
#EAEBEA
(234,235,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4BEAB; }

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

This text font color is #B4BEAB.


Background Color

.myBgColor { background-color: #B4BEAB; }

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

This div background color is #B4BEAB.


Border color

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

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

This div border color is #B4BEAB.


Opacity

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

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

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

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

This text has shadow with #B4BEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4BEAB on black background.


Color preview on white background

This text has color #B4BEAB on white background.



Black color preview on #B4BEAB background

This text has black color on #B4BEAB background.


White color preview on #B4BEAB background

This text has white color on #B4BEAB background.