COLOR #BEB8AE

HEX: #BEB8AE
RGB: (190,184,174)

Color info

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

RGB color model

#BEB8AE color RGB value is (190,184,174).

  • red value is 190;
  • green value is 184;
  • blue value is 174.
RGB: (190,184,174) (75%,72%,68%)

RGB channels and saturation

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

190
184
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 184 + 174 = 548 (100%)
R 190 of 548 ~ 34.67%
G 184 of 548 ~ 33.58%
B 174 of 548 ~ 31.75%

%34.67
%33.58
%31.75

CMYK color model

#BEB8AE color CMYK value is (0,3,8,25).

  • cyan value is 0.00%
  • magenta value is 3.16%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK: (0,3,8,25) C0M3Y8K25 (0%,3%,8%,25%) (0.00/0.03/0.08/0.25)

CMYK percentages

%0
%3.16
%8.42
%25.49

Codes

Color #BEB8AE in popluar color models

BEB8AE
RGB190184174
HSL38°10.96%71.37%
HSB/HSV38°8.42%74.51%
CMYK0.00%3.16%8.42%
25.49%

Color #BEB8AE in popluar number systems.

HEXBEB8AE
Decimal190184174
Binary101111101011100010101110
Octal276270256

Shades and tints

Shades of #BEB8AE

#BEB8AE
(190,184,174)
#ADA89F
(173,168,159)
#9C9890
(156,152,144)
#8B8881
(139,136,129)
#7A7872
(122,120,114)
#696863
(105,104,99)
#585854
(88,88,84)
#474845
(71,72,69)
#363836
(54,56,54)
#252827
(37,40,39)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEB8AE

#BEB8AE
(190,184,174)
#C3BEB5
(195,190,181)
#C8C4BC
(200,196,188)
#CDCAC3
(205,202,195)
#D2D0CA
(210,208,202)
#D7D6D1
(215,214,209)
#DCDCD8
(220,220,216)
#E1E2DF
(225,226,223)
#E6E8E6
(230,232,230)
#EBEEED
(235,238,237)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEB8AE; }

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

This text font color is #BEB8AE.


Background Color

.myBgColor { background-color: #BEB8AE; }

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

This div background color is #BEB8AE.


Border color

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

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

This div border color is #BEB8AE.


Opacity

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

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

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

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

This text has shadow with #BEB8AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEB8AE on black background.


Color preview on white background

This text has color #BEB8AE on white background.



Black color preview on #BEB8AE background

This text has black color on #BEB8AE background.


White color preview on #BEB8AE background

This text has white color on #BEB8AE background.