COLOR #C6BC9A

HEX: #C6BC9A RGB: (198,188,154)

Color info

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

RGB color model

#C6BC9A color RGB value is (198,188,154).

RGB: (198,188,154) (78%, 74%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 154 of 255 = 60%

198
188
154

R + G + B ~ 71%. #C6BC9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 188 + 154 = 540 (100%)
R 198 of 540 ~ 36.67%
G 188 of 540 ~ 34.81%
B 154 of 540 ~ 28.52'%

%36.67
%34.81
%28.52

CMYK color model

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

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

CMYK: (0,5,22,22)
C0M5Y22K22 (0%, 5%, 22%, 22%)
(0.00 / 0.05 / 0.22 / 0.22)

CMYK percentages

%0
%5.05
%22.22
%22.35

Codes

Color #C6BC9A in popluar color models

C6 BC 9A
RGB 198 188 154
HSL 46° 27.85% 69.02%
HSB/HSV 46° 22.22% 77.65%
CMYK 0.00% 5.05% 22.22%
22.35%

Color #C6BC9A in popluar number systems.

HEX C6 BC 9A
Decimal 198 188 154
Binary 11000110 10111100 10011010
Octal 306 274 232

Shades and tints

Shades of #C6BC9A

#C6BC9A
(198,188,154)
#B4AB8C
(180,171,140)
#A29A7E
(162,154,126)
#908970
(144,137,112)
#7E7862
(126,120,98)
#6C6754
(108,103,84)
#5A5646
(90,86,70)
#484538
(72,69,56)
#36342A
(54,52,42)
#24231C
(36,35,28)
#12120E
(18,18,14)
#000000
(0,0,0)

Tints of #C6BC9A

#C6BC9A
(198,188,154)
#CBC2A3
(203,194,163)
#D0C8AC
(208,200,172)
#D5CEB5
(213,206,181)
#DAD4BE
(218,212,190)
#DFDAC7
(223,218,199)
#E4E0D0
(228,224,208)
#E9E6D9
(233,230,217)
#EEECE2
(238,236,226)
#F3F2EB
(243,242,235)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BC9A; }

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

This text font color is #C6BC9A.

Background Color

.myBgColor { background-color: #C6BC9A; }

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

This div background color is #C6BC9A.

Border color

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

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

This div border color is #C6BC9A.

Opacity

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

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

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

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

This text has shadow with #C6BC9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BC9A.

Preview

Color preview on black background

This text has color #C6BC9A on black background.


Color preview on white background

This text has color #C6BC9A on white background.


Black color preview on #C6BC9A background

This text has black color on #C6BC9A background.


White color preview on #C6BC9A background

This text has white color on #C6BC9A background.


Related colors

Complementary color

Complementary color for #hex is #394365.


I love getcolorcode.com

Triadic colors

1 #9AC6BC and #BC9AC6 with #C6BC9A are triadic colors.

2 #9ABCC6 and #BCC69A with #C6BC9A are triadic colors.