COLOR #BEB1A6

HEX: #BEB1A6
RGB: (190,177,166)

Color info

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

RGB color model

#BEB1A6 color RGB value is (190,177,166).

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

RGB channels and saturation

R 190 of 255 = 75%
G 177 of 255 = 69%
B 166 of 255 = 65%

190
177
166

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 166 = 533 (100%)
R 190 of 533 ~ 35.65%
G 177 of 533 ~ 33.21%
B 166 of 533 ~ 31.14%

%35.65
%33.21
%31.14

CMYK color model

#BEB1A6 color CMYK value is (0,7,13,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK:
(0,7,13,25)
C0M7Y13K25 
(0%,7%,13%,25%)
(0.00/0.07/0.13/0.25)	

CMYK percentages

%0
%6.84
%12.63
%25.49

Codes

Color #BEB1A6 in popluar color models

BEB1A6
RGB190177166
HSL28°15.58%69.80%
HSB/HSV28°12.63%74.51%
CMYK0.00%6.84%12.63%
25.49%

Color #BEB1A6 in popluar number systems.

HEXBEB1A6
Decimal190177166
Binary101111101011000110100110
Octal276261246

Shades and tints

Shades of #BEB1A6

#BEB1A6
(190,177,166)
#ADA197
(173,161,151)
#9C9188
(156,145,136)
#8B8179
(139,129,121)
#7A716A
(122,113,106)
#69615B
(105,97,91)
#58514C
(88,81,76)
#47413D
(71,65,61)
#36312E
(54,49,46)
#25211F
(37,33,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #BEB1A6

#BEB1A6
(190,177,166)
#C3B8AE
(195,184,174)
#C8BFB6
(200,191,182)
#CDC6BE
(205,198,190)
#D2CDC6
(210,205,198)
#D7D4CE
(215,212,206)
#DCDBD6
(220,219,214)
#E1E2DE
(225,226,222)
#E6E9E6
(230,233,230)
#EBF0EE
(235,240,238)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1A6; }

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

This text font color is #BEB1A6.


Background Color

.myBgColor { background-color: #BEB1A6; }

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

This div background color is #BEB1A6.


Border color

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

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

This div border color is #BEB1A6.


Opacity

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

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

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

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

This text has shadow with #BEB1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1A6 on black background.


Color preview on white background

This text has color #BEB1A6 on white background.



Black color preview on #BEB1A6 background

This text has black color on #BEB1A6 background.


White color preview on #BEB1A6 background

This text has white color on #BEB1A6 background.