COLOR #BEB7AE

HEX: #BEB7AE RGB: (190,183,174)

Color info

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

RGB color model

#BEB7AE color RGB value is (190,183,174).

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

RGB channels and saturation

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

190
183
174

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

Portions of RGB colors in percentages

R + G + B = 190 + 183 + 174 = 547 (100%)
R 190 of 547 ~ 34.73%
G 183 of 547 ~ 33.46%
B 174 of 547 ~ 31.81'%

%34.73
%33.46
%31.81

CMYK color model

#BEB7AE color CMYK value is (0,4,8,25).

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

CMYK: (0,4,8,25)
C0M4Y8K25 (0%, 4%, 8%, 25%)
(0.00 / 0.04 / 0.08 / 0.25)

CMYK percentages

%0
%3.68
%8.42
%25.49

Codes

Color #BEB7AE in popluar color models

BE B7 AE
RGB 190 183 174
HSL 34° 10.96% 71.37%
HSB/HSV 34° 8.42% 74.51%
CMYK 0.00% 3.68% 8.42%
25.49%

Color #BEB7AE in popluar number systems.

HEX BE B7 AE
Decimal 190 183 174
Binary 10111110 10110111 10101110
Octal 276 267 256

Shades and tints

Shades of #BEB7AE

#BEB7AE
(190,183,174)
#ADA79F
(173,167,159)
#9C9790
(156,151,144)
#8B8781
(139,135,129)
#7A7772
(122,119,114)
#696763
(105,103,99)
#585754
(88,87,84)
#474745
(71,71,69)
#363736
(54,55,54)
#252727
(37,39,39)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEB7AE

#BEB7AE
(190,183,174)
#C3BDB5
(195,189,181)
#C8C3BC
(200,195,188)
#CDC9C3
(205,201,195)
#D2CFCA
(210,207,202)
#D7D5D1
(215,213,209)
#DCDBD8
(220,219,216)
#E1E1DF
(225,225,223)
#E6E7E6
(230,231,230)
#EBEDED
(235,237,237)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB7AE; }

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

This text font color is #BEB7AE.

Background Color

.myBgColor { background-color: #BEB7AE; }

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

This div background color is #BEB7AE.

Border color

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

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

This div border color is #BEB7AE.

Opacity

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

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

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

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

This text has shadow with #BEB7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEB7AE.

Preview

Color preview on black background

This text has color #BEB7AE on black background.


Color preview on white background

This text has color #BEB7AE on white background.


Black color preview on #BEB7AE background

This text has black color on #BEB7AE background.


White color preview on #BEB7AE background

This text has white color on #BEB7AE background.


Related colors

Complementary color

Complementary color for #hex is #414851.


I love getcolorcode.com

Triadic colors

1 #AEBEB7 and #B7AEBE with #BEB7AE are triadic colors.

2 #AEB7BE and #B7BEAE with #BEB7AE are triadic colors.