COLOR #BCC6A7

HEX: #BCC6A7 RGB: (188,198,167)

Color info

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

RGB color model

#BCC6A7 color RGB value is (188,198,167).

RGB: (188,198,167) (74%, 78%, 65%)

RGB channels and saturation

R 188 of 255 = 74%
G 198 of 255 = 78%
B 167 of 255 = 65%

188
198
167

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

Portions of RGB colors in percentages

R + G + B = 188 + 198 + 167 = 553 (100%)
R 188 of 553 ~ 34%
G 198 of 553 ~ 35.8%
B 167 of 553 ~ 30.2'%

%34
%35.8
%30.2

CMYK color model

#BCC6A7 color CMYK value is (5,0,16,22).

  • cyan value is 5.05%
  • magenta value is 0.00%
  • yellow value is 15.66%
  • key color value is 22.35%

CMYK: (5,0,16,22)
C5M0Y16K22 (5%, 0%, 16%, 22%)
(0.05 / 0.00 / 0.16 / 0.22)

CMYK percentages

%5.05
%0
%15.66
%22.35

Codes

Color #BCC6A7 in popluar color models

BC C6 A7
RGB 188 198 167
HSL 79° 21.38% 71.57%
HSB/HSV 79° 15.66% 77.65%
CMYK 5.05% 0.00% 15.66%
22.35%

Color #BCC6A7 in popluar number systems.

HEX BC C6 A7
Decimal 188 198 167
Binary 10111100 11000110 10100111
Octal 274 306 247

Shades and tints

Shades of #BCC6A7

#BCC6A7
(188,198,167)
#ABB498
(171,180,152)
#9AA289
(154,162,137)
#89907A
(137,144,122)
#787E6B
(120,126,107)
#676C5C
(103,108,92)
#565A4D
(86,90,77)
#45483E
(69,72,62)
#34362F
(52,54,47)
#232420
(35,36,32)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #BCC6A7

#BCC6A7
(188,198,167)
#C2CBAF
(194,203,175)
#C8D0B7
(200,208,183)
#CED5BF
(206,213,191)
#D4DAC7
(212,218,199)
#DADFCF
(218,223,207)
#E0E4D7
(224,228,215)
#E6E9DF
(230,233,223)
#ECEEE7
(236,238,231)
#F2F3EF
(242,243,239)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC6A7 color. Also use rgb(188,198,167) instead hex code.

Text Font Color

.myTextColor { color: #BCC6A7; }

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

This text font color is #BCC6A7.

Background Color

.myBgColor { background-color: #BCC6A7; }

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

This div background color is #BCC6A7.

Border color

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

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

This div border color is #BCC6A7.

Opacity

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

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

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

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

This text has shadow with #BCC6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCC6A7.

Preview

Color preview on black background

This text has color #BCC6A7 on black background.


Color preview on white background

This text has color #BCC6A7 on white background.


Black color preview on #BCC6A7 background

This text has black color on #BCC6A7 background.


White color preview on #BCC6A7 background

This text has white color on #BCC6A7 background.


Related colors

Complementary color

Complementary color for #hex is #433958.


I love getcolorcode.com

Triadic colors

1 #A7BCC6 and #C6A7BC with #BCC6A7 are triadic colors.

2 #A7C6BC and #C6BCA7 with #BCC6A7 are triadic colors.