COLOR #C9C6DD

HEX: #C9C6DD
RGB: (201,198,221)

Color info

#C9C6DD contains red, green and blue colors in about the same proportion. Web safe color of #C9C6DD is #CCCCCC (or #CCC).

RGB color model

#C9C6DD color RGB value is (201,198,221).

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

RGB channels and saturation

R 201 of 255 = 79%
G 198 of 255 = 78%
B 221 of 255 = 87%

201
198
221

R + G + B ~ 81%. #C9C6DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 198 + 221 = 620 (100%)
R 201 of 620 ~ 32.42%
G 198 of 620 ~ 31.94%
B 221 of 620 ~ 35.65%

%32.42
%31.94
%35.65

CMYK color model

#C9C6DD color CMYK value is (9,10,0,13).

  • cyan value is 9.05%
  • magenta value is 10.41%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(9,10,0,13)
C9M10Y0K13 
(9%,10%,0%,13%)
(0.09/0.10/0.00/0.13)	

CMYK percentages

%9.05
%10.41
%0
%13.33

Codes

Color #C9C6DD in popluar color models

C9C6DD
RGB201198221
HSL248°25.27%82.16%
HSB/HSV248°10.41%86.67%
CMYK9.05%10.41%0.00%
13.33%

Color #C9C6DD in popluar number systems.

HEXC9C6DD
Decimal201198221
Binary110010011100011011011101
Octal311306335

Shades and tints

Shades of #C9C6DD

#C9C6DD
(201,198,221)
#B7B4C9
(183,180,201)
#A5A2B5
(165,162,181)
#9390A1
(147,144,161)
#817E8D
(129,126,141)
#6F6C79
(111,108,121)
#5D5A65
(93,90,101)
#4B4851
(75,72,81)
#39363D
(57,54,61)
#272429
(39,36,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #C9C6DD

#C9C6DD
(201,198,221)
#CDCBE0
(205,203,224)
#D1D0E3
(209,208,227)
#D5D5E6
(213,213,230)
#D9DAE9
(217,218,233)
#DDDFEC
(221,223,236)
#E1E4EF
(225,228,239)
#E5E9F2
(229,233,242)
#E9EEF5
(233,238,245)
#EDF3F8
(237,243,248)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9C6DD; }

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

This text font color is #C9C6DD.


Background Color

.myBgColor { background-color: #C9C6DD; }

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

This div background color is #C9C6DD.


Border color

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

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

This div border color is #C9C6DD.


Opacity

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

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

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

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

This text has shadow with #C9C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9C6DD on black background.


Color preview on white background

This text has color #C9C6DD on white background.



Black color preview on #C9C6DD background

This text has black color on #C9C6DD background.


White color preview on #C9C6DD background

This text has white color on #C9C6DD background.