COLOR #CFA4C6

HEX: #CFA4C6
RGB: (207,164,198)

Color info

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

RGB color model

#CFA4C6 color RGB value is (207,164,198).

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

RGB channels and saturation

R 207 of 255 = 81%
G 164 of 255 = 64%
B 198 of 255 = 78%

207
164
198

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

Portions of RGB colors in percentages

R + G + B =
207 + 164 + 198 = 569 (100%)
R 207 of 569 ~ 36.38%
G 164 of 569 ~ 28.82%
B 198 of 569 ~ 34.8%

%36.38
%28.82
%34.8

CMYK color model

#CFA4C6 color CMYK value is (0,21,4,19).

  • cyan value is 0.00%
  • magenta value is 20.77%
  • yellow value is 4.35%
  • key color value is 18.82%
CMYK:
(0,21,4,19)
C0M21Y4K19 
(0%,21%,4%,19%)
(0.00/0.21/0.04/0.19)	

CMYK percentages

%0
%20.77
%4.35
%18.82

Codes

Color #CFA4C6 in popluar color models

CFA4C6
RGB207164198
HSL313°30.94%72.75%
HSB/HSV313°20.77%81.18%
CMYK0.00%20.77%4.35%
18.82%

Color #CFA4C6 in popluar number systems.

HEXCFA4C6
Decimal207164198
Binary110011111010010011000110
Octal317244306

Shades and tints

Shades of #CFA4C6

#CFA4C6
(207,164,198)
#BD96B4
(189,150,180)
#AB88A2
(171,136,162)
#997A90
(153,122,144)
#876C7E
(135,108,126)
#755E6C
(117,94,108)
#63505A
(99,80,90)
#514248
(81,66,72)
#3F3436
(63,52,54)
#2D2624
(45,38,36)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #CFA4C6

#CFA4C6
(207,164,198)
#D3ACCB
(211,172,203)
#D7B4D0
(215,180,208)
#DBBCD5
(219,188,213)
#DFC4DA
(223,196,218)
#E3CCDF
(227,204,223)
#E7D4E4
(231,212,228)
#EBDCE9
(235,220,233)
#EFE4EE
(239,228,238)
#F3ECF3
(243,236,243)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA4C6; }

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

This text font color is #CFA4C6.


Background Color

.myBgColor { background-color: #CFA4C6; }

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

This div background color is #CFA4C6.


Border color

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

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

This div border color is #CFA4C6.


Opacity

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

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

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

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

This text has shadow with #CFA4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA4C6 on black background.


Color preview on white background

This text has color #CFA4C6 on white background.



Black color preview on #CFA4C6 background

This text has black color on #CFA4C6 background.


White color preview on #CFA4C6 background

This text has white color on #CFA4C6 background.