COLOR #C6BBAB

HEX: #C6BBAB
RGB: (198,187,171)

Color info

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

RGB color model

#C6BBAB color RGB value is (198,187,171).

  • red value is 198;
  • green value is 187;
  • blue value is 171.
RGB:
(198,187,171)
(78%,73%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 171 of 255 = 67%

198
187
171

R + G + B ~ 73%. #C6BBAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 187 + 171 = 556 (100%)
R 198 of 556 ~ 35.61%
G 187 of 556 ~ 33.63%
B 171 of 556 ~ 30.76%

%35.61
%33.63
%30.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,6,14,22)
C0M6Y14K22 
(0%,6%,14%,22%)
(0.00/0.06/0.14/0.22)	

CMYK percentages

%0
%5.56
%13.64
%22.35

Codes

Color #C6BBAB in popluar color models

C6BBAB
RGB198187171
HSL36°19.15%72.35%
HSB/HSV36°13.64%77.65%
CMYK0.00%5.56%13.64%
22.35%

Color #C6BBAB in popluar number systems.

HEXC6BBAB
Decimal198187171
Binary110001101011101110101011
Octal306273253

Shades and tints

Shades of #C6BBAB

#C6BBAB
(198,187,171)
#B4AA9C
(180,170,156)
#A2998D
(162,153,141)
#90887E
(144,136,126)
#7E776F
(126,119,111)
#6C6660
(108,102,96)
#5A5551
(90,85,81)
#484442
(72,68,66)
#363333
(54,51,51)
#242224
(36,34,36)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #C6BBAB

#C6BBAB
(198,187,171)
#CBC1B2
(203,193,178)
#D0C7B9
(208,199,185)
#D5CDC0
(213,205,192)
#DAD3C7
(218,211,199)
#DFD9CE
(223,217,206)
#E4DFD5
(228,223,213)
#E9E5DC
(233,229,220)
#EEEBE3
(238,235,227)
#F3F1EA
(243,241,234)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BBAB; }

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

This text font color is #C6BBAB.


Background Color

.myBgColor { background-color: #C6BBAB; }

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

This div background color is #C6BBAB.


Border color

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

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

This div border color is #C6BBAB.


Opacity

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

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

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

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

This text has shadow with #C6BBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BBAB on black background.


Color preview on white background

This text has color #C6BBAB on white background.



Black color preview on #C6BBAB background

This text has black color on #C6BBAB background.


White color preview on #C6BBAB background

This text has white color on #C6BBAB background.