COLOR #C7A7A6

HEX: #C7A7A6
RGB: (199,167,166)

Color info

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

RGB color model

#C7A7A6 color RGB value is (199,167,166).

  • red value is 199;
  • green value is 167;
  • blue value is 166.
RGB:
(199,167,166)
(78%,65%,65%)

RGB channels and saturation

R 199 of 255 = 78%
G 167 of 255 = 65%
B 166 of 255 = 65%

199
167
166

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

Portions of RGB colors in percentages

R + G + B =
199 + 167 + 166 = 532 (100%)
R 199 of 532 ~ 37.41%
G 167 of 532 ~ 31.39%
B 166 of 532 ~ 31.2%

%37.41
%31.39
%31.2

CMYK color model

#C7A7A6 color CMYK value is (0,16,17,22).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 16.58%
  • key color value is 21.96%
CMYK:
(0,16,17,22)
C0M16Y17K22 
(0%,16%,17%,22%)
(0.00/0.16/0.17/0.22)	

CMYK percentages

%0
%16.08
%16.58
%21.96

Codes

Color #C7A7A6 in popluar color models

C7A7A6
RGB199167166
HSL22.76%71.57%
HSB/HSV16.58%78.04%
CMYK0.00%16.08%16.58%
21.96%

Color #C7A7A6 in popluar number systems.

HEXC7A7A6
Decimal199167166
Binary110001111010011110100110
Octal307247246

Shades and tints

Shades of #C7A7A6

#C7A7A6
(199,167,166)
#B59897
(181,152,151)
#A38988
(163,137,136)
#917A79
(145,122,121)
#7F6B6A
(127,107,106)
#6D5C5B
(109,92,91)
#5B4D4C
(91,77,76)
#493E3D
(73,62,61)
#372F2E
(55,47,46)
#25201F
(37,32,31)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #C7A7A6

#C7A7A6
(199,167,166)
#CCAFAE
(204,175,174)
#D1B7B6
(209,183,182)
#D6BFBE
(214,191,190)
#DBC7C6
(219,199,198)
#E0CFCE
(224,207,206)
#E5D7D6
(229,215,214)
#EADFDE
(234,223,222)
#EFE7E6
(239,231,230)
#F4EFEE
(244,239,238)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7A7A6; }

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

This text font color is #C7A7A6.


Background Color

.myBgColor { background-color: #C7A7A6; }

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

This div background color is #C7A7A6.


Border color

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

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

This div border color is #C7A7A6.


Opacity

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

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

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

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

This text has shadow with #C7A7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A7A6 on black background.


Color preview on white background

This text has color #C7A7A6 on white background.



Black color preview on #C7A7A6 background

This text has black color on #C7A7A6 background.


White color preview on #C7A7A6 background

This text has white color on #C7A7A6 background.