COLOR #BBBE88

HEX: #BBBE88 RGB: (187,190,136)

Color info

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

RGB color model

#BBBE88 color RGB value is (187,190,136).

RGB: (187,190,136) (73%, 75%, 53%)

RGB channels and saturation

R 187 of 255 = 73%
G 190 of 255 = 75%
B 136 of 255 = 53%

187
190
136

R + G + B ~ 67%. #BBBE88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 190 + 136 = 513 (100%)
R 187 of 513 ~ 36.45%
G 190 of 513 ~ 37.04%
B 136 of 513 ~ 26.51'%

%36.45
%37.04
%26.51

CMYK color model

#BBBE88 color CMYK value is (2,0,28,25).

  • cyan value is 1.58%
  • magenta value is 0.00%
  • yellow value is 28.42%
  • key color value is 25.49%
CMYK: (2,0,28,25) C2M0Y28K25 (2%,0%,28%,25%) (0.02/0.00/0.28/0.25) 

CMYK percentages

%1.58
%0
%28.42
%25.49

Codes

Color #BBBE88 in popluar color models

BB BE 88
RGB 187 190 136
HSL 63° 29.35% 63.92%
HSB/HSV 63° 28.42% 74.51%
CMYK 1.58% 0.00% 28.42%
25.49%

Color #BBBE88 in popluar number systems.

HEX BB BE 88
Decimal 187 190 136
Binary 10111011 10111110 10001000
Octal 273 276 210

Shades and tints

Shades of #BBBE88

#BBBE88
(187,190,136)
#AAAD7C
(170,173,124)
#999C70
(153,156,112)
#888B64
(136,139,100)
#777A58
(119,122,88)
#66694C
(102,105,76)
#555840
(85,88,64)
#444734
(68,71,52)
#333628
(51,54,40)
#22251C
(34,37,28)
#111410
(17,20,16)
#000000
(0,0,0)

Tints of #BBBE88

#BBBE88
(187,190,136)
#C1C392
(193,195,146)
#C7C89C
(199,200,156)
#CDCDA6
(205,205,166)
#D3D2B0
(211,210,176)
#D9D7BA
(217,215,186)
#DFDCC4
(223,220,196)
#E5E1CE
(229,225,206)
#EBE6D8
(235,230,216)
#F1EBE2
(241,235,226)
#F7F0EC
(247,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBBE88; }

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

This text font color is #BBBE88.

Background Color

.myBgColor { background-color: #BBBE88; }

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

This div background color is #BBBE88.

Border color

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

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

This div border color is #BBBE88.

Opacity

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

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

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

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

This text has shadow with #BBBE88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBBE88.

Preview

Color preview on black background

This text has color #BBBE88 on black background.


Color preview on white background

This text has color #BBBE88 on white background.


Black color preview on #BBBE88 background

This text has black color on #BBBE88 background.


White color preview on #BBBE88 background

This text has white color on #BBBE88 background.


Related colors

Complementary color

Complementary color for #hex is #444177.


I love getcolorcode.com

Triadic colors

1 #88BBBE and #BE88BB with #BBBE88 are triadic colors.

2 #88BEBB and #BEBB88 with #BBBE88 are triadic colors.