COLOR #BEB7AD

HEX: #BEB7AD RGB: (190,183,173)

Color info

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

RGB color model

#BEB7AD color RGB value is (190,183,173).

RGB: (190,183,173) (75%, 72%, 68%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 173 of 255 = 68%

190
183
173

R + G + B ~ 72%. #BEB7AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 173 = 546 (100%)
R 190 of 546 ~ 34.8%
G 183 of 546 ~ 33.52%
B 173 of 546 ~ 31.68'%

%34.8
%33.52
%31.68

CMYK color model

#BEB7AD color CMYK value is (0,4,9,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK: (0,4,9,25) C0M4Y9K25 (0%,4%,9%,25%) (0.00/0.04/0.09/0.25) 

CMYK percentages

%0
%3.68
%8.95
%25.49

Codes

Color #BEB7AD in popluar color models

BE B7 AD
RGB 190 183 173
HSL 35° 11.56% 71.18%
HSB/HSV 35° 8.95% 74.51%
CMYK 0.00% 3.68% 8.95%
25.49%

Color #BEB7AD in popluar number systems.

HEX BE B7 AD
Decimal 190 183 173
Binary 10111110 10110111 10101101
Octal 276 267 255

Shades and tints

Shades of #BEB7AD

#BEB7AD
(190,183,173)
#ADA79E
(173,167,158)
#9C978F
(156,151,143)
#8B8780
(139,135,128)
#7A7771
(122,119,113)
#696762
(105,103,98)
#585753
(88,87,83)
#474744
(71,71,68)
#363735
(54,55,53)
#252726
(37,39,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #BEB7AD

#BEB7AD
(190,183,173)
#C3BDB4
(195,189,180)
#C8C3BB
(200,195,187)
#CDC9C2
(205,201,194)
#D2CFC9
(210,207,201)
#D7D5D0
(215,213,208)
#DCDBD7
(220,219,215)
#E1E1DE
(225,225,222)
#E6E7E5
(230,231,229)
#EBEDEC
(235,237,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7AD; }

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

This text font color is #BEB7AD.

Background Color

.myBgColor { background-color: #BEB7AD; }

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

This div background color is #BEB7AD.

Border color

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

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

This div border color is #BEB7AD.

Opacity

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

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

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

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

This text has shadow with #BEB7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7AD.

Preview

Color preview on black background

This text has color #BEB7AD on black background.


Color preview on white background

This text has color #BEB7AD on white background.


Black color preview on #BEB7AD background

This text has black color on #BEB7AD background.


White color preview on #BEB7AD background

This text has white color on #BEB7AD background.


Related colors

Complementary color

Complementary color for #hex is #414852.


I love getcolorcode.com

Triadic colors

1 #ADBEB7 and #B7ADBE with #BEB7AD are triadic colors.

2 #ADB7BE and #B7BEAD with #BEB7AD are triadic colors.