COLOR #CFA9C6

HEX: #CFA9C6
RGB: (207,169,198)

Color info

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

RGB color model

#CFA9C6 color RGB value is (207,169,198).

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

RGB channels and saturation

R 207 of 255 = 81%
G 169 of 255 = 66%
B 198 of 255 = 78%

207
169
198

R + G + B ~ 75%. #CFA9C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 169 + 198 = 574 (100%)
R 207 of 574 ~ 36.06%
G 169 of 574 ~ 29.44%
B 198 of 574 ~ 34.49%

%36.06
%29.44
%34.49

CMYK color model

#CFA9C6 color CMYK value is (0,18,4,19).

  • cyan value is 0.00%
  • magenta value is 18.36%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(0,18,4,19)
C0M18Y4K19 
(0%,18%,4%,19%)
(0.00/0.18/0.04/0.19)	

CMYK percentages

%0
%18.36
%4.35
%18.82

Codes

Color #CFA9C6 in popluar color models

CFA9C6
RGB207169198
HSL314°28.36%73.73%
HSB/HSV314°18.36%81.18%
CMYK0.00%18.36%4.35%
18.82%

Color #CFA9C6 in popluar number systems.

HEXCFA9C6
Decimal207169198
Binary110011111010100111000110
Octal317251306

Shades and tints

Shades of #CFA9C6

#CFA9C6
(207,169,198)
#BD9AB4
(189,154,180)
#AB8BA2
(171,139,162)
#997C90
(153,124,144)
#876D7E
(135,109,126)
#755E6C
(117,94,108)
#634F5A
(99,79,90)
#514048
(81,64,72)
#3F3136
(63,49,54)
#2D2224
(45,34,36)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #CFA9C6

#CFA9C6
(207,169,198)
#D3B0CB
(211,176,203)
#D7B7D0
(215,183,208)
#DBBED5
(219,190,213)
#DFC5DA
(223,197,218)
#E3CCDF
(227,204,223)
#E7D3E4
(231,211,228)
#EBDAE9
(235,218,233)
#EFE1EE
(239,225,238)
#F3E8F3
(243,232,243)
#F7EFF8
(247,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA9C6; }

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

This text font color is #CFA9C6.


Background Color

.myBgColor { background-color: #CFA9C6; }

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

This div background color is #CFA9C6.


Border color

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

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

This div border color is #CFA9C6.


Opacity

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

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

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

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

This text has shadow with #CFA9C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA9C6 on black background.


Color preview on white background

This text has color #CFA9C6 on white background.



Black color preview on #CFA9C6 background

This text has black color on #CFA9C6 background.


White color preview on #CFA9C6 background

This text has white color on #CFA9C6 background.