COLOR #CFC7FA

HEX: #CFC7FA
RGB: (207,199,250)

Color info

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

RGB color model

#CFC7FA color RGB value is (207,199,250).

  • red value is 207;
  • green value is 199;
  • blue value is 250.
RGB:
(207,199,250)
(81%,78%,98%)

RGB channels and saturation

R 207 of 255 = 81%
G 199 of 255 = 78%
B 250 of 255 = 98%

207
199
250

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

Portions of RGB colors in percentages

R + G + B =
207 + 199 + 250 = 656 (100%)
R 207 of 656 ~ 31.55%
G 199 of 656 ~ 30.34%
B 250 of 656 ~ 38.11%

%31.55
%30.34
%38.11

CMYK color model

#CFC7FA color CMYK value is (17,20,0,2).

  • cyan value is 17.20%
  • magenta value is 20.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(17,20,0,2)
C17M20Y0K2 
(17%,20%,0%,2%)
(0.17/0.20/0.00/0.02)	

CMYK percentages

%17.2
%20.4
%0
%1.96

Codes

Color #CFC7FA in popluar color models

CFC7FA
RGB207199250
HSL249°83.61%88.04%
HSB/HSV249°20.40%98.04%
CMYK17.20%20.40%0.00%
1.96%

Color #CFC7FA in popluar number systems.

HEXCFC7FA
Decimal207199250
Binary110011111100011111111010
Octal317307372

Shades and tints

Shades of #CFC7FA

#CFC7FA
(207,199,250)
#BDB5E4
(189,181,228)
#ABA3CE
(171,163,206)
#9991B8
(153,145,184)
#877FA2
(135,127,162)
#756D8C
(117,109,140)
#635B76
(99,91,118)
#514960
(81,73,96)
#3F374A
(63,55,74)
#2D2534
(45,37,52)
#1B131E
(27,19,30)
#000000
(0,0,0)

Tints of #CFC7FA

#CFC7FA
(207,199,250)
#D3CCFA
(211,204,250)
#D7D1FA
(215,209,250)
#DBD6FA
(219,214,250)
#DFDBFA
(223,219,250)
#E3E0FA
(227,224,250)
#E7E5FA
(231,229,250)
#EBEAFA
(235,234,250)
#EFEFFA
(239,239,250)
#F3F4FA
(243,244,250)
#F7F9FA
(247,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFC7FA color. Also use rgb(207,199,250) instead hex code.

Text Font Color

.myTextColor { color: #CFC7FA; }

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

This text font color is #CFC7FA.


Background Color

.myBgColor { background-color: #CFC7FA; }

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

This div background color is #CFC7FA.


Border color

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

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

This div border color is #CFC7FA.


Opacity

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

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

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

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

This text has shadow with #CFC7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFC7FA on black background.


Color preview on white background

This text has color #CFC7FA on white background.



Black color preview on #CFC7FA background

This text has black color on #CFC7FA background.


White color preview on #CFC7FA background

This text has white color on #CFC7FA background.