COLOR #C6B0AA

HEX: #C6B0AA
RGB: (198,176,170)

Color info

#C6B0AA contains red, green and blue colors in about the same proportion. Web safe color of #C6B0AA is #CC9999 (or #C99).

RGB color model

#C6B0AA color RGB value is (198,176,170).

  • red value is 198;
  • green value is 176;
  • blue value is 170.
RGB:
(198,176,170)
(78%,69%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 170 of 255 = 67%

198
176
170

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

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 170 = 544 (100%)
R 198 of 544 ~ 36.4%
G 176 of 544 ~ 32.35%
B 170 of 544 ~ 31.25%

%36.4
%32.35
%31.25

CMYK color model

#C6B0AA color CMYK value is (0,11,14,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 14.14%
  • key color value is 22.35%
CMYK:
(0,11,14,22)
C0M11Y14K22 
(0%,11%,14%,22%)
(0.00/0.11/0.14/0.22)	

CMYK percentages

%0
%11.11
%14.14
%22.35

Codes

Color #C6B0AA in popluar color models

C6B0AA
RGB198176170
HSL13°19.72%72.16%
HSB/HSV13°14.14%77.65%
CMYK0.00%11.11%14.14%
22.35%

Color #C6B0AA in popluar number systems.

HEXC6B0AA
Decimal198176170
Binary110001101011000010101010
Octal306260252

Shades and tints

Shades of #C6B0AA

#C6B0AA
(198,176,170)
#B4A09B
(180,160,155)
#A2908C
(162,144,140)
#90807D
(144,128,125)
#7E706E
(126,112,110)
#6C605F
(108,96,95)
#5A5050
(90,80,80)
#484041
(72,64,65)
#363032
(54,48,50)
#242023
(36,32,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #C6B0AA

#C6B0AA
(198,176,170)
#CBB7B1
(203,183,177)
#D0BEB8
(208,190,184)
#D5C5BF
(213,197,191)
#DACCC6
(218,204,198)
#DFD3CD
(223,211,205)
#E4DAD4
(228,218,212)
#E9E1DB
(233,225,219)
#EEE8E2
(238,232,226)
#F3EFE9
(243,239,233)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B0AA color. Also use rgb(198,176,170) instead hex code.

Text Font Color

.myTextColor { color: #C6B0AA; }

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

This text font color is #C6B0AA.


Background Color

.myBgColor { background-color: #C6B0AA; }

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

This div background color is #C6B0AA.


Border color

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

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

This div border color is #C6B0AA.


Opacity

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

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

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

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

This text has shadow with #C6B0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0AA on black background.


Color preview on white background

This text has color #C6B0AA on white background.



Black color preview on #C6B0AA background

This text has black color on #C6B0AA background.


White color preview on #C6B0AA background

This text has white color on #C6B0AA background.