COLOR #BEBBAE

HEX: #BEBBAE
RGB: (190,187,174)

Color info

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

RGB color model

#BEBBAE color RGB value is (190,187,174).

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

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 174 of 255 = 68%

190
187
174

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

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 174 = 551 (100%)
R 190 of 551 ~ 34.48%
G 187 of 551 ~ 33.94%
B 174 of 551 ~ 31.58%

%34.48
%33.94
%31.58

CMYK color model

#BEBBAE color CMYK value is (0,2,8,25).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK: (0,2,8,25) C0M2Y8K25 (0%,2%,8%,25%) (0.00/0.02/0.08/0.25)

CMYK percentages

%0
%1.58
%8.42
%25.49

Codes

Color #BEBBAE in popluar color models

BEBBAE
RGB190187174
HSL49°10.96%71.37%
HSB/HSV49°8.42%74.51%
CMYK0.00%1.58%8.42%
25.49%

Color #BEBBAE in popluar number systems.

HEXBEBBAE
Decimal190187174
Binary101111101011101110101110
Octal276273256

Shades and tints

Shades of #BEBBAE

#BEBBAE
(190,187,174)
#ADAA9F
(173,170,159)
#9C9990
(156,153,144)
#8B8881
(139,136,129)
#7A7772
(122,119,114)
#696663
(105,102,99)
#585554
(88,85,84)
#474445
(71,68,69)
#363336
(54,51,54)
#252227
(37,34,39)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #BEBBAE

#BEBBAE
(190,187,174)
#C3C1B5
(195,193,181)
#C8C7BC
(200,199,188)
#CDCDC3
(205,205,195)
#D2D3CA
(210,211,202)
#D7D9D1
(215,217,209)
#DCDFD8
(220,223,216)
#E1E5DF
(225,229,223)
#E6EBE6
(230,235,230)
#EBF1ED
(235,241,237)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBAE; }

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

This text font color is #BEBBAE.


Background Color

.myBgColor { background-color: #BEBBAE; }

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

This div background color is #BEBBAE.


Border color

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

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

This div border color is #BEBBAE.


Opacity

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

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

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

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

This text has shadow with #BEBBAE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #BEBBAE on black background.


Color preview on white background

This text has color #BEBBAE on white background.



Black color preview on #BEBBAE background

This text has black color on #BEBBAE background.


White color preview on #BEBBAE background

This text has white color on #BEBBAE background.