COLOR #BEB4AB

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

190
180
171

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

Portions of RGB colors in percentages

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

%35.12
%33.27
%31.61

CMYK color model

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

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

CMYK percentages

%0
%5.26
%10
%25.49

Codes

Color #BEB4AB in popluar color models

BEB4AB
RGB190180171
HSL28°12.75%70.78%
HSB/HSV28°10.00%74.51%
CMYK0.00%5.26%10.00%
25.49%

Color #BEB4AB in popluar number systems.

HEXBEB4AB
Decimal190180171
Binary101111101011010010101011
Octal276264253

Shades and tints

Shades of #BEB4AB

#BEB4AB
(190,180,171)
#ADA49C
(173,164,156)
#9C948D
(156,148,141)
#8B847E
(139,132,126)
#7A746F
(122,116,111)
#696460
(105,100,96)
#585451
(88,84,81)
#474442
(71,68,66)
#363433
(54,52,51)
#252424
(37,36,36)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #BEB4AB

#BEB4AB
(190,180,171)
#C3BAB2
(195,186,178)
#C8C0B9
(200,192,185)
#CDC6C0
(205,198,192)
#D2CCC7
(210,204,199)
#D7D2CE
(215,210,206)
#DCD8D5
(220,216,213)
#E1DEDC
(225,222,220)
#E6E4E3
(230,228,227)
#EBEAEA
(235,234,234)
#F0F0F1
(240,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB4AB; }

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

This text font color is #BEB4AB.


Background Color

.myBgColor { background-color: #BEB4AB; }

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

This div background color is #BEB4AB.


Border color

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

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

This div border color is #BEB4AB.


Opacity

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

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

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

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

This text has shadow with #BEB4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB4AB on black background.


Color preview on white background

This text has color #BEB4AB on white background.



Black color preview on #BEB4AB background

This text has black color on #BEB4AB background.


White color preview on #BEB4AB background

This text has white color on #BEB4AB background.