COLOR #CFA9B4

HEX: #CFA9B4
RGB: (207,169,180)

Color info

#CFA9B4 contains red, green and blue colors in about the same proportion. Web safe color of #CFA9B4 is #CC99CC (or #C9C).

RGB color model

#CFA9B4 color RGB value is (207,169,180).

  • red value is 207;
  • green value is 169;
  • blue value is 180.
RGB:
(207,169,180)
(81%,66%,71%)

RGB channels and saturation

R 207 of 255 = 81%
G 169 of 255 = 66%
B 180 of 255 = 71%

207
169
180

R + G + B ~ 73%. #CFA9B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 169 + 180 = 556 (100%)
R 207 of 556 ~ 37.23%
G 169 of 556 ~ 30.4%
B 180 of 556 ~ 32.37%

%37.23
%30.4
%32.37

CMYK color model

#CFA9B4 color CMYK value is (0,18,13,19).

  • cyan value is 0.00%
  • magenta value is 18.36%
  • yellow value is 13.04%
  • key color value is 18.82%
CMYK:
(0,18,13,19)
C0M18Y13K19 
(0%,18%,13%,19%)
(0.00/0.18/0.13/0.19)	

CMYK percentages

%0
%18.36
%13.04
%18.82

Codes

Color #CFA9B4 in popluar color models

CFA9B4
RGB207169180
HSL343°28.36%73.73%
HSB/HSV343°18.36%81.18%
CMYK0.00%18.36%13.04%
18.82%

Color #CFA9B4 in popluar number systems.

HEXCFA9B4
Decimal207169180
Binary110011111010100110110100
Octal317251264

Shades and tints

Shades of #CFA9B4

#CFA9B4
(207,169,180)
#BD9AA4
(189,154,164)
#AB8B94
(171,139,148)
#997C84
(153,124,132)
#876D74
(135,109,116)
#755E64
(117,94,100)
#634F54
(99,79,84)
#514044
(81,64,68)
#3F3134
(63,49,52)
#2D2224
(45,34,36)
#1B1314
(27,19,20)
#000000
(0,0,0)

Tints of #CFA9B4

#CFA9B4
(207,169,180)
#D3B0BA
(211,176,186)
#D7B7C0
(215,183,192)
#DBBEC6
(219,190,198)
#DFC5CC
(223,197,204)
#E3CCD2
(227,204,210)
#E7D3D8
(231,211,216)
#EBDADE
(235,218,222)
#EFE1E4
(239,225,228)
#F3E8EA
(243,232,234)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA9B4 color. Also use rgb(207,169,180) instead hex code.

Text Font Color

.myTextColor { color: #CFA9B4; }

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

This text font color is #CFA9B4.


Background Color

.myBgColor { background-color: #CFA9B4; }

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

This div background color is #CFA9B4.


Border color

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

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

This div border color is #CFA9B4.


Opacity

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

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

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

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

This text has shadow with #CFA9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA9B4 on black background.


Color preview on white background

This text has color #CFA9B4 on white background.



Black color preview on #CFA9B4 background

This text has black color on #CFA9B4 background.


White color preview on #CFA9B4 background

This text has white color on #CFA9B4 background.