COLOR #BEB7A7

HEX: #BEB7A7 RGB: (190,183,167)

Color info

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

RGB color model

#BEB7A7 color RGB value is (190,183,167).

RGB: (190,183,167) (75%, 72%, 65%)

RGB channels and saturation

R 190 of 255 = 75%
G 183 of 255 = 72%
B 167 of 255 = 65%

190
183
167

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 167 = 540 (100%)
R 190 of 540 ~ 35.19%
G 183 of 540 ~ 33.89%
B 167 of 540 ~ 30.93'%

%35.19
%33.89
%30.93

CMYK color model

#BEB7A7 color CMYK value is (0,4,12,25).

  • cyan value is 0.00%
  • magenta value is 3.68%
  • yellow value is 12.11%
  • key color value is 25.49%

CMYK: (0,4,12,25)
C0M4Y12K25 (0%, 4%, 12%, 25%)
(0.00 / 0.04 / 0.12 / 0.25)

CMYK percentages

%0
%3.68
%12.11
%25.49

Codes

Color #BEB7A7 in popluar color models

BE B7 A7
RGB 190 183 167
HSL 42° 15.03% 70.00%
HSB/HSV 42° 12.11% 74.51%
CMYK 0.00% 3.68% 12.11%
25.49%

Color #BEB7A7 in popluar number systems.

HEX BE B7 A7
Decimal 190 183 167
Binary 10111110 10110111 10100111
Octal 276 267 247

Shades and tints

Shades of #BEB7A7

#BEB7A7
(190,183,167)
#ADA798
(173,167,152)
#9C9789
(156,151,137)
#8B877A
(139,135,122)
#7A776B
(122,119,107)
#69675C
(105,103,92)
#58574D
(88,87,77)
#47473E
(71,71,62)
#36372F
(54,55,47)
#252720
(37,39,32)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #BEB7A7

#BEB7A7
(190,183,167)
#C3BDAF
(195,189,175)
#C8C3B7
(200,195,183)
#CDC9BF
(205,201,191)
#D2CFC7
(210,207,199)
#D7D5CF
(215,213,207)
#DCDBD7
(220,219,215)
#E1E1DF
(225,225,223)
#E6E7E7
(230,231,231)
#EBEDEF
(235,237,239)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7A7; }

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

This text font color is #BEB7A7.

Background Color

.myBgColor { background-color: #BEB7A7; }

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

This div background color is #BEB7A7.

Border color

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

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

This div border color is #BEB7A7.

Opacity

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

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

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

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

This text has shadow with #BEB7A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7A7.

Preview

Color preview on black background

This text has color #BEB7A7 on black background.


Color preview on white background

This text has color #BEB7A7 on white background.


Black color preview on #BEB7A7 background

This text has black color on #BEB7A7 background.


White color preview on #BEB7A7 background

This text has white color on #BEB7A7 background.


Related colors

Complementary color

Complementary color for #hex is #414858.


I love getcolorcode.com

Triadic colors

1 #A7BEB7 and #B7A7BE with #BEB7A7 are triadic colors.

2 #A7B7BE and #B7BEA7 with #BEB7A7 are triadic colors.