COLOR #C6C9D1

HEX: #C6C9D1
RGB: (198,201,209)

Color info

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

RGB color model

#C6C9D1 color RGB value is (198,201,209).

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

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 209 of 255 = 82%

198
201
209

R + G + B ~ 80%. #C6C9D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 201 + 209 = 608 (100%)
R 198 of 608 ~ 32.57%
G 201 of 608 ~ 33.06%
B 209 of 608 ~ 34.38%

%32.57
%33.06
%34.38

CMYK color model

#C6C9D1 color CMYK value is (5,4,0,18).

  • cyan value is 5.26%
  • magenta value is 3.83%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(5,4,0,18)
C5M4Y0K18 
(5%,4%,0%,18%)
(0.05/0.04/0.00/0.18)	

CMYK percentages

%5.26
%3.83
%0
%18.04

Codes

Color #C6C9D1 in popluar color models

C6C9D1
RGB198201209
HSL224°10.68%79.80%
HSB/HSV224°5.26%81.96%
CMYK5.26%3.83%0.00%
18.04%

Color #C6C9D1 in popluar number systems.

HEXC6C9D1
Decimal198201209
Binary110001101100100111010001
Octal306311321

Shades and tints

Shades of #C6C9D1

#C6C9D1
(198,201,209)
#B4B7BE
(180,183,190)
#A2A5AB
(162,165,171)
#909398
(144,147,152)
#7E8185
(126,129,133)
#6C6F72
(108,111,114)
#5A5D5F
(90,93,95)
#484B4C
(72,75,76)
#363939
(54,57,57)
#242726
(36,39,38)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6C9D1

#C6C9D1
(198,201,209)
#CBCDD5
(203,205,213)
#D0D1D9
(208,209,217)
#D5D5DD
(213,213,221)
#DAD9E1
(218,217,225)
#DFDDE5
(223,221,229)
#E4E1E9
(228,225,233)
#E9E5ED
(233,229,237)
#EEE9F1
(238,233,241)
#F3EDF5
(243,237,245)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9D1; }

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

This text font color is #C6C9D1.


Background Color

.myBgColor { background-color: #C6C9D1; }

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

This div background color is #C6C9D1.


Border color

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

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

This div border color is #C6C9D1.


Opacity

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

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

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

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

This text has shadow with #C6C9D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C9D1 on black background.


Color preview on white background

This text has color #C6C9D1 on white background.



Black color preview on #C6C9D1 background

This text has black color on #C6C9D1 background.


White color preview on #C6C9D1 background

This text has white color on #C6C9D1 background.