COLOR #C6AB6B

HEX: #C6AB6B
RGB: (198,171,107)

Color info

#C6AB6B contains mainly red and green colors. Web safe color of #C6AB6B is #CC9966 (or #C96).

RGB color model

#C6AB6B color RGB value is (198,171,107).

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

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 107 of 255 = 42%

198
171
107

R + G + B ~ 62%. #C6AB6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 107 = 476 (100%)
R 198 of 476 ~ 41.6%
G 171 of 476 ~ 35.92%
B 107 of 476 ~ 22.48%

%41.6
%35.92
%22.48

CMYK color model

#C6AB6B color CMYK value is (0,14,46,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 45.96%
  • key color value is 22.35%
CMYK:
(0,14,46,22)
C0M14Y46K22 
(0%,14%,46%,22%)
(0.00/0.14/0.46/0.22)	

CMYK percentages

%0
%13.64
%45.96
%22.35

Codes

Color #C6AB6B in popluar color models

C6AB6B
RGB198171107
HSL42°44.39%59.80%
HSB/HSV42°45.96%77.65%
CMYK0.00%13.64%45.96%
22.35%

Color #C6AB6B in popluar number systems.

HEXC6AB6B
Decimal198171107
Binary11000110101010111101011
Octal306253153

Shades and tints

Shades of #C6AB6B

#C6AB6B
(198,171,107)
#B49C62
(180,156,98)
#A28D59
(162,141,89)
#907E50
(144,126,80)
#7E6F47
(126,111,71)
#6C603E
(108,96,62)
#5A5135
(90,81,53)
#48422C
(72,66,44)
#363323
(54,51,35)
#24241A
(36,36,26)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C6AB6B

#C6AB6B
(198,171,107)
#CBB278
(203,178,120)
#D0B985
(208,185,133)
#D5C092
(213,192,146)
#DAC79F
(218,199,159)
#DFCEAC
(223,206,172)
#E4D5B9
(228,213,185)
#E9DCC6
(233,220,198)
#EEE3D3
(238,227,211)
#F3EAE0
(243,234,224)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AB6B; }

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

This text font color is #C6AB6B.


Background Color

.myBgColor { background-color: #C6AB6B; }

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

This div background color is #C6AB6B.


Border color

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

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

This div border color is #C6AB6B.


Opacity

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

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

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

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

This text has shadow with #C6AB6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AB6B on black background.


Color preview on white background

This text has color #C6AB6B on white background.



Black color preview on #C6AB6B background

This text has black color on #C6AB6B background.


White color preview on #C6AB6B background

This text has white color on #C6AB6B background.