COLOR #C6AB9D

HEX: #C6AB9D RGB: (198,171,157)

Color info

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

RGB color model

#C6AB9D color RGB value is (198,171,157).

RGB: (198,171,157) (78%, 67%, 62%)

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 157 of 255 = 62%

198
171
157

R + G + B ~ 69%. #C6AB9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 171 + 157 = 526 (100%)
R 198 of 526 ~ 37.64%
G 171 of 526 ~ 32.51%
B 157 of 526 ~ 29.85'%

%37.64
%32.51
%29.85

CMYK color model

#C6AB9D color CMYK value is (0,14,21,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 20.71%
  • key color value is 22.35%

CMYK: (0,14,21,22)
C0M14Y21K22 (0%, 14%, 21%, 22%)
(0.00 / 0.14 / 0.21 / 0.22)

CMYK percentages

%0
%13.64
%20.71
%22.35

Codes

Color #C6AB9D in popluar color models

C6 AB 9D
RGB 198 171 157
HSL 20° 26.45% 69.61%
HSB/HSV 20° 20.71% 77.65%
CMYK 0.00% 13.64% 20.71%
22.35%

Color #C6AB9D in popluar number systems.

HEX C6 AB 9D
Decimal 198 171 157
Binary 11000110 10101011 10011101
Octal 306 253 235

Shades and tints

Shades of #C6AB9D

#C6AB9D
(198,171,157)
#B49C8F
(180,156,143)
#A28D81
(162,141,129)
#907E73
(144,126,115)
#7E6F65
(126,111,101)
#6C6057
(108,96,87)
#5A5149
(90,81,73)
#48423B
(72,66,59)
#36332D
(54,51,45)
#24241F
(36,36,31)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #C6AB9D

#C6AB9D
(198,171,157)
#CBB2A5
(203,178,165)
#D0B9AD
(208,185,173)
#D5C0B5
(213,192,181)
#DAC7BD
(218,199,189)
#DFCEC5
(223,206,197)
#E4D5CD
(228,213,205)
#E9DCD5
(233,220,213)
#EEE3DD
(238,227,221)
#F3EAE5
(243,234,229)
#F8F1ED
(248,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AB9D; }

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

This text font color is #C6AB9D.

Background Color

.myBgColor { background-color: #C6AB9D; }

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

This div background color is #C6AB9D.

Border color

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

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

This div border color is #C6AB9D.

Opacity

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

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

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

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

This text has shadow with #C6AB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AB9D.

Preview

Color preview on black background

This text has color #C6AB9D on black background.


Color preview on white background

This text has color #C6AB9D on white background.


Black color preview on #C6AB9D background

This text has black color on #C6AB9D background.


White color preview on #C6AB9D background

This text has white color on #C6AB9D background.


Related colors

Complementary color

Complementary color for #hex is #395462.


I love getcolorcode.com

Triadic colors

1 #9DC6AB and #AB9DC6 with #C6AB9D are triadic colors.

2 #9DABC6 and #ABC69D with #C6AB9D are triadic colors.