COLOR #CFA6A4

HEX: #CFA6A4
RGB: (207,166,164)

Color info

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

RGB color model

#CFA6A4 color RGB value is (207,166,164).

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

RGB channels and saturation

R 207 of 255 = 81%
G 166 of 255 = 65%
B 164 of 255 = 64%

207
166
164

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

Portions of RGB colors in percentages

R + G + B =
207 + 166 + 164 = 537 (100%)
R 207 of 537 ~ 38.55%
G 166 of 537 ~ 30.91%
B 164 of 537 ~ 30.54%

%38.55
%30.91
%30.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 20.77%
  • key color value is 18.82%
CMYK:
(0,20,21,19)
C0M20Y21K19 
(0%,20%,21%,19%)
(0.00/0.20/0.21/0.19)	

CMYK percentages

%0
%19.81
%20.77
%18.82

Codes

Color #CFA6A4 in popluar color models

CFA6A4
RGB207166164
HSL30.94%72.75%
HSB/HSV20.77%81.18%
CMYK0.00%19.81%20.77%
18.82%

Color #CFA6A4 in popluar number systems.

HEXCFA6A4
Decimal207166164
Binary110011111010011010100100
Octal317246244

Shades and tints

Shades of #CFA6A4

#CFA6A4
(207,166,164)
#BD9796
(189,151,150)
#AB8888
(171,136,136)
#99797A
(153,121,122)
#876A6C
(135,106,108)
#755B5E
(117,91,94)
#634C50
(99,76,80)
#513D42
(81,61,66)
#3F2E34
(63,46,52)
#2D1F26
(45,31,38)
#1B1018
(27,16,24)
#000000
(0,0,0)

Tints of #CFA6A4

#CFA6A4
(207,166,164)
#D3AEAC
(211,174,172)
#D7B6B4
(215,182,180)
#DBBEBC
(219,190,188)
#DFC6C4
(223,198,196)
#E3CECC
(227,206,204)
#E7D6D4
(231,214,212)
#EBDEDC
(235,222,220)
#EFE6E4
(239,230,228)
#F3EEEC
(243,238,236)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA6A4; }

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

This text font color is #CFA6A4.


Background Color

.myBgColor { background-color: #CFA6A4; }

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

This div background color is #CFA6A4.


Border color

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

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

This div border color is #CFA6A4.


Opacity

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

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

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

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

This text has shadow with #CFA6A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA6A4 on black background.


Color preview on white background

This text has color #CFA6A4 on white background.



Black color preview on #CFA6A4 background

This text has black color on #CFA6A4 background.


White color preview on #CFA6A4 background

This text has white color on #CFA6A4 background.