COLOR #BEB1AB

HEX: #BEB1AB
RGB: (190,177,171)

Color info

#BEB1AB contains red, green and blue colors in about the same proportion. Web safe color of #BEB1AB is #CC9999 (or #C99).

RGB color model

#BEB1AB color RGB value is (190,177,171).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 171 of 255 = 67%

190
177
171

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 171 = 538 (100%)
R 190 of 538 ~ 35.32%
G 177 of 538 ~ 32.9%
B 171 of 538 ~ 31.78%

%35.32
%32.9
%31.78

CMYK color model

#BEB1AB color CMYK value is (0,7,10,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 10.00%
  • key color value is 25.49%
CMYK:
(0,7,10,25)
C0M7Y10K25 
(0%,7%,10%,25%)
(0.00/0.07/0.10/0.25)	

CMYK percentages

%0
%6.84
%10
%25.49

Codes

Color #BEB1AB in popluar color models

BEB1AB
RGB190177171
HSL19°12.75%70.78%
HSB/HSV19°10.00%74.51%
CMYK0.00%6.84%10.00%
25.49%

Color #BEB1AB in popluar number systems.

HEXBEB1AB
Decimal190177171
Binary101111101011000110101011
Octal276261253

Shades and tints

Shades of #BEB1AB

#BEB1AB
(190,177,171)
#ADA19C
(173,161,156)
#9C918D
(156,145,141)
#8B817E
(139,129,126)
#7A716F
(122,113,111)
#696160
(105,97,96)
#585151
(88,81,81)
#474142
(71,65,66)
#363133
(54,49,51)
#252124
(37,33,36)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #BEB1AB

#BEB1AB
(190,177,171)
#C3B8B2
(195,184,178)
#C8BFB9
(200,191,185)
#CDC6C0
(205,198,192)
#D2CDC7
(210,205,199)
#D7D4CE
(215,212,206)
#DCDBD5
(220,219,213)
#E1E2DC
(225,226,220)
#E6E9E3
(230,233,227)
#EBF0EA
(235,240,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1AB; }

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

This text font color is #BEB1AB.


Background Color

.myBgColor { background-color: #BEB1AB; }

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

This div background color is #BEB1AB.


Border color

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

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

This div border color is #BEB1AB.


Opacity

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

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

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

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

This text has shadow with #BEB1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1AB on black background.


Color preview on white background

This text has color #BEB1AB on white background.



Black color preview on #BEB1AB background

This text has black color on #BEB1AB background.


White color preview on #BEB1AB background

This text has white color on #BEB1AB background.