COLOR #BEBC9E

HEX: #BEBC9E
RGB: (190,188,158)

Color info

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

RGB color model

#BEBC9E color RGB value is (190,188,158).

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

RGB channels and saturation

R 190 of 255 = 75%
G 188 of 255 = 74%
B 158 of 255 = 62%

190
188
158

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

Portions of RGB colors in percentages

R + G + B =
190 + 188 + 158 = 536 (100%)
R 190 of 536 ~ 35.45%
G 188 of 536 ~ 35.07%
B 158 of 536 ~ 29.48%

%35.45
%35.07
%29.48

CMYK color model

#BEBC9E color CMYK value is (0,1,17,25).

  • cyan value is 0.00%
  • magenta value is 1.05%
  • yellow value is 16.84%
  • key color value is 25.49%
CMYK:
(0,1,17,25)
C0M1Y17K25 
(0%,1%,17%,25%)
(0.00/0.01/0.17/0.25)	

CMYK percentages

%0
%1.05
%16.84
%25.49

Codes

Color #BEBC9E in popluar color models

BEBC9E
RGB190188158
HSL56°19.75%68.24%
HSB/HSV56°16.84%74.51%
CMYK0.00%1.05%16.84%
25.49%

Color #BEBC9E in popluar number systems.

HEXBEBC9E
Decimal190188158
Binary101111101011110010011110
Octal276274236

Shades and tints

Shades of #BEBC9E

#BEBC9E
(190,188,158)
#ADAB90
(173,171,144)
#9C9A82
(156,154,130)
#8B8974
(139,137,116)
#7A7866
(122,120,102)
#696758
(105,103,88)
#58564A
(88,86,74)
#47453C
(71,69,60)
#36342E
(54,52,46)
#252320
(37,35,32)
#141212
(20,18,18)
#000000
(0,0,0)

Tints of #BEBC9E

#BEBC9E
(190,188,158)
#C3C2A6
(195,194,166)
#C8C8AE
(200,200,174)
#CDCEB6
(205,206,182)
#D2D4BE
(210,212,190)
#D7DAC6
(215,218,198)
#DCE0CE
(220,224,206)
#E1E6D6
(225,230,214)
#E6ECDE
(230,236,222)
#EBF2E6
(235,242,230)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBC9E; }

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

This text font color is #BEBC9E.


Background Color

.myBgColor { background-color: #BEBC9E; }

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

This div background color is #BEBC9E.


Border color

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

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

This div border color is #BEBC9E.


Opacity

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

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

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

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

This text has shadow with #BEBC9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBC9E on black background.


Color preview on white background

This text has color #BEBC9E on white background.



Black color preview on #BEBC9E background

This text has black color on #BEBC9E background.


White color preview on #BEBC9E background

This text has white color on #BEBC9E background.