COLOR #CFA3D7

HEX: #CFA3D7
RGB: (207,163,215)

Color info

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

RGB color model

#CFA3D7 color RGB value is (207,163,215).

  • red value is 207;
  • green value is 163;
  • blue value is 215.
RGB:
(207,163,215)
(81%,64%,84%)

RGB channels and saturation

R 207 of 255 = 81%
G 163 of 255 = 64%
B 215 of 255 = 84%

207
163
215

R + G + B ~ 76%. #CFA3D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 163 + 215 = 585 (100%)
R 207 of 585 ~ 35.38%
G 163 of 585 ~ 27.86%
B 215 of 585 ~ 36.75%

%35.38
%27.86
%36.75

CMYK color model

#CFA3D7 color CMYK value is (4,24,0,16).

  • cyan value is 3.72%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(4,24,0,16)
C4M24Y0K16 
(4%,24%,0%,16%)
(0.04/0.24/0.00/0.16)	

CMYK percentages

%3.72
%24.19
%0
%15.69

Codes

Color #CFA3D7 in popluar color models

CFA3D7
RGB207163215
HSL291°39.39%74.12%
HSB/HSV291°24.19%84.31%
CMYK3.72%24.19%0.00%
15.69%

Color #CFA3D7 in popluar number systems.

HEXCFA3D7
Decimal207163215
Binary110011111010001111010111
Octal317243327

Shades and tints

Shades of #CFA3D7

#CFA3D7
(207,163,215)
#BD95C4
(189,149,196)
#AB87B1
(171,135,177)
#99799E
(153,121,158)
#876B8B
(135,107,139)
#755D78
(117,93,120)
#634F65
(99,79,101)
#514152
(81,65,82)
#3F333F
(63,51,63)
#2D252C
(45,37,44)
#1B1719
(27,23,25)
#000000
(0,0,0)

Tints of #CFA3D7

#CFA3D7
(207,163,215)
#D3ABDA
(211,171,218)
#D7B3DD
(215,179,221)
#DBBBE0
(219,187,224)
#DFC3E3
(223,195,227)
#E3CBE6
(227,203,230)
#E7D3E9
(231,211,233)
#EBDBEC
(235,219,236)
#EFE3EF
(239,227,239)
#F3EBF2
(243,235,242)
#F7F3F5
(247,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA3D7 color. Also use rgb(207,163,215) instead hex code.

Text Font Color

.myTextColor { color: #CFA3D7; }

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

This text font color is #CFA3D7.


Background Color

.myBgColor { background-color: #CFA3D7; }

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

This div background color is #CFA3D7.


Border color

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

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

This div border color is #CFA3D7.


Opacity

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

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

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

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

This text has shadow with #CFA3D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA3D7 on black background.


Color preview on white background

This text has color #CFA3D7 on white background.



Black color preview on #CFA3D7 background

This text has black color on #CFA3D7 background.


White color preview on #CFA3D7 background

This text has white color on #CFA3D7 background.