COLOR #CF9FD6

HEX: #CF9FD6
RGB: (207,159,214)

Color info

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

RGB color model

#CF9FD6 color RGB value is (207,159,214).

  • red value is 207;
  • green value is 159;
  • blue value is 214.
RGB:
(207,159,214)
(81%,62%,84%)

RGB channels and saturation

R 207 of 255 = 81%
G 159 of 255 = 62%
B 214 of 255 = 84%

207
159
214

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

Portions of RGB colors in percentages

R + G + B =
207 + 159 + 214 = 580 (100%)
R 207 of 580 ~ 35.69%
G 159 of 580 ~ 27.41%
B 214 of 580 ~ 36.9%

%35.69
%27.41
%36.9

CMYK color model

#CF9FD6 color CMYK value is (3,26,0,16).

  • cyan value is 3.27%
  • magenta value is 25.70%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(3,26,0,16)
C3M26Y0K16 
(3%,26%,0%,16%)
(0.03/0.26/0.00/0.16)	

CMYK percentages

%3.27
%25.7
%0
%16.08

Codes

Color #CF9FD6 in popluar color models

CF9FD6
RGB207159214
HSL292°40.15%73.14%
HSB/HSV292°25.70%83.92%
CMYK3.27%25.70%0.00%
16.08%

Color #CF9FD6 in popluar number systems.

HEXCF9FD6
Decimal207159214
Binary110011111001111111010110
Octal317237326

Shades and tints

Shades of #CF9FD6

#CF9FD6
(207,159,214)
#BD91C3
(189,145,195)
#AB83B0
(171,131,176)
#99759D
(153,117,157)
#87678A
(135,103,138)
#755977
(117,89,119)
#634B64
(99,75,100)
#513D51
(81,61,81)
#3F2F3E
(63,47,62)
#2D212B
(45,33,43)
#1B1318
(27,19,24)
#000000
(0,0,0)

Tints of #CF9FD6

#CF9FD6
(207,159,214)
#D3A7D9
(211,167,217)
#D7AFDC
(215,175,220)
#DBB7DF
(219,183,223)
#DFBFE2
(223,191,226)
#E3C7E5
(227,199,229)
#E7CFE8
(231,207,232)
#EBD7EB
(235,215,235)
#EFDFEE
(239,223,238)
#F3E7F1
(243,231,241)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF9FD6 color. Also use rgb(207,159,214) instead hex code.

Text Font Color

.myTextColor { color: #CF9FD6; }

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

This text font color is #CF9FD6.


Background Color

.myBgColor { background-color: #CF9FD6; }

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

This div background color is #CF9FD6.


Border color

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

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

This div border color is #CF9FD6.


Opacity

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

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

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

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

This text has shadow with #CF9FD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9FD6 on black background.


Color preview on white background

This text has color #CF9FD6 on white background.



Black color preview on #CF9FD6 background

This text has black color on #CF9FD6 background.


White color preview on #CF9FD6 background

This text has white color on #CF9FD6 background.