COLOR #BBCCA4

HEX: #BBCCA4
RGB: (187,204,164)

Color info

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

RGB color model

#BBCCA4 color RGB value is (187,204,164).

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

RGB channels and saturation

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

187
204
164

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

Portions of RGB colors in percentages

R + G + B =
187 + 204 + 164 = 555 (100%)
R 187 of 555 ~ 33.69%
G 204 of 555 ~ 36.76%
B 164 of 555 ~ 29.55%

%33.69
%36.76
%29.55

CMYK color model

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

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

CMYK percentages

%8.33
%0
%19.61
%20

Codes

Color #BBCCA4 in popluar color models

BBCCA4
RGB187204164
HSL86°28.17%72.16%
HSB/HSV86°19.61%80.00%
CMYK8.33%0.00%19.61%
20.00%

Color #BBCCA4 in popluar number systems.

HEXBBCCA4
Decimal187204164
Binary101110111100110010100100
Octal273314244

Shades and tints

Shades of #BBCCA4

#BBCCA4
(187,204,164)
#AABA96
(170,186,150)
#99A888
(153,168,136)
#88967A
(136,150,122)
#77846C
(119,132,108)
#66725E
(102,114,94)
#556050
(85,96,80)
#444E42
(68,78,66)
#333C34
(51,60,52)
#222A26
(34,42,38)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #BBCCA4

#BBCCA4
(187,204,164)
#C1D0AC
(193,208,172)
#C7D4B4
(199,212,180)
#CDD8BC
(205,216,188)
#D3DCC4
(211,220,196)
#D9E0CC
(217,224,204)
#DFE4D4
(223,228,212)
#E5E8DC
(229,232,220)
#EBECE4
(235,236,228)
#F1F0EC
(241,240,236)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBCCA4; }

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

This text font color is #BBCCA4.


Background Color

.myBgColor { background-color: #BBCCA4; }

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

This div background color is #BBCCA4.


Border color

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

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

This div border color is #BBCCA4.


Opacity

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

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

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

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

This text has shadow with #BBCCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBCCA4 on black background.


Color preview on white background

This text has color #BBCCA4 on white background.



Black color preview on #BBCCA4 background

This text has black color on #BBCCA4 background.


White color preview on #BBCCA4 background

This text has white color on #BBCCA4 background.