COLOR #BBCCA7

HEX: #BBCCA7
RGB: (187,204,167)

Color info

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

RGB color model

#BBCCA7 color RGB value is (187,204,167).

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

RGB channels and saturation

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

187
204
167

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

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 167 = 558 (100%)
R 187 of 558 ~ 33.51%
G 204 of 558 ~ 36.56%
B 167 of 558 ~ 29.93%

%33.51
%36.56
%29.93

CMYK color model

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

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

CMYK percentages

%8.33
%0
%18.14
%20

Codes

Color #BBCCA7 in popluar color models

BBCCA7
RGB187204167
HSL88°26.62%72.75%
HSB/HSV88°18.14%80.00%
CMYK8.33%0.00%18.14%
20.00%

Color #BBCCA7 in popluar number systems.

HEXBBCCA7
Decimal187204167
Binary101110111100110010100111
Octal273314247

Shades and tints

Shades of #BBCCA7

#BBCCA7
(187,204,167)
#AABA98
(170,186,152)
#99A889
(153,168,137)
#88967A
(136,150,122)
#77846B
(119,132,107)
#66725C
(102,114,92)
#55604D
(85,96,77)
#444E3E
(68,78,62)
#333C2F
(51,60,47)
#222A20
(34,42,32)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #BBCCA7

#BBCCA7
(187,204,167)
#C1D0AF
(193,208,175)
#C7D4B7
(199,212,183)
#CDD8BF
(205,216,191)
#D3DCC7
(211,220,199)
#D9E0CF
(217,224,207)
#DFE4D7
(223,228,215)
#E5E8DF
(229,232,223)
#EBECE7
(235,236,231)
#F1F0EF
(241,240,239)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCA7; }

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

This text font color is #BBCCA7.


Background Color

.myBgColor { background-color: #BBCCA7; }

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

This div background color is #BBCCA7.


Border color

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

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

This div border color is #BBCCA7.


Opacity

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

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

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

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

This text has shadow with #BBCCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCA7 on black background.


Color preview on white background

This text has color #BBCCA7 on white background.



Black color preview on #BBCCA7 background

This text has black color on #BBCCA7 background.


White color preview on #BBCCA7 background

This text has white color on #BBCCA7 background.