COLOR #C9C6F7

HEX: #C9C6F7
RGB: (201,198,247)

Color info

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

RGB color model

#C9C6F7 color RGB value is (201,198,247).

  • red value is 201;
  • green value is 198;
  • blue value is 247.
RGB:
(201,198,247)
(79%,78%,97%)

RGB channels and saturation

R 201 of 255 = 79%
G 198 of 255 = 78%
B 247 of 255 = 97%

201
198
247

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

Portions of RGB colors in percentages

R + G + B =
201 + 198 + 247 = 646 (100%)
R 201 of 646 ~ 31.11%
G 198 of 646 ~ 30.65%
B 247 of 646 ~ 38.24%

%31.11
%30.65
%38.24

CMYK color model

#C9C6F7 color CMYK value is (19,20,0,3).

  • cyan value is 18.62%
  • magenta value is 19.84%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(19,20,0,3)
C19M20Y0K3 
(19%,20%,0%,3%)
(0.19/0.20/0.00/0.03)	

CMYK percentages

%18.62
%19.84
%0
%3.14

Codes

Color #C9C6F7 in popluar color models

C9C6F7
RGB201198247
HSL244°75.38%87.25%
HSB/HSV244°19.84%96.86%
CMYK18.62%19.84%0.00%
3.14%

Color #C9C6F7 in popluar number systems.

HEXC9C6F7
Decimal201198247
Binary110010011100011011110111
Octal311306367

Shades and tints

Shades of #C9C6F7

#C9C6F7
(201,198,247)
#B7B4E1
(183,180,225)
#A5A2CB
(165,162,203)
#9390B5
(147,144,181)
#817E9F
(129,126,159)
#6F6C89
(111,108,137)
#5D5A73
(93,90,115)
#4B485D
(75,72,93)
#393647
(57,54,71)
#272431
(39,36,49)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #C9C6F7

#C9C6F7
(201,198,247)
#CDCBF7
(205,203,247)
#D1D0F7
(209,208,247)
#D5D5F7
(213,213,247)
#D9DAF7
(217,218,247)
#DDDFF7
(221,223,247)
#E1E4F7
(225,228,247)
#E5E9F7
(229,233,247)
#E9EEF7
(233,238,247)
#EDF3F7
(237,243,247)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C6F7 color. Also use rgb(201,198,247) instead hex code.

Text Font Color

.myTextColor { color: #C9C6F7; }

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

This text font color is #C9C6F7.


Background Color

.myBgColor { background-color: #C9C6F7; }

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

This div background color is #C9C6F7.


Border color

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

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

This div border color is #C9C6F7.


Opacity

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

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

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

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

This text has shadow with #C9C6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C6F7 on black background.


Color preview on white background

This text has color #C9C6F7 on white background.



Black color preview on #C9C6F7 background

This text has black color on #C9C6F7 background.


White color preview on #C9C6F7 background

This text has white color on #C9C6F7 background.