COLOR #BBC6AE

HEX: #BBC6AE
RGB: (187,198,174)

Color info

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

RGB color model

#BBC6AE color RGB value is (187,198,174).

  • red value is 187;
  • green value is 198;
  • blue value is 174.
RGB:
(187,198,174)
(73%,78%,68%)

RGB channels and saturation

R 187 of 255 = 73%
G 198 of 255 = 78%
B 174 of 255 = 68%

187
198
174

R + G + B ~ 73%. #BBC6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 198 + 174 = 559 (100%)
R 187 of 559 ~ 33.45%
G 198 of 559 ~ 35.42%
B 174 of 559 ~ 31.13%

%33.45
%35.42
%31.13

CMYK color model

#BBC6AE color CMYK value is (6,0,12,22).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 22.35%
CMYK:
(6,0,12,22)
C6M0Y12K22 
(6%,0%,12%,22%)
(0.06/0.00/0.12/0.22)	

CMYK percentages

%5.56
%0
%12.12
%22.35

Codes

Color #BBC6AE in popluar color models

BBC6AE
RGB187198174
HSL88°17.39%72.94%
HSB/HSV88°12.12%77.65%
CMYK5.56%0.00%12.12%
22.35%

Color #BBC6AE in popluar number systems.

HEXBBC6AE
Decimal187198174
Binary101110111100011010101110
Octal273306256

Shades and tints

Shades of #BBC6AE

#BBC6AE
(187,198,174)
#AAB49F
(170,180,159)
#99A290
(153,162,144)
#889081
(136,144,129)
#777E72
(119,126,114)
#666C63
(102,108,99)
#555A54
(85,90,84)
#444845
(68,72,69)
#333636
(51,54,54)
#222427
(34,36,39)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #BBC6AE

#BBC6AE
(187,198,174)
#C1CBB5
(193,203,181)
#C7D0BC
(199,208,188)
#CDD5C3
(205,213,195)
#D3DACA
(211,218,202)
#D9DFD1
(217,223,209)
#DFE4D8
(223,228,216)
#E5E9DF
(229,233,223)
#EBEEE6
(235,238,230)
#F1F3ED
(241,243,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC6AE color. Also use rgb(187,198,174) instead hex code.

Text Font Color

.myTextColor { color: #BBC6AE; }

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

This text font color is #BBC6AE.


Background Color

.myBgColor { background-color: #BBC6AE; }

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

This div background color is #BBC6AE.


Border color

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

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

This div border color is #BBC6AE.


Opacity

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

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

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

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

This text has shadow with #BBC6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC6AE on black background.


Color preview on white background

This text has color #BBC6AE on white background.



Black color preview on #BBC6AE background

This text has black color on #BBC6AE background.


White color preview on #BBC6AE background

This text has white color on #BBC6AE background.