COLOR #BEBBAA

HEX: #BEBBAA
RGB: (190,187,170)

Color info

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

RGB color model

#BEBBAA color RGB value is (190,187,170).

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

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 170 of 255 = 67%

190
187
170

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

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 170 = 547 (100%)
R 190 of 547 ~ 34.73%
G 187 of 547 ~ 34.19%
B 170 of 547 ~ 31.08%

%34.73
%34.19
%31.08

CMYK color model

#BEBBAA color CMYK value is (0,2,11,25).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 10.53%
  • key color value is 25.49%
CMYK:
(0,2,11,25)
C0M2Y11K25 
(0%,2%,11%,25%)
(0.00/0.02/0.11/0.25)	

CMYK percentages

%0
%1.58
%10.53
%25.49

Codes

Color #BEBBAA in popluar color models

BEBBAA
RGB190187170
HSL51°13.33%70.59%
HSB/HSV51°10.53%74.51%
CMYK0.00%1.58%10.53%
25.49%

Color #BEBBAA in popluar number systems.

HEXBEBBAA
Decimal190187170
Binary101111101011101110101010
Octal276273252

Shades and tints

Shades of #BEBBAA

#BEBBAA
(190,187,170)
#ADAA9B
(173,170,155)
#9C998C
(156,153,140)
#8B887D
(139,136,125)
#7A776E
(122,119,110)
#69665F
(105,102,95)
#585550
(88,85,80)
#474441
(71,68,65)
#363332
(54,51,50)
#252223
(37,34,35)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #BEBBAA

#BEBBAA
(190,187,170)
#C3C1B1
(195,193,177)
#C8C7B8
(200,199,184)
#CDCDBF
(205,205,191)
#D2D3C6
(210,211,198)
#D7D9CD
(215,217,205)
#DCDFD4
(220,223,212)
#E1E5DB
(225,229,219)
#E6EBE2
(230,235,226)
#EBF1E9
(235,241,233)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBBAA; }

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

This text font color is #BEBBAA.


Background Color

.myBgColor { background-color: #BEBBAA; }

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

This div background color is #BEBBAA.


Border color

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

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

This div border color is #BEBBAA.


Opacity

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

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

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

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

This text has shadow with #BEBBAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBBAA on black background.


Color preview on white background

This text has color #BEBBAA on white background.



Black color preview on #BEBBAA background

This text has black color on #BEBBAA background.


White color preview on #BEBBAA background

This text has white color on #BEBBAA background.