COLOR #BEB2AD

HEX: #BEB2AD
RGB: (190,178,173)

Color info

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

RGB color model

#BEB2AD color RGB value is (190,178,173).

  • red value is 190;
  • green value is 178;
  • blue value is 173.
RGB:
(190,178,173)
(75%,70%,68%)

RGB channels and saturation

R 190 of 255 = 75%
G 178 of 255 = 70%
B 173 of 255 = 68%

190
178
173

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

Portions of RGB colors in percentages

R + G + B =
190 + 178 + 173 = 541 (100%)
R 190 of 541 ~ 35.12%
G 178 of 541 ~ 32.9%
B 173 of 541 ~ 31.98%

%35.12
%32.9
%31.98

CMYK color model

#BEB2AD color CMYK value is (0,6,9,25).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK:
(0,6,9,25)
C0M6Y9K25 
(0%,6%,9%,25%)
(0.00/0.06/0.09/0.25)	

CMYK percentages

%0
%6.32
%8.95
%25.49

Codes

Color #BEB2AD in popluar color models

BEB2AD
RGB190178173
HSL18°11.56%71.18%
HSB/HSV18°8.95%74.51%
CMYK0.00%6.32%8.95%
25.49%

Color #BEB2AD in popluar number systems.

HEXBEB2AD
Decimal190178173
Binary101111101011001010101101
Octal276262255

Shades and tints

Shades of #BEB2AD

#BEB2AD
(190,178,173)
#ADA29E
(173,162,158)
#9C928F
(156,146,143)
#8B8280
(139,130,128)
#7A7271
(122,114,113)
#696262
(105,98,98)
#585253
(88,82,83)
#474244
(71,66,68)
#363235
(54,50,53)
#252226
(37,34,38)
#141217
(20,18,23)
#000000
(0,0,0)

Tints of #BEB2AD

#BEB2AD
(190,178,173)
#C3B9B4
(195,185,180)
#C8C0BB
(200,192,187)
#CDC7C2
(205,199,194)
#D2CEC9
(210,206,201)
#D7D5D0
(215,213,208)
#DCDCD7
(220,220,215)
#E1E3DE
(225,227,222)
#E6EAE5
(230,234,229)
#EBF1EC
(235,241,236)
#F0F8F3
(240,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEB2AD color. Also use rgb(190,178,173) instead hex code.

Text Font Color

.myTextColor { color: #BEB2AD; }

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

This text font color is #BEB2AD.


Background Color

.myBgColor { background-color: #BEB2AD; }

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

This div background color is #BEB2AD.


Border color

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

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

This div border color is #BEB2AD.


Opacity

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

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

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

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

This text has shadow with #BEB2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEB2AD on black background.


Color preview on white background

This text has color #BEB2AD on white background.



Black color preview on #BEB2AD background

This text has black color on #BEB2AD background.


White color preview on #BEB2AD background

This text has white color on #BEB2AD background.