COLOR #BCCCAB

HEX: #BCCCAB
RGB: (188,204,171)

Color info

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

RGB color model

#BCCCAB color RGB value is (188,204,171).

  • red value is 188;
  • green value is 204;
  • blue value is 171.
RGB:
(188,204,171)
(74%,80%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 204 of 255 = 80%
B 171 of 255 = 67%

188
204
171

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

Portions of RGB colors in percentages

R + G + B =
188 + 204 + 171 = 563 (100%)
R 188 of 563 ~ 33.39%
G 204 of 563 ~ 36.23%
B 171 of 563 ~ 30.37%

%33.39
%36.23
%30.37

CMYK color model

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

  • cyan value is 7.84%
  • magenta value is 0.00%
  • yellow value is 16.18%
  • key color value is 20.00%
CMYK:
(8,0,16,20)
C8M0Y16K20 
(8%,0%,16%,20%)
(0.08/0.00/0.16/0.20)	

CMYK percentages

%7.84
%0
%16.18
%20

Codes

Color #BCCCAB in popluar color models

BCCCAB
RGB188204171
HSL89°24.44%73.53%
HSB/HSV89°16.18%80.00%
CMYK7.84%0.00%16.18%
20.00%

Color #BCCCAB in popluar number systems.

HEXBCCCAB
Decimal188204171
Binary101111001100110010101011
Octal274314253

Shades and tints

Shades of #BCCCAB

#BCCCAB
(188,204,171)
#ABBA9C
(171,186,156)
#9AA88D
(154,168,141)
#89967E
(137,150,126)
#78846F
(120,132,111)
#677260
(103,114,96)
#566051
(86,96,81)
#454E42
(69,78,66)
#343C33
(52,60,51)
#232A24
(35,42,36)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #BCCCAB

#BCCCAB
(188,204,171)
#C2D0B2
(194,208,178)
#C8D4B9
(200,212,185)
#CED8C0
(206,216,192)
#D4DCC7
(212,220,199)
#DAE0CE
(218,224,206)
#E0E4D5
(224,228,213)
#E6E8DC
(230,232,220)
#ECECE3
(236,236,227)
#F2F0EA
(242,240,234)
#F8F4F1
(248,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCCAB; }

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

This text font color is #BCCCAB.


Background Color

.myBgColor { background-color: #BCCCAB; }

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

This div background color is #BCCCAB.


Border color

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

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

This div border color is #BCCCAB.


Opacity

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

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

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

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

This text has shadow with #BCCCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCCAB on black background.


Color preview on white background

This text has color #BCCCAB on white background.



Black color preview on #BCCCAB background

This text has black color on #BCCCAB background.


White color preview on #BCCCAB background

This text has white color on #BCCCAB background.