COLOR #CFC9F9

HEX: #CFC9F9
RGB: (207,201,249)

Color info

#CFC9F9 contains red, green and blue colors in about the same proportion. Web safe color of #CFC9F9 is #CCCCFF (or #CCF).

RGB color model

#CFC9F9 color RGB value is (207,201,249).

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

RGB channels and saturation

R 207 of 255 = 81%
G 201 of 255 = 79%
B 249 of 255 = 98%

207
201
249

R + G + B ~ 86%. #CFC9F9 is light color.

Portions of RGB colors in percentages

R + G + B =
207 + 201 + 249 = 657 (100%)
R 207 of 657 ~ 31.51%
G 201 of 657 ~ 30.59%
B 249 of 657 ~ 37.9%

%31.51
%30.59
%37.9

CMYK color model

#CFC9F9 color CMYK value is (17,19,0,2).

  • cyan value is 16.87%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(17,19,0,2)
C17M19Y0K2 
(17%,19%,0%,2%)
(0.17/0.19/0.00/0.02)	

CMYK percentages

%16.87
%19.28
%0
%2.35

Codes

Color #CFC9F9 in popluar color models

CFC9F9
RGB207201249
HSL248°80.00%88.24%
HSB/HSV248°19.28%97.65%
CMYK16.87%19.28%0.00%
2.35%

Color #CFC9F9 in popluar number systems.

HEXCFC9F9
Decimal207201249
Binary110011111100100111111001
Octal317311371

Shades and tints

Shades of #CFC9F9

#CFC9F9
(207,201,249)
#BDB7E3
(189,183,227)
#ABA5CD
(171,165,205)
#9993B7
(153,147,183)
#8781A1
(135,129,161)
#756F8B
(117,111,139)
#635D75
(99,93,117)
#514B5F
(81,75,95)
#3F3949
(63,57,73)
#2D2733
(45,39,51)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #CFC9F9

#CFC9F9
(207,201,249)
#D3CDF9
(211,205,249)
#D7D1F9
(215,209,249)
#DBD5F9
(219,213,249)
#DFD9F9
(223,217,249)
#E3DDF9
(227,221,249)
#E7E1F9
(231,225,249)
#EBE5F9
(235,229,249)
#EFE9F9
(239,233,249)
#F3EDF9
(243,237,249)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CFC9F9; }

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

This text font color is #CFC9F9.


Background Color

.myBgColor { background-color: #CFC9F9; }

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

This div background color is #CFC9F9.


Border color

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

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

This div border color is #CFC9F9.


Opacity

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

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

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

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

This text has shadow with #CFC9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC9F9 on black background.


Color preview on white background

This text has color #CFC9F9 on white background.



Black color preview on #CFC9F9 background

This text has black color on #CFC9F9 background.


White color preview on #CFC9F9 background

This text has white color on #CFC9F9 background.