COLOR #BEBEAA

HEX: #BEBEAA RGB: (190,190,170)

Color info

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

RGB color model

#BEBEAA color RGB value is (190,190,170).

RGB: (190,190,170) (75%, 75%, 67%)

RGB channels and saturation

R 190 of 255 = 75%
G 190 of 255 = 75%
B 170 of 255 = 67%

190
190
170

R + G + B ~ 72%. #BEBEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 190 + 170 = 550 (100%)
R 190 of 550 ~ 34.55%
G 190 of 550 ~ 34.55%
B 170 of 550 ~ 30.91'%

%34.55
%34.55
%30.91

CMYK color model

#BEBEAA color CMYK value is (0,0,11,25).

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

CMYK: (0,0,11,25)
C0M0Y11K25 (0%, 0%, 11%, 25%)
(0.00 / 0.00 / 0.11 / 0.25)

CMYK percentages

%0
%0
%10.53
%25.49

Codes

Color #BEBEAA in popluar color models

BE BE AA
RGB 190 190 170
HSL 60° 13.33% 70.59%
HSB/HSV 60° 10.53% 74.51%
CMYK 0.00% 0.00% 10.53%
25.49%

Color #BEBEAA in popluar number systems.

HEX BE BE AA
Decimal 190 190 170
Binary 10111110 10111110 10101010
Octal 276 276 252

Shades and tints

Shades of #BEBEAA

#BEBEAA
(190,190,170)
#ADAD9B
(173,173,155)
#9C9C8C
(156,156,140)
#8B8B7D
(139,139,125)
#7A7A6E
(122,122,110)
#69695F
(105,105,95)
#585850
(88,88,80)
#474741
(71,71,65)
#363632
(54,54,50)
#252523
(37,37,35)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #BEBEAA

#BEBEAA
(190,190,170)
#C3C3B1
(195,195,177)
#C8C8B8
(200,200,184)
#CDCDBF
(205,205,191)
#D2D2C6
(210,210,198)
#D7D7CD
(215,215,205)
#DCDCD4
(220,220,212)
#E1E1DB
(225,225,219)
#E6E6E2
(230,230,226)
#EBEBE9
(235,235,233)
#F0F0F0
(240,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEBEAA; }

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

This text font color is #BEBEAA.

Background Color

.myBgColor { background-color: #BEBEAA; }

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

This div background color is #BEBEAA.

Border color

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

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

This div border color is #BEBEAA.

Opacity

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

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

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

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

This text has shadow with #BEBEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEBEAA.

Preview

Color preview on black background

This text has color #BEBEAA on black background.


Color preview on white background

This text has color #BEBEAA on white background.


Black color preview on #BEBEAA background

This text has black color on #BEBEAA background.


White color preview on #BEBEAA background

This text has white color on #BEBEAA background.


Related colors

Complementary color

Complementary color for #hex is #414155.


I love getcolorcode.com