COLOR #C6CCD2

HEX: #C6CCD2 RGB: (198,204,210)

Color info

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

RGB color model

#C6CCD2 color RGB value is (198,204,210).

RGB: (198,204,210) (78%, 80%, 82%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 210 of 255 = 82%

198
204
210

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

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 210 = 612 (100%)
R 198 of 612 ~ 32.35%
G 204 of 612 ~ 33.33%
B 210 of 612 ~ 34.31'%

%32.35
%33.33
%34.31

CMYK color model

#C6CCD2 color CMYK value is (6,3,0,18).

  • cyan value is 5.71%
  • magenta value is 2.86%
  • yellow value is 0.00%
  • key color value is 17.65%

CMYK: (6,3,0,18)
C6M3Y0K18 (6%, 3%, 0%, 18%)
(0.06 / 0.03 / 0.00 / 0.18)

CMYK percentages

%5.71
%2.86
%0
%17.65

Codes

Color #C6CCD2 in popluar color models

C6 CC D2
RGB 198 204 210
HSL 210° 11.76% 80.00%
HSB/HSV 210° 5.71% 82.35%
CMYK 5.71% 2.86% 0.00%
17.65%

Color #C6CCD2 in popluar number systems.

HEX C6 CC D2
Decimal 198 204 210
Binary 11000110 11001100 11010010
Octal 306 314 322

Shades and tints

Shades of #C6CCD2

#C6CCD2
(198,204,210)
#B4BABF
(180,186,191)
#A2A8AC
(162,168,172)
#909699
(144,150,153)
#7E8486
(126,132,134)
#6C7273
(108,114,115)
#5A6060
(90,96,96)
#484E4D
(72,78,77)
#363C3A
(54,60,58)
#242A27
(36,42,39)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6CCD2

#C6CCD2
(198,204,210)
#CBD0D6
(203,208,214)
#D0D4DA
(208,212,218)
#D5D8DE
(213,216,222)
#DADCE2
(218,220,226)
#DFE0E6
(223,224,230)
#E4E4EA
(228,228,234)
#E9E8EE
(233,232,238)
#EEECF2
(238,236,242)
#F3F0F6
(243,240,246)
#F8F4FA
(248,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCD2; }

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

This text font color is #C6CCD2.

Background Color

.myBgColor { background-color: #C6CCD2; }

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

This div background color is #C6CCD2.

Border color

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

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

This div border color is #C6CCD2.

Opacity

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

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

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

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

This text has shadow with #C6CCD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CCD2.

Preview

Color preview on black background

This text has color #C6CCD2 on black background.


Color preview on white background

This text has color #C6CCD2 on white background.


Black color preview on #C6CCD2 background

This text has black color on #C6CCD2 background.


White color preview on #C6CCD2 background

This text has white color on #C6CCD2 background.


Related colors

Complementary color

Complementary color for #hex is #39332D.


I love getcolorcode.com

Triadic colors

1 #D2C6CC and #CCD2C6 with #C6CCD2 are triadic colors.

2 #D2CCC6 and #CCC6D2 with #C6CCD2 are triadic colors.