COLOR #BEBB9B

HEX: #BEBB9B
RGB: (190,187,155)

Color info

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

RGB color model

#BEBB9B color RGB value is (190,187,155).

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

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 155 of 255 = 61%

190
187
155

R + G + B ~ 70%. #BEBB9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 155 = 532 (100%)
R 190 of 532 ~ 35.71%
G 187 of 532 ~ 35.15%
B 155 of 532 ~ 29.14%

%35.71
%35.15
%29.14

CMYK color model

#BEBB9B color CMYK value is (0,2,18,25).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 18.42%
  • key color value is 25.49%
CMYK:
(0,2,18,25)
C0M2Y18K25 
(0%,2%,18%,25%)
(0.00/0.02/0.18/0.25)	

CMYK percentages

%0
%1.58
%18.42
%25.49

Codes

Color #BEBB9B in popluar color models

BEBB9B
RGB190187155
HSL55°21.21%67.65%
HSB/HSV55°18.42%74.51%
CMYK0.00%1.58%18.42%
25.49%

Color #BEBB9B in popluar number systems.

HEXBEBB9B
Decimal190187155
Binary101111101011101110011011
Octal276273233

Shades and tints

Shades of #BEBB9B

#BEBB9B
(190,187,155)
#ADAA8D
(173,170,141)
#9C997F
(156,153,127)
#8B8871
(139,136,113)
#7A7763
(122,119,99)
#696655
(105,102,85)
#585547
(88,85,71)
#474439
(71,68,57)
#36332B
(54,51,43)
#25221D
(37,34,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #BEBB9B

#BEBB9B
(190,187,155)
#C3C1A4
(195,193,164)
#C8C7AD
(200,199,173)
#CDCDB6
(205,205,182)
#D2D3BF
(210,211,191)
#D7D9C8
(215,217,200)
#DCDFD1
(220,223,209)
#E1E5DA
(225,229,218)
#E6EBE3
(230,235,227)
#EBF1EC
(235,241,236)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBB9B; }

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

This text font color is #BEBB9B.


Background Color

.myBgColor { background-color: #BEBB9B; }

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

This div background color is #BEBB9B.


Border color

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

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

This div border color is #BEBB9B.


Opacity

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

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

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

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

This text has shadow with #BEBB9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBB9B on black background.


Color preview on white background

This text has color #BEBB9B on white background.



Black color preview on #BEBB9B background

This text has black color on #BEBB9B background.


White color preview on #BEBB9B background

This text has white color on #BEBB9B background.