COLOR #CFA5AA

HEX: #CFA5AA
RGB: (207,165,170)

Color info

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

RGB color model

#CFA5AA color RGB value is (207,165,170).

  • red value is 207;
  • green value is 165;
  • blue value is 170.
RGB:
(207,165,170)
(81%,65%,67%)

RGB channels and saturation

R 207 of 255 = 81%
G 165 of 255 = 65%
B 170 of 255 = 67%

207
165
170

R + G + B ~ 71%. #CFA5AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 165 + 170 = 542 (100%)
R 207 of 542 ~ 38.19%
G 165 of 542 ~ 30.44%
B 170 of 542 ~ 31.37%

%38.19
%30.44
%31.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.29%
  • yellow value is 17.87%
  • key color value is 18.82%
CMYK:
(0,20,18,19)
C0M20Y18K19 
(0%,20%,18%,19%)
(0.00/0.20/0.18/0.19)	

CMYK percentages

%0
%20.29
%17.87
%18.82

Codes

Color #CFA5AA in popluar color models

CFA5AA
RGB207165170
HSL353°30.43%72.94%
HSB/HSV353°20.29%81.18%
CMYK0.00%20.29%17.87%
18.82%

Color #CFA5AA in popluar number systems.

HEXCFA5AA
Decimal207165170
Binary110011111010010110101010
Octal317245252

Shades and tints

Shades of #CFA5AA

#CFA5AA
(207,165,170)
#BD969B
(189,150,155)
#AB878C
(171,135,140)
#99787D
(153,120,125)
#87696E
(135,105,110)
#755A5F
(117,90,95)
#634B50
(99,75,80)
#513C41
(81,60,65)
#3F2D32
(63,45,50)
#2D1E23
(45,30,35)
#1B0F14
(27,15,20)
#000000
(0,0,0)

Tints of #CFA5AA

#CFA5AA
(207,165,170)
#D3ADB1
(211,173,177)
#D7B5B8
(215,181,184)
#DBBDBF
(219,189,191)
#DFC5C6
(223,197,198)
#E3CDCD
(227,205,205)
#E7D5D4
(231,213,212)
#EBDDDB
(235,221,219)
#EFE5E2
(239,229,226)
#F3EDE9
(243,237,233)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA5AA color. Also use rgb(207,165,170) instead hex code.

Text Font Color

.myTextColor { color: #CFA5AA; }

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

This text font color is #CFA5AA.


Background Color

.myBgColor { background-color: #CFA5AA; }

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

This div background color is #CFA5AA.


Border color

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

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

This div border color is #CFA5AA.


Opacity

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

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

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

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

This text has shadow with #CFA5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA5AA on black background.


Color preview on white background

This text has color #CFA5AA on white background.



Black color preview on #CFA5AA background

This text has black color on #CFA5AA background.


White color preview on #CFA5AA background

This text has white color on #CFA5AA background.