COLOR #BBA69F

HEX: #BBA69F
RGB: (187,166,159)

Color info

#BBA69F contains red, green and blue colors in about the same proportion. Web safe color of #BBA69F is #CC9999 (or #C99).

RGB color model

#BBA69F color RGB value is (187,166,159).

  • red value is 187;
  • green value is 166;
  • blue value is 159.
RGB:
(187,166,159)
(73%,65%,62%)

RGB channels and saturation

R 187 of 255 = 73%
G 166 of 255 = 65%
B 159 of 255 = 62%

187
166
159

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

Portions of RGB colors in percentages

R + G + B =
187 + 166 + 159 = 512 (100%)
R 187 of 512 ~ 36.52%
G 166 of 512 ~ 32.42%
B 159 of 512 ~ 31.05%

%36.52
%32.42
%31.05

CMYK color model

#BBA69F color CMYK value is (0,11,15,27).

  • cyan value is 0.00%
  • magenta value is 11.23%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(0,11,15,27)
C0M11Y15K27 
(0%,11%,15%,27%)
(0.00/0.11/0.15/0.27)	

CMYK percentages

%0
%11.23
%14.97
%26.67

Codes

Color #BBA69F in popluar color models

BBA69F
RGB187166159
HSL15°17.07%67.84%
HSB/HSV15°14.97%73.33%
CMYK0.00%11.23%14.97%
26.67%

Color #BBA69F in popluar number systems.

HEXBBA69F
Decimal187166159
Binary101110111010011010011111
Octal273246237

Shades and tints

Shades of #BBA69F

#BBA69F
(187,166,159)
#AA9791
(170,151,145)
#998883
(153,136,131)
#887975
(136,121,117)
#776A67
(119,106,103)
#665B59
(102,91,89)
#554C4B
(85,76,75)
#443D3D
(68,61,61)
#332E2F
(51,46,47)
#221F21
(34,31,33)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #BBA69F

#BBA69F
(187,166,159)
#C1AEA7
(193,174,167)
#C7B6AF
(199,182,175)
#CDBEB7
(205,190,183)
#D3C6BF
(211,198,191)
#D9CEC7
(217,206,199)
#DFD6CF
(223,214,207)
#E5DED7
(229,222,215)
#EBE6DF
(235,230,223)
#F1EEE7
(241,238,231)
#F7F6EF
(247,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBA69F color. Also use rgb(187,166,159) instead hex code.

Text Font Color

.myTextColor { color: #BBA69F; }

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

This text font color is #BBA69F.


Background Color

.myBgColor { background-color: #BBA69F; }

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

This div background color is #BBA69F.


Border color

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

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

This div border color is #BBA69F.


Opacity

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

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

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

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

This text has shadow with #BBA69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBA69F on black background.


Color preview on white background

This text has color #BBA69F on white background.



Black color preview on #BBA69F background

This text has black color on #BBA69F background.


White color preview on #BBA69F background

This text has white color on #BBA69F background.