COLOR #C7AB8D

HEX: #C7AB8D RGB: (199,171,141)

Color info

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

RGB color model

#C7AB8D color RGB value is (199,171,141).

RGB: (199,171,141) (78%, 67%, 55%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 141 of 255 = 55%

199
171
141

R + G + B ~ 67%. #C7AB8D is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 171 + 141 = 511 (100%)
R 199 of 511 ~ 38.94%
G 171 of 511 ~ 33.46%
B 141 of 511 ~ 27.59'%

%38.94
%33.46
%27.59

CMYK color model

#C7AB8D color CMYK value is (0,14,29,22).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK: (0,14,29,22) C0M14Y29K22 (0%,14%,29%,22%) (0.00/0.14/0.29/0.22) 

CMYK percentages

%0
%14.07
%29.15
%21.96

Codes

Color #C7AB8D in popluar color models

C7 AB 8D
RGB 199 171 141
HSL 31° 34.12% 66.67%
HSB/HSV 31° 29.15% 78.04%
CMYK 0.00% 14.07% 29.15%
21.96%

Color #C7AB8D in popluar number systems.

HEX C7 AB 8D
Decimal 199 171 141
Binary 11000111 10101011 10001101
Octal 307 253 215

Shades and tints

Shades of #C7AB8D

#C7AB8D
(199,171,141)
#B59C81
(181,156,129)
#A38D75
(163,141,117)
#917E69
(145,126,105)
#7F6F5D
(127,111,93)
#6D6051
(109,96,81)
#5B5145
(91,81,69)
#494239
(73,66,57)
#37332D
(55,51,45)
#252421
(37,36,33)
#131515
(19,21,21)
#000000
(0,0,0)

Tints of #C7AB8D

#C7AB8D
(199,171,141)
#CCB297
(204,178,151)
#D1B9A1
(209,185,161)
#D6C0AB
(214,192,171)
#DBC7B5
(219,199,181)
#E0CEBF
(224,206,191)
#E5D5C9
(229,213,201)
#EADCD3
(234,220,211)
#EFE3DD
(239,227,221)
#F4EAE7
(244,234,231)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7AB8D color. Also use rgb(199,171,141) instead hex code.

Text Font Color

.myTextColor { color: #C7AB8D; }

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

This text font color is #C7AB8D.

Background Color

.myBgColor { background-color: #C7AB8D; }

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

This div background color is #C7AB8D.

Border color

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

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

This div border color is #C7AB8D.

Opacity

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

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

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

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

This text has shadow with #C7AB8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7AB8D.

Preview

Color preview on black background

This text has color #C7AB8D on black background.


Color preview on white background

This text has color #C7AB8D on white background.


Black color preview on #C7AB8D background

This text has black color on #C7AB8D background.


White color preview on #C7AB8D background

This text has white color on #C7AB8D background.


Related colors

Complementary color

Complementary color for #hex is #385472.


I love getcolorcode.com

Triadic colors

1 #8DC7AB and #AB8DC7 with #C7AB8D are triadic colors.

2 #8DABC7 and #ABC78D with #C7AB8D are triadic colors.