COLOR #C6BCA6

HEX: #C6BCA6 RGB: (198,188,166)

Color info

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

RGB color model

#C6BCA6 color RGB value is (198,188,166).

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

RGB channels and saturation

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

198
188
166

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

Portions of RGB colors in percentages

R + G + B = 198 + 188 + 166 = 552 (100%)
R 198 of 552 ~ 35.87%
G 188 of 552 ~ 34.06%
B 166 of 552 ~ 30.07'%

%35.87
%34.06
%30.07

CMYK color model

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

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

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

CMYK percentages

%0
%5.05
%16.16
%22.35

Codes

Color #C6BCA6 in popluar color models

C6 BC A6
RGB 198 188 166
HSL 41° 21.92% 71.37%
HSB/HSV 41° 16.16% 77.65%
CMYK 0.00% 5.05% 16.16%
22.35%

Color #C6BCA6 in popluar number systems.

HEX C6 BC A6
Decimal 198 188 166
Binary 11000110 10111100 10100110
Octal 306 274 246

Shades and tints

Shades of #C6BCA6

#C6BCA6
(198,188,166)
#B4AB97
(180,171,151)
#A29A88
(162,154,136)
#908979
(144,137,121)
#7E786A
(126,120,106)
#6C675B
(108,103,91)
#5A564C
(90,86,76)
#48453D
(72,69,61)
#36342E
(54,52,46)
#24231F
(36,35,31)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #C6BCA6

#C6BCA6
(198,188,166)
#CBC2AE
(203,194,174)
#D0C8B6
(208,200,182)
#D5CEBE
(213,206,190)
#DAD4C6
(218,212,198)
#DFDACE
(223,218,206)
#E4E0D6
(228,224,214)
#E9E6DE
(233,230,222)
#EEECE6
(238,236,230)
#F3F2EE
(243,242,238)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCA6; }

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

This text font color is #C6BCA6.

Background Color

.myBgColor { background-color: #C6BCA6; }

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

This div background color is #C6BCA6.

Border color

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

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

This div border color is #C6BCA6.

Opacity

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

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

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

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

This text has shadow with #C6BCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BCA6.

Preview

Color preview on black background

This text has color #C6BCA6 on black background.


Color preview on white background

This text has color #C6BCA6 on white background.


Black color preview on #C6BCA6 background

This text has black color on #C6BCA6 background.


White color preview on #C6BCA6 background

This text has white color on #C6BCA6 background.


Related colors

Complementary color

Complementary color for #hex is #394359.


I love getcolorcode.com

Triadic colors

1 #A6C6BC and #BCA6C6 with #C6BCA6 are triadic colors.

2 #A6BCC6 and #BCC6A6 with #C6BCA6 are triadic colors.