COLOR #C6C1AB

HEX: #C6C1AB
RGB: (198,193,171)

Color info

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

RGB color model

#C6C1AB color RGB value is (198,193,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 171 of 255 = 67%

198
193
171

R + G + B ~ 74%. #C6C1AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 171 = 562 (100%)
R 198 of 562 ~ 35.23%
G 193 of 562 ~ 34.34%
B 171 of 562 ~ 30.43%

%35.23
%34.34
%30.43

CMYK color model

#C6C1AB color CMYK value is (0,3,14,22).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,3,14,22)
C0M3Y14K22 
(0%,3%,14%,22%)
(0.00/0.03/0.14/0.22)	

CMYK percentages

%0
%2.53
%13.64
%22.35

Codes

Color #C6C1AB in popluar color models

C6C1AB
RGB198193171
HSL49°19.15%72.35%
HSB/HSV49°13.64%77.65%
CMYK0.00%2.53%13.64%
22.35%

Color #C6C1AB in popluar number systems.

HEXC6C1AB
Decimal198193171
Binary110001101100000110101011
Octal306301253

Shades and tints

Shades of #C6C1AB

#C6C1AB
(198,193,171)
#B4B09C
(180,176,156)
#A29F8D
(162,159,141)
#908E7E
(144,142,126)
#7E7D6F
(126,125,111)
#6C6C60
(108,108,96)
#5A5B51
(90,91,81)
#484A42
(72,74,66)
#363933
(54,57,51)
#242824
(36,40,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6C1AB

#C6C1AB
(198,193,171)
#CBC6B2
(203,198,178)
#D0CBB9
(208,203,185)
#D5D0C0
(213,208,192)
#DAD5C7
(218,213,199)
#DFDACE
(223,218,206)
#E4DFD5
(228,223,213)
#E9E4DC
(233,228,220)
#EEE9E3
(238,233,227)
#F3EEEA
(243,238,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C1AB; }

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

This text font color is #C6C1AB.


Background Color

.myBgColor { background-color: #C6C1AB; }

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

This div background color is #C6C1AB.


Border color

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

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

This div border color is #C6C1AB.


Opacity

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

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

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

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

This text has shadow with #C6C1AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C1AB on black background.


Color preview on white background

This text has color #C6C1AB on white background.



Black color preview on #C6C1AB background

This text has black color on #C6C1AB background.


White color preview on #C6C1AB background

This text has white color on #C6C1AB background.