COLOR #BBCCB3

HEX: #BBCCB3
RGB: (187,204,179)

Color info

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

RGB color model

#BBCCB3 color RGB value is (187,204,179).

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

RGB channels and saturation

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

187
204
179

R + G + B ~ 74%. #BBCCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 179 = 570 (100%)
R 187 of 570 ~ 32.81%
G 204 of 570 ~ 35.79%
B 179 of 570 ~ 31.4%

%32.81
%35.79
%31.4

CMYK color model

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

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

CMYK percentages

%8.33
%0
%12.25
%20

Codes

Color #BBCCB3 in popluar color models

BBCCB3
RGB187204179
HSL101°19.69%75.10%
HSB/HSV101°12.25%80.00%
CMYK8.33%0.00%12.25%
20.00%

Color #BBCCB3 in popluar number systems.

HEXBBCCB3
Decimal187204179
Binary101110111100110010110011
Octal273314263

Shades and tints

Shades of #BBCCB3

#BBCCB3
(187,204,179)
#AABAA3
(170,186,163)
#99A893
(153,168,147)
#889683
(136,150,131)
#778473
(119,132,115)
#667263
(102,114,99)
#556053
(85,96,83)
#444E43
(68,78,67)
#333C33
(51,60,51)
#222A23
(34,42,35)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #BBCCB3

#BBCCB3
(187,204,179)
#C1D0B9
(193,208,185)
#C7D4BF
(199,212,191)
#CDD8C5
(205,216,197)
#D3DCCB
(211,220,203)
#D9E0D1
(217,224,209)
#DFE4D7
(223,228,215)
#E5E8DD
(229,232,221)
#EBECE3
(235,236,227)
#F1F0E9
(241,240,233)
#F7F4EF
(247,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCB3; }

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

This text font color is #BBCCB3.


Background Color

.myBgColor { background-color: #BBCCB3; }

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

This div background color is #BBCCB3.


Border color

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

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

This div border color is #BBCCB3.


Opacity

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

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

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

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

This text has shadow with #BBCCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCB3 on black background.


Color preview on white background

This text has color #BBCCB3 on white background.



Black color preview on #BBCCB3 background

This text has black color on #BBCCB3 background.


White color preview on #BBCCB3 background

This text has white color on #BBCCB3 background.