COLOR #CF96F9

HEX: #CF96F9
RGB: (207,150,249)

Color info

#CF96F9 contains mainly red and blue colors. Web safe color of #CF96F9 is #CC99FF (or #C9F).

RGB color model

#CF96F9 color RGB value is (207,150,249).

  • red value is 207;
  • green value is 150;
  • blue value is 249.
RGB:
(207,150,249)
(81%,59%,98%)

RGB channels and saturation

R 207 of 255 = 81%
G 150 of 255 = 59%
B 249 of 255 = 98%

207
150
249

R + G + B ~ 79%. #CF96F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 150 + 249 = 606 (100%)
R 207 of 606 ~ 34.16%
G 150 of 606 ~ 24.75%
B 249 of 606 ~ 41.09%

%34.16
%24.75
%41.09

CMYK color model

#CF96F9 color CMYK value is (17,40,0,2).

  • cyan value is 16.87%
  • magenta value is 39.76%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(17,40,0,2)
C17M40Y0K2 
(17%,40%,0%,2%)
(0.17/0.40/0.00/0.02)	

CMYK percentages

%16.87
%39.76
%0
%2.35

Codes

Color #CF96F9 in popluar color models

CF96F9
RGB207150249
HSL275°89.19%78.24%
HSB/HSV275°39.76%97.65%
CMYK16.87%39.76%0.00%
2.35%

Color #CF96F9 in popluar number systems.

HEXCF96F9
Decimal207150249
Binary110011111001011011111001
Octal317226371

Shades and tints

Shades of #CF96F9

#CF96F9
(207,150,249)
#BD89E3
(189,137,227)
#AB7CCD
(171,124,205)
#996FB7
(153,111,183)
#8762A1
(135,98,161)
#75558B
(117,85,139)
#634875
(99,72,117)
#513B5F
(81,59,95)
#3F2E49
(63,46,73)
#2D2133
(45,33,51)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #CF96F9

#CF96F9
(207,150,249)
#D39FF9
(211,159,249)
#D7A8F9
(215,168,249)
#DBB1F9
(219,177,249)
#DFBAF9
(223,186,249)
#E3C3F9
(227,195,249)
#E7CCF9
(231,204,249)
#EBD5F9
(235,213,249)
#EFDEF9
(239,222,249)
#F3E7F9
(243,231,249)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF96F9 color. Also use rgb(207,150,249) instead hex code.

Text Font Color

.myTextColor { color: #CF96F9; }

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

This text font color is #CF96F9.


Background Color

.myBgColor { background-color: #CF96F9; }

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

This div background color is #CF96F9.


Border color

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

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

This div border color is #CF96F9.


Opacity

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

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

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

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

This text has shadow with #CF96F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF96F9 on black background.


Color preview on white background

This text has color #CF96F9 on white background.



Black color preview on #CF96F9 background

This text has black color on #CF96F9 background.


White color preview on #CF96F9 background

This text has white color on #CF96F9 background.