COLOR #CFA7D4

HEX: #CFA7D4
RGB: (207,167,212)

Color info

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

RGB color model

#CFA7D4 color RGB value is (207,167,212).

  • red value is 207;
  • green value is 167;
  • blue value is 212.
RGB:
(207,167,212)
(81%,65%,83%)

RGB channels and saturation

R 207 of 255 = 81%
G 167 of 255 = 65%
B 212 of 255 = 83%

207
167
212

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

Portions of RGB colors in percentages

R + G + B =
207 + 167 + 212 = 586 (100%)
R 207 of 586 ~ 35.32%
G 167 of 586 ~ 28.5%
B 212 of 586 ~ 36.18%

%35.32
%28.5
%36.18

CMYK color model

#CFA7D4 color CMYK value is (2,21,0,17).

  • cyan value is 2.36%
  • magenta value is 21.23%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(2,21,0,17)
C2M21Y0K17 
(2%,21%,0%,17%)
(0.02/0.21/0.00/0.17)	

CMYK percentages

%2.36
%21.23
%0
%16.86

Codes

Color #CFA7D4 in popluar color models

CFA7D4
RGB207167212
HSL293°34.35%74.31%
HSB/HSV293°21.23%83.14%
CMYK2.36%21.23%0.00%
16.86%

Color #CFA7D4 in popluar number systems.

HEXCFA7D4
Decimal207167212
Binary110011111010011111010100
Octal317247324

Shades and tints

Shades of #CFA7D4

#CFA7D4
(207,167,212)
#BD98C1
(189,152,193)
#AB89AE
(171,137,174)
#997A9B
(153,122,155)
#876B88
(135,107,136)
#755C75
(117,92,117)
#634D62
(99,77,98)
#513E4F
(81,62,79)
#3F2F3C
(63,47,60)
#2D2029
(45,32,41)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #CFA7D4

#CFA7D4
(207,167,212)
#D3AFD7
(211,175,215)
#D7B7DA
(215,183,218)
#DBBFDD
(219,191,221)
#DFC7E0
(223,199,224)
#E3CFE3
(227,207,227)
#E7D7E6
(231,215,230)
#EBDFE9
(235,223,233)
#EFE7EC
(239,231,236)
#F3EFEF
(243,239,239)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFA7D4 color. Also use rgb(207,167,212) instead hex code.

Text Font Color

.myTextColor { color: #CFA7D4; }

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

This text font color is #CFA7D4.


Background Color

.myBgColor { background-color: #CFA7D4; }

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

This div background color is #CFA7D4.


Border color

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

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

This div border color is #CFA7D4.


Opacity

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

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

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

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

This text has shadow with #CFA7D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFA7D4 on black background.


Color preview on white background

This text has color #CFA7D4 on white background.



Black color preview on #CFA7D4 background

This text has black color on #CFA7D4 background.


White color preview on #CFA7D4 background

This text has white color on #CFA7D4 background.