COLOR #C7C2FE

HEX: #C7C2FE RGB: (199,194,254)

Color info

#C7C2FE contains mainly red and blue colors. Web safe color of #C7C2FE is #CCCCFF (or #CCF).

RGB color model

#C7C2FE color RGB value is (199,194,254).

RGB: (199,194,254) (78%, 76%, 100%)

RGB channels and saturation

R 199 of 255 = 78%
G 194 of 255 = 76%
B 254 of 255 = 100%

199
194
254

R + G + B ~ 85%. #C7C2FE is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 194 + 254 = 647 (100%)
R 199 of 647 ~ 30.76%
G 194 of 647 ~ 29.98%
B 254 of 647 ~ 39.26'%

%30.76
%29.98
%39.26

CMYK color model

#C7C2FE color CMYK value is (22,24,0,0).

  • cyan value is 21.65%
  • magenta value is 23.62%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (22,24,0,0)
C22M24Y0K0 (22%, 24%, 0%, 0%)
(0.22 / 0.24 / 0.00 / 0.00)

CMYK percentages

%21.65
%23.62
%0
%0.39

Codes

Color #C7C2FE in popluar color models

C7 C2 FE
RGB 199 194 254
HSL 245° 96.77% 87.84%
HSB/HSV 245° 23.62% 99.61%
CMYK 21.65% 23.62% 0.00%
0.39%

Color #C7C2FE in popluar number systems.

HEX C7 C2 FE
Decimal 199 194 254
Binary 11000111 11000010 11111110
Octal 307 302 376

Shades and tints

Shades of #C7C2FE

#C7C2FE
(199,194,254)
#B5B1E7
(181,177,231)
#A3A0D0
(163,160,208)
#918FB9
(145,143,185)
#7F7EA2
(127,126,162)
#6D6D8B
(109,109,139)
#5B5C74
(91,92,116)
#494B5D
(73,75,93)
#373A46
(55,58,70)
#25292F
(37,41,47)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #C7C2FE

#C7C2FE
(199,194,254)
#CCC7FE
(204,199,254)
#D1CCFE
(209,204,254)
#D6D1FE
(214,209,254)
#DBD6FE
(219,214,254)
#E0DBFE
(224,219,254)
#E5E0FE
(229,224,254)
#EAE5FE
(234,229,254)
#EFEAFE
(239,234,254)
#F4EFFE
(244,239,254)
#F9F4FE
(249,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C2FE color. Also use rgb(199,194,254) instead hex code.

Text Font Color

.myTextColor { color: #C7C2FE; }

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

This text font color is #C7C2FE.

Background Color

.myBgColor { background-color: #C7C2FE; }

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

This div background color is #C7C2FE.

Border color

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

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

This div border color is #C7C2FE.

Opacity

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

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

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

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

This text has shadow with #C7C2FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7C2FE.

Preview

Color preview on black background

This text has color #C7C2FE on black background.


Color preview on white background

This text has color #C7C2FE on white background.


Black color preview on #C7C2FE background

This text has black color on #C7C2FE background.


White color preview on #C7C2FE background

This text has white color on #C7C2FE background.


Related colors

Complementary color

Complementary color for #hex is #383D01.


I love getcolorcode.com

Triadic colors

1 #FEC7C2 and #C2FEC7 with #C7C2FE are triadic colors.

2 #FEC2C7 and #C2C7FE with #C7C2FE are triadic colors.