COLOR #BEB1AC

HEX: #BEB1AC
RGB: (190,177,172)

Color info

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

RGB color model

#BEB1AC color RGB value is (190,177,172).

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

RGB channels and saturation

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

190
177
172

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

Portions of RGB colors in percentages

R + G + B =
190 + 177 + 172 = 539 (100%)
R 190 of 539 ~ 35.25%
G 177 of 539 ~ 32.84%
B 172 of 539 ~ 31.91%

%35.25
%32.84
%31.91

CMYK color model

#BEB1AC color CMYK value is (0,7,9,25).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(0,7,9,25)
C0M7Y9K25 
(0%,7%,9%,25%)
(0.00/0.07/0.09/0.25)	

CMYK percentages

%0
%6.84
%9.47
%25.49

Codes

Color #BEB1AC in popluar color models

BEB1AC
RGB190177172
HSL17°12.16%70.98%
HSB/HSV17°9.47%74.51%
CMYK0.00%6.84%9.47%
25.49%

Color #BEB1AC in popluar number systems.

HEXBEB1AC
Decimal190177172
Binary101111101011000110101100
Octal276261254

Shades and tints

Shades of #BEB1AC

#BEB1AC
(190,177,172)
#ADA19D
(173,161,157)
#9C918E
(156,145,142)
#8B817F
(139,129,127)
#7A7170
(122,113,112)
#696161
(105,97,97)
#585152
(88,81,82)
#474143
(71,65,67)
#363134
(54,49,52)
#252125
(37,33,37)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #BEB1AC

#BEB1AC
(190,177,172)
#C3B8B3
(195,184,179)
#C8BFBA
(200,191,186)
#CDC6C1
(205,198,193)
#D2CDC8
(210,205,200)
#D7D4CF
(215,212,207)
#DCDBD6
(220,219,214)
#E1E2DD
(225,226,221)
#E6E9E4
(230,233,228)
#EBF0EB
(235,240,235)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB1AC; }

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

This text font color is #BEB1AC.


Background Color

.myBgColor { background-color: #BEB1AC; }

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

This div background color is #BEB1AC.


Border color

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

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

This div border color is #BEB1AC.


Opacity

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

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

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

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

This text has shadow with #BEB1AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB1AC on black background.


Color preview on white background

This text has color #BEB1AC on white background.



Black color preview on #BEB1AC background

This text has black color on #BEB1AC background.


White color preview on #BEB1AC background

This text has white color on #BEB1AC background.