COLOR #C9C6FD

HEX: #C9C6FD RGB: (201,198,253)

Color info

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

RGB color model

#C9C6FD color RGB value is (201,198,253).

RGB: (201,198,253) (79%, 78%, 99%)

RGB channels and saturation

R 201 of 255 = 79%
G 198 of 255 = 78%
B 253 of 255 = 99%

201
198
253

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

Portions of RGB colors in percentages

R + G + B = 201 + 198 + 253 = 652 (100%)
R 201 of 652 ~ 30.83%
G 198 of 652 ~ 30.37%
B 253 of 652 ~ 38.8'%

%30.83
%30.37
%38.8

CMYK color model

#C9C6FD color CMYK value is (21,22,0,1).

  • cyan value is 20.55%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (21,22,0,1)
C21M22Y0K1 (21%, 22%, 0%, 1%)
(0.21 / 0.22 / 0.00 / 0.01)

CMYK percentages

%20.55
%21.74
%0
%0.78

Codes

Color #C9C6FD in popluar color models

C9 C6 FD
RGB 201 198 253
HSL 243° 93.22% 88.43%
HSB/HSV 243° 21.74% 99.22%
CMYK 20.55% 21.74% 0.00%
0.78%

Color #C9C6FD in popluar number systems.

HEX C9 C6 FD
Decimal 201 198 253
Binary 11001001 11000110 11111101
Octal 311 306 375

Shades and tints

Shades of #C9C6FD

#C9C6FD
(201,198,253)
#B7B4E6
(183,180,230)
#A5A2CF
(165,162,207)
#9390B8
(147,144,184)
#817EA1
(129,126,161)
#6F6C8A
(111,108,138)
#5D5A73
(93,90,115)
#4B485C
(75,72,92)
#393645
(57,54,69)
#27242E
(39,36,46)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #C9C6FD

#C9C6FD
(201,198,253)
#CDCBFD
(205,203,253)
#D1D0FD
(209,208,253)
#D5D5FD
(213,213,253)
#D9DAFD
(217,218,253)
#DDDFFD
(221,223,253)
#E1E4FD
(225,228,253)
#E5E9FD
(229,233,253)
#E9EEFD
(233,238,253)
#EDF3FD
(237,243,253)
#F1F8FD
(241,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C6FD; }

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

This text font color is #C9C6FD.

Background Color

.myBgColor { background-color: #C9C6FD; }

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

This div background color is #C9C6FD.

Border color

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

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

This div border color is #C9C6FD.

Opacity

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

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

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

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

This text has shadow with #C9C6FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C6FD.

Preview

Color preview on black background

This text has color #C9C6FD on black background.


Color preview on white background

This text has color #C9C6FD on white background.


Black color preview on #C9C6FD background

This text has black color on #C9C6FD background.


White color preview on #C9C6FD background

This text has white color on #C9C6FD background.


Related colors

Complementary color

Complementary color for #hex is #363902.


I love getcolorcode.com

Triadic colors

1 #FDC9C6 and #C6FDC9 with #C9C6FD are triadic colors.

2 #FDC6C9 and #C6C9FD with #C9C6FD are triadic colors.