COLOR #C6C8D2

HEX: #C6C8D2
RGB: (198,200,210)

Color info

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

RGB color model

#C6C8D2 color RGB value is (198,200,210).

  • red value is 198;
  • green value is 200;
  • blue value is 210.
RGB:
(198,200,210)
(78%,78%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 210 of 255 = 82%

198
200
210

R + G + B ~ 79%. #C6C8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 210 = 608 (100%)
R 198 of 608 ~ 32.57%
G 200 of 608 ~ 32.89%
B 210 of 608 ~ 34.54%

%32.57
%32.89
%34.54

CMYK color model

#C6C8D2 color CMYK value is (6,5,0,18).

  • cyan value is 5.71%
  • magenta value is 4.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(6,5,0,18)
C6M5Y0K18 
(6%,5%,0%,18%)
(0.06/0.05/0.00/0.18)	

CMYK percentages

%5.71
%4.76
%0
%17.65

Codes

Color #C6C8D2 in popluar color models

C6C8D2
RGB198200210
HSL230°11.76%80.00%
HSB/HSV230°5.71%82.35%
CMYK5.71%4.76%0.00%
17.65%

Color #C6C8D2 in popluar number systems.

HEXC6C8D2
Decimal198200210
Binary110001101100100011010010
Octal306310322

Shades and tints

Shades of #C6C8D2

#C6C8D2
(198,200,210)
#B4B6BF
(180,182,191)
#A2A4AC
(162,164,172)
#909299
(144,146,153)
#7E8086
(126,128,134)
#6C6E73
(108,110,115)
#5A5C60
(90,92,96)
#484A4D
(72,74,77)
#36383A
(54,56,58)
#242627
(36,38,39)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6C8D2

#C6C8D2
(198,200,210)
#CBCDD6
(203,205,214)
#D0D2DA
(208,210,218)
#D5D7DE
(213,215,222)
#DADCE2
(218,220,226)
#DFE1E6
(223,225,230)
#E4E6EA
(228,230,234)
#E9EBEE
(233,235,238)
#EEF0F2
(238,240,242)
#F3F5F6
(243,245,246)
#F8FAFA
(248,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C8D2 color. Also use rgb(198,200,210) instead hex code.

Text Font Color

.myTextColor { color: #C6C8D2; }

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

This text font color is #C6C8D2.


Background Color

.myBgColor { background-color: #C6C8D2; }

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

This div background color is #C6C8D2.


Border color

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

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

This div border color is #C6C8D2.


Opacity

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

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

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

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

This text has shadow with #C6C8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C8D2 on black background.


Color preview on white background

This text has color #C6C8D2 on white background.



Black color preview on #C6C8D2 background

This text has black color on #C6C8D2 background.


White color preview on #C6C8D2 background

This text has white color on #C6C8D2 background.