COLOR #BEBF97

HEX: #BEBF97
RGB: (190,191,151)

Color info

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

RGB color model

#BEBF97 color RGB value is (190,191,151).

  • red value is 190;
  • green value is 191;
  • blue value is 151.
RGB:
(190,191,151)
(75%,75%,59%)

RGB channels and saturation

R 190 of 255 = 75%
G 191 of 255 = 75%
B 151 of 255 = 59%

190
191
151

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

Portions of RGB colors in percentages

R + G + B =
190 + 191 + 151 = 532 (100%)
R 190 of 532 ~ 35.71%
G 191 of 532 ~ 35.9%
B 151 of 532 ~ 28.38%

%35.71
%35.9
%28.38

CMYK color model

#BEBF97 color CMYK value is (1,0,21,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 20.94%
  • key color value is 25.10%
CMYK:
(1,0,21,25)
C1M0Y21K25 
(1%,0%,21%,25%)
(0.01/0.00/0.21/0.25)	

CMYK percentages

%0.52
%0
%20.94
%25.1

Codes

Color #BEBF97 in popluar color models

BEBF97
RGB190191151
HSL62°23.81%67.06%
HSB/HSV62°20.94%74.90%
CMYK0.52%0.00%20.94%
25.10%

Color #BEBF97 in popluar number systems.

HEXBEBF97
Decimal190191151
Binary101111101011111110010111
Octal276277227

Shades and tints

Shades of #BEBF97

#BEBF97
(190,191,151)
#ADAE8A
(173,174,138)
#9C9D7D
(156,157,125)
#8B8C70
(139,140,112)
#7A7B63
(122,123,99)
#696A56
(105,106,86)
#585949
(88,89,73)
#47483C
(71,72,60)
#36372F
(54,55,47)
#252622
(37,38,34)
#141515
(20,21,21)
#000000
(0,0,0)

Tints of #BEBF97

#BEBF97
(190,191,151)
#C3C4A0
(195,196,160)
#C8C9A9
(200,201,169)
#CDCEB2
(205,206,178)
#D2D3BB
(210,211,187)
#D7D8C4
(215,216,196)
#DCDDCD
(220,221,205)
#E1E2D6
(225,226,214)
#E6E7DF
(230,231,223)
#EBECE8
(235,236,232)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEBF97 color. Also use rgb(190,191,151) instead hex code.

Text Font Color

.myTextColor { color: #BEBF97; }

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

This text font color is #BEBF97.


Background Color

.myBgColor { background-color: #BEBF97; }

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

This div background color is #BEBF97.


Border color

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

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

This div border color is #BEBF97.


Opacity

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

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

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

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

This text has shadow with #BEBF97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEBF97 on black background.


Color preview on white background

This text has color #BEBF97 on white background.



Black color preview on #BEBF97 background

This text has black color on #BEBF97 background.


White color preview on #BEBF97 background

This text has white color on #BEBF97 background.