COLOR #BBCCBB

HEX: #BBCCBB
RGB: (187,204,187)

Color info

#BBCCBB contains red, green and blue colors in about the same proportion. Web safe color of #BBCCBB is #CCCCCC (or #CCC).

RGB color model

#BBCCBB color RGB value is (187,204,187).

  • red value is 187;
  • green value is 204;
  • blue value is 187.
RGB:
(187,204,187)
(73%,80%,73%)

RGB channels and saturation

R 187 of 255 = 73%
G 204 of 255 = 80%
B 187 of 255 = 73%

187
204
187

R + G + B ~ 75%. #BBCCBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 187 = 578 (100%)
R 187 of 578 ~ 32.35%
G 204 of 578 ~ 35.29%
B 187 of 578 ~ 32.35%

%32.35
%35.29
%32.35

CMYK color model

#BBCCBB color CMYK value is (8,0,8,20).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 20.00%
CMYK:
(8,0,8,20)
C8M0Y8K20 
(8%,0%,8%,20%)
(0.08/0.00/0.08/0.20)	

CMYK percentages

%8.33
%0
%8.33
%20

Codes

Color #BBCCBB in popluar color models

BBCCBB
RGB187204187
HSL120°14.29%76.67%
HSB/HSV120°8.33%80.00%
CMYK8.33%0.00%8.33%
20.00%

Color #BBCCBB in popluar number systems.

HEXBBCCBB
Decimal187204187
Binary101110111100110010111011
Octal273314273

Shades and tints

Shades of #BBCCBB

#BBCCBB
(187,204,187)
#AABAAA
(170,186,170)
#99A899
(153,168,153)
#889688
(136,150,136)
#778477
(119,132,119)
#667266
(102,114,102)
#556055
(85,96,85)
#444E44
(68,78,68)
#333C33
(51,60,51)
#222A22
(34,42,34)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #BBCCBB

#BBCCBB
(187,204,187)
#C1D0C1
(193,208,193)
#C7D4C7
(199,212,199)
#CDD8CD
(205,216,205)
#D3DCD3
(211,220,211)
#D9E0D9
(217,224,217)
#DFE4DF
(223,228,223)
#E5E8E5
(229,232,229)
#EBECEB
(235,236,235)
#F1F0F1
(241,240,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCBB; }

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

This text font color is #BBCCBB.


Background Color

.myBgColor { background-color: #BBCCBB; }

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

This div background color is #BBCCBB.


Border color

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

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

This div border color is #BBCCBB.


Opacity

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

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

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

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

This text has shadow with #BBCCBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCBB on black background.


Color preview on white background

This text has color #BBCCBB on white background.



Black color preview on #BBCCBB background

This text has black color on #BBCCBB background.


White color preview on #BBCCBB background

This text has white color on #BBCCBB background.