COLOR #C7AB9D

HEX: #C7AB9D
RGB: (199,171,157)

Color info

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

RGB color model

#C7AB9D color RGB value is (199,171,157).

  • red value is 199;
  • green value is 171;
  • blue value is 157.
RGB:
(199,171,157)
(78%,67%,62%)

RGB channels and saturation

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

199
171
157

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

Portions of RGB colors in percentages

R + G + B =
199 + 171 + 157 = 527 (100%)
R 199 of 527 ~ 37.76%
G 171 of 527 ~ 32.45%
B 157 of 527 ~ 29.79%

%37.76
%32.45
%29.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 21.11%
  • key color value is 21.96%
CMYK:
(0,14,21,22)
C0M14Y21K22 
(0%,14%,21%,22%)
(0.00/0.14/0.21/0.22)	

CMYK percentages

%0
%14.07
%21.11
%21.96

Codes

Color #C7AB9D in popluar color models

C7AB9D
RGB199171157
HSL20°27.27%69.80%
HSB/HSV20°21.11%78.04%
CMYK0.00%14.07%21.11%
21.96%

Color #C7AB9D in popluar number systems.

HEXC7AB9D
Decimal199171157
Binary110001111010101110011101
Octal307253235

Shades and tints

Shades of #C7AB9D

#C7AB9D
(199,171,157)
#B59C8F
(181,156,143)
#A38D81
(163,141,129)
#917E73
(145,126,115)
#7F6F65
(127,111,101)
#6D6057
(109,96,87)
#5B5149
(91,81,73)
#49423B
(73,66,59)
#37332D
(55,51,45)
#25241F
(37,36,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #C7AB9D

#C7AB9D
(199,171,157)
#CCB2A5
(204,178,165)
#D1B9AD
(209,185,173)
#D6C0B5
(214,192,181)
#DBC7BD
(219,199,189)
#E0CEC5
(224,206,197)
#E5D5CD
(229,213,205)
#EADCD5
(234,220,213)
#EFE3DD
(239,227,221)
#F4EAE5
(244,234,229)
#F9F1ED
(249,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AB9D; }

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

This text font color is #C7AB9D.


Background Color

.myBgColor { background-color: #C7AB9D; }

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

This div background color is #C7AB9D.


Border color

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

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

This div border color is #C7AB9D.


Opacity

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

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

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

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

This text has shadow with #C7AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AB9D on black background.


Color preview on white background

This text has color #C7AB9D on white background.



Black color preview on #C7AB9D background

This text has black color on #C7AB9D background.


White color preview on #C7AB9D background

This text has white color on #C7AB9D background.