COLOR #C7ABA6

HEX: #C7ABA6 RGB: (199,171,166)

Color info

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

RGB color model

#C7ABA6 color RGB value is (199,171,166).

RGB: (199,171,166) (78%, 67%, 65%)

RGB channels and saturation

R 199 of 255 = 78%
G 171 of 255 = 67%
B 166 of 255 = 65%

199
171
166

R + G + B ~ 70%. #C7ABA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 171 + 166 = 536 (100%)
R 199 of 536 ~ 37.13%
G 171 of 536 ~ 31.9%
B 166 of 536 ~ 30.97'%

%37.13
%31.9
%30.97

CMYK color model

#C7ABA6 color CMYK value is (0,14,17,22).

  • cyan value is 0.00%
  • magenta value is 14.07%
  • yellow value is 16.58%
  • key color value is 21.96%

CMYK: (0,14,17,22)
C0M14Y17K22 (0%, 14%, 17%, 22%)
(0.00 / 0.14 / 0.17 / 0.22)

CMYK percentages

%0
%14.07
%16.58
%21.96

Codes

Color #C7ABA6 in popluar color models

C7 AB A6
RGB 199 171 166
HSL 22.76% 71.57%
HSB/HSV 16.58% 78.04%
CMYK 0.00% 14.07% 16.58%
21.96%

Color #C7ABA6 in popluar number systems.

HEX C7 AB A6
Decimal 199 171 166
Binary 11000111 10101011 10100110
Octal 307 253 246

Shades and tints

Shades of #C7ABA6

#C7ABA6
(199,171,166)
#B59C97
(181,156,151)
#A38D88
(163,141,136)
#917E79
(145,126,121)
#7F6F6A
(127,111,106)
#6D605B
(109,96,91)
#5B514C
(91,81,76)
#49423D
(73,66,61)
#37332E
(55,51,46)
#25241F
(37,36,31)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #C7ABA6

#C7ABA6
(199,171,166)
#CCB2AE
(204,178,174)
#D1B9B6
(209,185,182)
#D6C0BE
(214,192,190)
#DBC7C6
(219,199,198)
#E0CECE
(224,206,206)
#E5D5D6
(229,213,214)
#EADCDE
(234,220,222)
#EFE3E6
(239,227,230)
#F4EAEE
(244,234,238)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7ABA6; }

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

This text font color is #C7ABA6.

Background Color

.myBgColor { background-color: #C7ABA6; }

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

This div background color is #C7ABA6.

Border color

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

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

This div border color is #C7ABA6.

Opacity

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

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

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

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

This text has shadow with #C7ABA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7ABA6.

Preview

Color preview on black background

This text has color #C7ABA6 on black background.


Color preview on white background

This text has color #C7ABA6 on white background.


Black color preview on #C7ABA6 background

This text has black color on #C7ABA6 background.


White color preview on #C7ABA6 background

This text has white color on #C7ABA6 background.


Related colors

Complementary color

Complementary color for #hex is #385459.


I love getcolorcode.com

Triadic colors

1 #A6C7AB and #ABA6C7 with #C7ABA6 are triadic colors.

2 #A6ABC7 and #ABC7A6 with #C7ABA6 are triadic colors.