COLOR #BBCBB7

HEX: #BBCBB7
RGB: (187,203,183)

Color info

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

RGB color model

#BBCBB7 color RGB value is (187,203,183).

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

RGB channels and saturation

R 187 of 255 = 73%
G 203 of 255 = 80%
B 183 of 255 = 72%

187
203
183

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

Portions of RGB colors in percentages

R + G + B =
187 + 203 + 183 = 573 (100%)
R 187 of 573 ~ 32.64%
G 203 of 573 ~ 35.43%
B 183 of 573 ~ 31.94%

%32.64
%35.43
%31.94

CMYK color model

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

  • cyan value is 7.88%
  • magenta value is 0.00%
  • yellow value is 9.85%
  • key color value is 20.39%
CMYK:
(8,0,10,20)
C8M0Y10K20 
(8%,0%,10%,20%)
(0.08/0.00/0.10/0.20)	

CMYK percentages

%7.88
%0
%9.85
%20.39

Codes

Color #BBCBB7 in popluar color models

BBCBB7
RGB187203183
HSL108°16.13%75.69%
HSB/HSV108°9.85%79.61%
CMYK7.88%0.00%9.85%
20.39%

Color #BBCBB7 in popluar number systems.

HEXBBCBB7
Decimal187203183
Binary101110111100101110110111
Octal273313267

Shades and tints

Shades of #BBCBB7

#BBCBB7
(187,203,183)
#AAB9A7
(170,185,167)
#99A797
(153,167,151)
#889587
(136,149,135)
#778377
(119,131,119)
#667167
(102,113,103)
#555F57
(85,95,87)
#444D47
(68,77,71)
#333B37
(51,59,55)
#222927
(34,41,39)
#111717
(17,23,23)
#000000
(0,0,0)

Tints of #BBCBB7

#BBCBB7
(187,203,183)
#C1CFBD
(193,207,189)
#C7D3C3
(199,211,195)
#CDD7C9
(205,215,201)
#D3DBCF
(211,219,207)
#D9DFD5
(217,223,213)
#DFE3DB
(223,227,219)
#E5E7E1
(229,231,225)
#EBEBE7
(235,235,231)
#F1EFED
(241,239,237)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCBB7; }

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

This text font color is #BBCBB7.


Background Color

.myBgColor { background-color: #BBCBB7; }

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

This div background color is #BBCBB7.


Border color

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

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

This div border color is #BBCBB7.


Opacity

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

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

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

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

This text has shadow with #BBCBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCBB7 on black background.


Color preview on white background

This text has color #BBCBB7 on white background.



Black color preview on #BBCBB7 background

This text has black color on #BBCBB7 background.


White color preview on #BBCBB7 background

This text has white color on #BBCBB7 background.