COLOR #C7C1F7

HEX: #C7C1F7
RGB: (199,193,247)

Color info

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

RGB color model

#C7C1F7 color RGB value is (199,193,247).

  • red value is 199;
  • green value is 193;
  • blue value is 247.
RGB:
(199,193,247)
(78%,76%,97%)

RGB channels and saturation

R 199 of 255 = 78%
G 193 of 255 = 76%
B 247 of 255 = 97%

199
193
247

R + G + B ~ 84%. #C7C1F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 193 + 247 = 639 (100%)
R 199 of 639 ~ 31.14%
G 193 of 639 ~ 30.2%
B 247 of 639 ~ 38.65%

%31.14
%30.2
%38.65

CMYK color model

#C7C1F7 color CMYK value is (19,22,0,3).

  • cyan value is 19.43%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(19,22,0,3)
C19M22Y0K3 
(19%,22%,0%,3%)
(0.19/0.22/0.00/0.03)	

CMYK percentages

%19.43
%21.86
%0
%3.14

Codes

Color #C7C1F7 in popluar color models

C7C1F7
RGB199193247
HSL247°77.14%86.27%
HSB/HSV247°21.86%96.86%
CMYK19.43%21.86%0.00%
3.14%

Color #C7C1F7 in popluar number systems.

HEXC7C1F7
Decimal199193247
Binary110001111100000111110111
Octal307301367

Shades and tints

Shades of #C7C1F7

#C7C1F7
(199,193,247)
#B5B0E1
(181,176,225)
#A39FCB
(163,159,203)
#918EB5
(145,142,181)
#7F7D9F
(127,125,159)
#6D6C89
(109,108,137)
#5B5B73
(91,91,115)
#494A5D
(73,74,93)
#373947
(55,57,71)
#252831
(37,40,49)
#13171B
(19,23,27)
#000000
(0,0,0)

Tints of #C7C1F7

#C7C1F7
(199,193,247)
#CCC6F7
(204,198,247)
#D1CBF7
(209,203,247)
#D6D0F7
(214,208,247)
#DBD5F7
(219,213,247)
#E0DAF7
(224,218,247)
#E5DFF7
(229,223,247)
#EAE4F7
(234,228,247)
#EFE9F7
(239,233,247)
#F4EEF7
(244,238,247)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7C1F7 color. Also use rgb(199,193,247) instead hex code.

Text Font Color

.myTextColor { color: #C7C1F7; }

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

This text font color is #C7C1F7.


Background Color

.myBgColor { background-color: #C7C1F7; }

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

This div background color is #C7C1F7.


Border color

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

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

This div border color is #C7C1F7.


Opacity

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

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

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

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

This text has shadow with #C7C1F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7C1F7 on black background.


Color preview on white background

This text has color #C7C1F7 on white background.



Black color preview on #C7C1F7 background

This text has black color on #C7C1F7 background.


White color preview on #C7C1F7 background

This text has white color on #C7C1F7 background.