COLOR #CFA7A6

HEX: #CFA7A6
RGB: (207,167,166)

Color info

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

RGB color model

#CFA7A6 color RGB value is (207,167,166).

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

RGB channels and saturation

R 207 of 255 = 81%
G 167 of 255 = 65%
B 166 of 255 = 65%

207
167
166

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

Portions of RGB colors in percentages

R + G + B =
207 + 167 + 166 = 540 (100%)
R 207 of 540 ~ 38.33%
G 167 of 540 ~ 30.93%
B 166 of 540 ~ 30.74%

%38.33
%30.93
%30.74

CMYK color model

#CFA7A6 color CMYK value is (0,19,20,19).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 19.81%
  • key color value is 18.82%
CMYK:
(0,19,20,19)
C0M19Y20K19 
(0%,19%,20%,19%)
(0.00/0.19/0.20/0.19)	

CMYK percentages

%0
%19.32
%19.81
%18.82

Codes

Color #CFA7A6 in popluar color models

CFA7A6
RGB207167166
HSL29.93%73.14%
HSB/HSV19.81%81.18%
CMYK0.00%19.32%19.81%
18.82%

Color #CFA7A6 in popluar number systems.

HEXCFA7A6
Decimal207167166
Binary110011111010011110100110
Octal317247246

Shades and tints

Shades of #CFA7A6

#CFA7A6
(207,167,166)
#BD9897
(189,152,151)
#AB8988
(171,137,136)
#997A79
(153,122,121)
#876B6A
(135,107,106)
#755C5B
(117,92,91)
#634D4C
(99,77,76)
#513E3D
(81,62,61)
#3F2F2E
(63,47,46)
#2D201F
(45,32,31)
#1B1110
(27,17,16)
#000000
(0,0,0)

Tints of #CFA7A6

#CFA7A6
(207,167,166)
#D3AFAE
(211,175,174)
#D7B7B6
(215,183,182)
#DBBFBE
(219,191,190)
#DFC7C6
(223,199,198)
#E3CFCE
(227,207,206)
#E7D7D6
(231,215,214)
#EBDFDE
(235,223,222)
#EFE7E6
(239,231,230)
#F3EFEE
(243,239,238)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA7A6; }

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

This text font color is #CFA7A6.


Background Color

.myBgColor { background-color: #CFA7A6; }

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

This div background color is #CFA7A6.


Border color

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

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

This div border color is #CFA7A6.


Opacity

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

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

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

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

This text has shadow with #CFA7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA7A6 on black background.


Color preview on white background

This text has color #CFA7A6 on white background.



Black color preview on #CFA7A6 background

This text has black color on #CFA7A6 background.


White color preview on #CFA7A6 background

This text has white color on #CFA7A6 background.