COLOR #BBC8AF

HEX: #BBC8AF
RGB: (187,200,175)

Color info

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

RGB color model

#BBC8AF color RGB value is (187,200,175).

  • red value is 187;
  • green value is 200;
  • blue value is 175.
RGB:
(187,200,175)
(73%,78%,69%)

RGB channels and saturation

R 187 of 255 = 73%
G 200 of 255 = 78%
B 175 of 255 = 69%

187
200
175

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

Portions of RGB colors in percentages

R + G + B =
187 + 200 + 175 = 562 (100%)
R 187 of 562 ~ 33.27%
G 200 of 562 ~ 35.59%
B 175 of 562 ~ 31.14%

%33.27
%35.59
%31.14

CMYK color model

#BBC8AF color CMYK value is (7,0,13,22).

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 21.57%
CMYK:
(7,0,13,22)
C7M0Y13K22 
(7%,0%,13%,22%)
(0.07/0.00/0.13/0.22)	

CMYK percentages

%6.5
%0
%12.5
%21.57

Codes

Color #BBC8AF in popluar color models

BBC8AF
RGB187200175
HSL91°18.52%73.53%
HSB/HSV91°12.50%78.43%
CMYK6.50%0.00%12.50%
21.57%

Color #BBC8AF in popluar number systems.

HEXBBC8AF
Decimal187200175
Binary101110111100100010101111
Octal273310257

Shades and tints

Shades of #BBC8AF

#BBC8AF
(187,200,175)
#AAB6A0
(170,182,160)
#99A491
(153,164,145)
#889282
(136,146,130)
#778073
(119,128,115)
#666E64
(102,110,100)
#555C55
(85,92,85)
#444A46
(68,74,70)
#333837
(51,56,55)
#222628
(34,38,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #BBC8AF

#BBC8AF
(187,200,175)
#C1CDB6
(193,205,182)
#C7D2BD
(199,210,189)
#CDD7C4
(205,215,196)
#D3DCCB
(211,220,203)
#D9E1D2
(217,225,210)
#DFE6D9
(223,230,217)
#E5EBE0
(229,235,224)
#EBF0E7
(235,240,231)
#F1F5EE
(241,245,238)
#F7FAF5
(247,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC8AF color. Also use rgb(187,200,175) instead hex code.

Text Font Color

.myTextColor { color: #BBC8AF; }

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

This text font color is #BBC8AF.


Background Color

.myBgColor { background-color: #BBC8AF; }

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

This div background color is #BBC8AF.


Border color

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

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

This div border color is #BBC8AF.


Opacity

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

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

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

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

This text has shadow with #BBC8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC8AF on black background.


Color preview on white background

This text has color #BBC8AF on white background.



Black color preview on #BBC8AF background

This text has black color on #BBC8AF background.


White color preview on #BBC8AF background

This text has white color on #BBC8AF background.