COLOR #CFA9D7

HEX: #CFA9D7
RGB: (207,169,215)

Color info

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

RGB color model

#CFA9D7 color RGB value is (207,169,215).

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

RGB channels and saturation

R 207 of 255 = 81%
G 169 of 255 = 66%
B 215 of 255 = 84%

207
169
215

R + G + B ~ 77%. #CFA9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 169 + 215 = 591 (100%)
R 207 of 591 ~ 35.03%
G 169 of 591 ~ 28.6%
B 215 of 591 ~ 36.38%

%35.03
%28.6
%36.38

CMYK color model

#CFA9D7 color CMYK value is (4,21,0,16).

  • cyan value is 3.72%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(4,21,0,16)
C4M21Y0K16 
(4%,21%,0%,16%)
(0.04/0.21/0.00/0.16)	

CMYK percentages

%3.72
%21.4
%0
%15.69

Codes

Color #CFA9D7 in popluar color models

CFA9D7
RGB207169215
HSL290°36.51%75.29%
HSB/HSV290°21.40%84.31%
CMYK3.72%21.40%0.00%
15.69%

Color #CFA9D7 in popluar number systems.

HEXCFA9D7
Decimal207169215
Binary110011111010100111010111
Octal317251327

Shades and tints

Shades of #CFA9D7

#CFA9D7
(207,169,215)
#BD9AC4
(189,154,196)
#AB8BB1
(171,139,177)
#997C9E
(153,124,158)
#876D8B
(135,109,139)
#755E78
(117,94,120)
#634F65
(99,79,101)
#514052
(81,64,82)
#3F313F
(63,49,63)
#2D222C
(45,34,44)
#1B1319
(27,19,25)
#000000
(0,0,0)

Tints of #CFA9D7

#CFA9D7
(207,169,215)
#D3B0DA
(211,176,218)
#D7B7DD
(215,183,221)
#DBBEE0
(219,190,224)
#DFC5E3
(223,197,227)
#E3CCE6
(227,204,230)
#E7D3E9
(231,211,233)
#EBDAEC
(235,218,236)
#EFE1EF
(239,225,239)
#F3E8F2
(243,232,242)
#F7EFF5
(247,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFA9D7; }

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

This text font color is #CFA9D7.


Background Color

.myBgColor { background-color: #CFA9D7; }

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

This div background color is #CFA9D7.


Border color

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

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

This div border color is #CFA9D7.


Opacity

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

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

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

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

This text has shadow with #CFA9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA9D7 on black background.


Color preview on white background

This text has color #CFA9D7 on white background.



Black color preview on #CFA9D7 background

This text has black color on #CFA9D7 background.


White color preview on #CFA9D7 background

This text has white color on #CFA9D7 background.