COLOR #BBC3AC

HEX: #BBC3AC
RGB: (187,195,172)

Color info

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

RGB color model

#BBC3AC color RGB value is (187,195,172).

  • red value is 187;
  • green value is 195;
  • blue value is 172.
RGB:
(187,195,172)
(73%,76%,67%)

RGB channels and saturation

R 187 of 255 = 73%
G 195 of 255 = 76%
B 172 of 255 = 67%

187
195
172

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

Portions of RGB colors in percentages

R + G + B =
187 + 195 + 172 = 554 (100%)
R 187 of 554 ~ 33.75%
G 195 of 554 ~ 35.2%
B 172 of 554 ~ 31.05%

%33.75
%35.2
%31.05

CMYK color model

#BBC3AC color CMYK value is (4,0,12,24).

  • cyan value is 4.10%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 23.53%
CMYK:
(4,0,12,24)
C4M0Y12K24 
(4%,0%,12%,24%)
(0.04/0.00/0.12/0.24)	

CMYK percentages

%4.1
%0
%11.79
%23.53

Codes

Color #BBC3AC in popluar color models

BBC3AC
RGB187195172
HSL81°16.08%71.96%
HSB/HSV81°11.79%76.47%
CMYK4.10%0.00%11.79%
23.53%

Color #BBC3AC in popluar number systems.

HEXBBC3AC
Decimal187195172
Binary101110111100001110101100
Octal273303254

Shades and tints

Shades of #BBC3AC

#BBC3AC
(187,195,172)
#AAB29D
(170,178,157)
#99A18E
(153,161,142)
#88907F
(136,144,127)
#777F70
(119,127,112)
#666E61
(102,110,97)
#555D52
(85,93,82)
#444C43
(68,76,67)
#333B34
(51,59,52)
#222A25
(34,42,37)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #BBC3AC

#BBC3AC
(187,195,172)
#C1C8B3
(193,200,179)
#C7CDBA
(199,205,186)
#CDD2C1
(205,210,193)
#D3D7C8
(211,215,200)
#D9DCCF
(217,220,207)
#DFE1D6
(223,225,214)
#E5E6DD
(229,230,221)
#EBEBE4
(235,235,228)
#F1F0EB
(241,240,235)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC3AC color. Also use rgb(187,195,172) instead hex code.

Text Font Color

.myTextColor { color: #BBC3AC; }

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

This text font color is #BBC3AC.


Background Color

.myBgColor { background-color: #BBC3AC; }

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

This div background color is #BBC3AC.


Border color

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

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

This div border color is #BBC3AC.


Opacity

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

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

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

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

This text has shadow with #BBC3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC3AC on black background.


Color preview on white background

This text has color #BBC3AC on white background.



Black color preview on #BBC3AC background

This text has black color on #BBC3AC background.


White color preview on #BBC3AC background

This text has white color on #BBC3AC background.