COLOR #C6AB7E

HEX: #C6AB7E
RGB: (198,171,126)

Color info

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

RGB color model

#C6AB7E color RGB value is (198,171,126).

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

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 126 of 255 = 49%

198
171
126

R + G + B ~ 65%. #C6AB7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 126 = 495 (100%)
R 198 of 495 ~ 40%
G 171 of 495 ~ 34.55%
B 126 of 495 ~ 25.45%

%40
%34.55
%25.45

CMYK color model

#C6AB7E color CMYK value is (0,14,36,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK:
(0,14,36,22)
C0M14Y36K22 
(0%,14%,36%,22%)
(0.00/0.14/0.36/0.22)	

CMYK percentages

%0
%13.64
%36.36
%22.35

Codes

Color #C6AB7E in popluar color models

C6AB7E
RGB198171126
HSL38°38.71%63.53%
HSB/HSV38°36.36%77.65%
CMYK0.00%13.64%36.36%
22.35%

Color #C6AB7E in popluar number systems.

HEXC6AB7E
Decimal198171126
Binary11000110101010111111110
Octal306253176

Shades and tints

Shades of #C6AB7E

#C6AB7E
(198,171,126)
#B49C73
(180,156,115)
#A28D68
(162,141,104)
#907E5D
(144,126,93)
#7E6F52
(126,111,82)
#6C6047
(108,96,71)
#5A513C
(90,81,60)
#484231
(72,66,49)
#363326
(54,51,38)
#24241B
(36,36,27)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C6AB7E

#C6AB7E
(198,171,126)
#CBB289
(203,178,137)
#D0B994
(208,185,148)
#D5C09F
(213,192,159)
#DAC7AA
(218,199,170)
#DFCEB5
(223,206,181)
#E4D5C0
(228,213,192)
#E9DCCB
(233,220,203)
#EEE3D6
(238,227,214)
#F3EAE1
(243,234,225)
#F8F1EC
(248,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AB7E; }

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

This text font color is #C6AB7E.


Background Color

.myBgColor { background-color: #C6AB7E; }

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

This div background color is #C6AB7E.


Border color

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

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

This div border color is #C6AB7E.


Opacity

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

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

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

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

This text has shadow with #C6AB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AB7E on black background.


Color preview on white background

This text has color #C6AB7E on white background.



Black color preview on #C6AB7E background

This text has black color on #C6AB7E background.


White color preview on #C6AB7E background

This text has white color on #C6AB7E background.