COLOR #BEBD98

HEX: #BEBD98 RGB: (190,189,152)

Color info

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

RGB color model

#BEBD98 color RGB value is (190,189,152).

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

RGB channels and saturation

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

190
189
152

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

Portions of RGB colors in percentages

R + G + B = 190 + 189 + 152 = 531 (100%)
R 190 of 531 ~ 35.78%
G 189 of 531 ~ 35.59%
B 152 of 531 ~ 28.63'%

%35.78
%35.59
%28.63

CMYK color model

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

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

CMYK: (0,1,20,25)
C0M1Y20K25 (0%, 1%, 20%, 25%)
(0.00 / 0.01 / 0.20 / 0.25)

CMYK percentages

%0
%0.53
%20
%25.49

Codes

Color #BEBD98 in popluar color models

BE BD 98
RGB 190 189 152
HSL 58° 22.62% 67.06%
HSB/HSV 58° 20.00% 74.51%
CMYK 0.00% 0.53% 20.00%
25.49%

Color #BEBD98 in popluar number systems.

HEX BE BD 98
Decimal 190 189 152
Binary 10111110 10111101 10011000
Octal 276 275 230

Shades and tints

Shades of #BEBD98

#BEBD98
(190,189,152)
#ADAC8B
(173,172,139)
#9C9B7E
(156,155,126)
#8B8A71
(139,138,113)
#7A7964
(122,121,100)
#696857
(105,104,87)
#58574A
(88,87,74)
#47463D
(71,70,61)
#363530
(54,53,48)
#252423
(37,36,35)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #BEBD98

#BEBD98
(190,189,152)
#C3C3A1
(195,195,161)
#C8C9AA
(200,201,170)
#CDCFB3
(205,207,179)
#D2D5BC
(210,213,188)
#D7DBC5
(215,219,197)
#DCE1CE
(220,225,206)
#E1E7D7
(225,231,215)
#E6EDE0
(230,237,224)
#EBF3E9
(235,243,233)
#F0F9F2
(240,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBD98; }

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

This text font color is #BEBD98.

Background Color

.myBgColor { background-color: #BEBD98; }

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

This div background color is #BEBD98.

Border color

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

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

This div border color is #BEBD98.

Opacity

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

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

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

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

This text has shadow with #BEBD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBD98.

Preview

Color preview on black background

This text has color #BEBD98 on black background.


Color preview on white background

This text has color #BEBD98 on white background.


Black color preview on #BEBD98 background

This text has black color on #BEBD98 background.


White color preview on #BEBD98 background

This text has white color on #BEBD98 background.


Related colors

Complementary color

Complementary color for #hex is #414267.


I love getcolorcode.com

Triadic colors

1 #98BEBD and #BD98BE with #BEBD98 are triadic colors.

2 #98BDBE and #BDBE98 with #BEBD98 are triadic colors.