COLOR #CFA6C4

HEX: #CFA6C4
RGB: (207,166,196)

Color info

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

RGB color model

#CFA6C4 color RGB value is (207,166,196).

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

RGB channels and saturation

R 207 of 255 = 81%
G 166 of 255 = 65%
B 196 of 255 = 77%

207
166
196

R + G + B ~ 74%. #CFA6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 166 + 196 = 569 (100%)
R 207 of 569 ~ 36.38%
G 166 of 569 ~ 29.17%
B 196 of 569 ~ 34.45%

%36.38
%29.17
%34.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 19.81%
  • yellow value is 5.31%
  • key color value is 18.82%
CMYK:
(0,20,5,19)
C0M20Y5K19 
(0%,20%,5%,19%)
(0.00/0.20/0.05/0.19)	

CMYK percentages

%0
%19.81
%5.31
%18.82

Codes

Color #CFA6C4 in popluar color models

CFA6C4
RGB207166196
HSL316°29.93%73.14%
HSB/HSV316°19.81%81.18%
CMYK0.00%19.81%5.31%
18.82%

Color #CFA6C4 in popluar number systems.

HEXCFA6C4
Decimal207166196
Binary110011111010011011000100
Octal317246304

Shades and tints

Shades of #CFA6C4

#CFA6C4
(207,166,196)
#BD97B3
(189,151,179)
#AB88A2
(171,136,162)
#997991
(153,121,145)
#876A80
(135,106,128)
#755B6F
(117,91,111)
#634C5E
(99,76,94)
#513D4D
(81,61,77)
#3F2E3C
(63,46,60)
#2D1F2B
(45,31,43)
#1B101A
(27,16,26)
#000000
(0,0,0)

Tints of #CFA6C4

#CFA6C4
(207,166,196)
#D3AEC9
(211,174,201)
#D7B6CE
(215,182,206)
#DBBED3
(219,190,211)
#DFC6D8
(223,198,216)
#E3CEDD
(227,206,221)
#E7D6E2
(231,214,226)
#EBDEE7
(235,222,231)
#EFE6EC
(239,230,236)
#F3EEF1
(243,238,241)
#F7F6F6
(247,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA6C4; }

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

This text font color is #CFA6C4.


Background Color

.myBgColor { background-color: #CFA6C4; }

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

This div background color is #CFA6C4.


Border color

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

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

This div border color is #CFA6C4.


Opacity

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

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

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

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

This text has shadow with #CFA6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA6C4 on black background.


Color preview on white background

This text has color #CFA6C4 on white background.



Black color preview on #CFA6C4 background

This text has black color on #CFA6C4 background.


White color preview on #CFA6C4 background

This text has white color on #CFA6C4 background.