COLOR #BEBE98

HEX: #BEBE98 RGB: (190,190,152)

Color info

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

RGB color model

#BEBE98 color RGB value is (190,190,152).

RGB: (190,190,152) (75%, 75%, 60%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 152 of 255 = 60%

190
190
152

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

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 152 = 532 (100%)
R 190 of 532 ~ 35.71%
G 190 of 532 ~ 35.71%
B 152 of 532 ~ 28.57'%

%35.71
%35.71
%28.57

CMYK color model

#BEBE98 color CMYK value is (0,0,20,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 25.49%

CMYK: (0,0,20,25)
C0M0Y20K25 (0%, 0%, 20%, 25%)
(0.00 / 0.00 / 0.20 / 0.25)

CMYK percentages

%0
%0
%20
%25.49

Codes

Color #BEBE98 in popluar color models

BE BE 98
RGB 190 190 152
HSL 60° 22.62% 67.06%
HSB/HSV 60° 20.00% 74.51%
CMYK 0.00% 0.00% 20.00%
25.49%

Color #BEBE98 in popluar number systems.

HEX BE BE 98
Decimal 190 190 152
Binary 10111110 10111110 10011000
Octal 276 276 230

Shades and tints

Shades of #BEBE98

#BEBE98
(190,190,152)
#ADAD8B
(173,173,139)
#9C9C7E
(156,156,126)
#8B8B71
(139,139,113)
#7A7A64
(122,122,100)
#696957
(105,105,87)
#58584A
(88,88,74)
#47473D
(71,71,61)
#363630
(54,54,48)
#252523
(37,37,35)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #BEBE98

#BEBE98
(190,190,152)
#C3C3A1
(195,195,161)
#C8C8AA
(200,200,170)
#CDCDB3
(205,205,179)
#D2D2BC
(210,210,188)
#D7D7C5
(215,215,197)
#DCDCCE
(220,220,206)
#E1E1D7
(225,225,215)
#E6E6E0
(230,230,224)
#EBEBE9
(235,235,233)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBE98; }

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

This text font color is #BEBE98.

Background Color

.myBgColor { background-color: #BEBE98; }

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

This div background color is #BEBE98.

Border color

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

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

This div border color is #BEBE98.

Opacity

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

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

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

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

This text has shadow with #BEBE98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBE98.

Preview

Color preview on black background

This text has color #BEBE98 on black background.


Color preview on white background

This text has color #BEBE98 on white background.


Black color preview on #BEBE98 background

This text has black color on #BEBE98 background.


White color preview on #BEBE98 background

This text has white color on #BEBE98 background.


Related colors

Complementary color

Complementary color for #hex is #414167.


I love getcolorcode.com