COLOR #C6BB9A

HEX: #C6BB9A RGB: (198,187,154)

Color info

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

RGB color model

#C6BB9A color RGB value is (198,187,154).

RGB: (198,187,154) (78%, 73%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 154 of 255 = 60%

198
187
154

R + G + B ~ 70%. #C6BB9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 187 + 154 = 539 (100%)
R 198 of 539 ~ 36.73%
G 187 of 539 ~ 34.69%
B 154 of 539 ~ 28.57'%

%36.73
%34.69
%28.57

CMYK color model

#C6BB9A color CMYK value is (0,6,22,22).

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

CMYK: (0,6,22,22)
C0M6Y22K22 (0%, 6%, 22%, 22%)
(0.00 / 0.06 / 0.22 / 0.22)

CMYK percentages

%0
%5.56
%22.22
%22.35

Codes

Color #C6BB9A in popluar color models

C6 BB 9A
RGB 198 187 154
HSL 45° 27.85% 69.02%
HSB/HSV 45° 22.22% 77.65%
CMYK 0.00% 5.56% 22.22%
22.35%

Color #C6BB9A in popluar number systems.

HEX C6 BB 9A
Decimal 198 187 154
Binary 11000110 10111011 10011010
Octal 306 273 232

Shades and tints

Shades of #C6BB9A

#C6BB9A
(198,187,154)
#B4AA8C
(180,170,140)
#A2997E
(162,153,126)
#908870
(144,136,112)
#7E7762
(126,119,98)
#6C6654
(108,102,84)
#5A5546
(90,85,70)
#484438
(72,68,56)
#36332A
(54,51,42)
#24221C
(36,34,28)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #C6BB9A

#C6BB9A
(198,187,154)
#CBC1A3
(203,193,163)
#D0C7AC
(208,199,172)
#D5CDB5
(213,205,181)
#DAD3BE
(218,211,190)
#DFD9C7
(223,217,199)
#E4DFD0
(228,223,208)
#E9E5D9
(233,229,217)
#EEEBE2
(238,235,226)
#F3F1EB
(243,241,235)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BB9A; }

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

This text font color is #C6BB9A.

Background Color

.myBgColor { background-color: #C6BB9A; }

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

This div background color is #C6BB9A.

Border color

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

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

This div border color is #C6BB9A.

Opacity

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

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

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

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

This text has shadow with #C6BB9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BB9A.

Preview

Color preview on black background

This text has color #C6BB9A on black background.


Color preview on white background

This text has color #C6BB9A on white background.


Black color preview on #C6BB9A background

This text has black color on #C6BB9A background.


White color preview on #C6BB9A background

This text has white color on #C6BB9A background.


Related colors

Complementary color

Complementary color for #hex is #394465.


I love getcolorcode.com

Triadic colors

1 #9AC6BB and #BB9AC6 with #C6BB9A are triadic colors.

2 #9ABBC6 and #BBC69A with #C6BB9A are triadic colors.