COLOR #BEBB9E

HEX: #BEBB9E
RGB: (190,187,158)

Color info

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

RGB color model

#BEBB9E color RGB value is (190,187,158).

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

RGB channels and saturation

R 190 of 255 = 75%
G 187 of 255 = 73%
B 158 of 255 = 62%

190
187
158

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

Portions of RGB colors in percentages

R + G + B =
190 + 187 + 158 = 535 (100%)
R 190 of 535 ~ 35.51%
G 187 of 535 ~ 34.95%
B 158 of 535 ~ 29.53%

%35.51
%34.95
%29.53

CMYK color model

#BEBB9E color CMYK value is (0,2,17,25).

  • cyan value is 0.00%
  • magenta value is 1.58%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(0,2,17,25)
C0M2Y17K25 
(0%,2%,17%,25%)
(0.00/0.02/0.17/0.25)	

CMYK percentages

%0
%1.58
%16.84
%25.49

Codes

Color #BEBB9E in popluar color models

BEBB9E
RGB190187158
HSL54°19.75%68.24%
HSB/HSV54°16.84%74.51%
CMYK0.00%1.58%16.84%
25.49%

Color #BEBB9E in popluar number systems.

HEXBEBB9E
Decimal190187158
Binary101111101011101110011110
Octal276273236

Shades and tints

Shades of #BEBB9E

#BEBB9E
(190,187,158)
#ADAA90
(173,170,144)
#9C9982
(156,153,130)
#8B8874
(139,136,116)
#7A7766
(122,119,102)
#696658
(105,102,88)
#58554A
(88,85,74)
#47443C
(71,68,60)
#36332E
(54,51,46)
#252220
(37,34,32)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #BEBB9E

#BEBB9E
(190,187,158)
#C3C1A6
(195,193,166)
#C8C7AE
(200,199,174)
#CDCDB6
(205,205,182)
#D2D3BE
(210,211,190)
#D7D9C6
(215,217,198)
#DCDFCE
(220,223,206)
#E1E5D6
(225,229,214)
#E6EBDE
(230,235,222)
#EBF1E6
(235,241,230)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBB9E; }

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

This text font color is #BEBB9E.


Background Color

.myBgColor { background-color: #BEBB9E; }

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

This div background color is #BEBB9E.


Border color

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

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

This div border color is #BEBB9E.


Opacity

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

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

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

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

This text has shadow with #BEBB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBB9E on black background.


Color preview on white background

This text has color #BEBB9E on white background.



Black color preview on #BEBB9E background

This text has black color on #BEBB9E background.


White color preview on #BEBB9E background

This text has white color on #BEBB9E background.