COLOR #C6CCDF

HEX: #C6CCDF RGB: (198,204,223)

Color info

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

RGB color model

#C6CCDF color RGB value is (198,204,223).

RGB: (198,204,223) (78%, 80%, 87%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 223 of 255 = 87%

198
204
223

R + G + B ~ 82%. #C6CCDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 204 + 223 = 625 (100%)
R 198 of 625 ~ 31.68%
G 204 of 625 ~ 32.64%
B 223 of 625 ~ 35.68'%

%31.68
%32.64
%35.68

CMYK color model

#C6CCDF color CMYK value is (11,9,0,13).

  • cyan value is 11.21%
  • magenta value is 8.52%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (11,9,0,13)
C11M9Y0K13 (11%, 9%, 0%, 13%)
(0.11 / 0.09 / 0.00 / 0.13)

CMYK percentages

%11.21
%8.52
%0
%12.55

Codes

Color #C6CCDF in popluar color models

C6 CC DF
RGB 198 204 223
HSL 226° 28.09% 82.55%
HSB/HSV 226° 11.21% 87.45%
CMYK 11.21% 8.52% 0.00%
12.55%

Color #C6CCDF in popluar number systems.

HEX C6 CC DF
Decimal 198 204 223
Binary 11000110 11001100 11011111
Octal 306 314 337

Shades and tints

Shades of #C6CCDF

#C6CCDF
(198,204,223)
#B4BACB
(180,186,203)
#A2A8B7
(162,168,183)
#9096A3
(144,150,163)
#7E848F
(126,132,143)
#6C727B
(108,114,123)
#5A6067
(90,96,103)
#484E53
(72,78,83)
#363C3F
(54,60,63)
#242A2B
(36,42,43)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6CCDF

#C6CCDF
(198,204,223)
#CBD0E1
(203,208,225)
#D0D4E3
(208,212,227)
#D5D8E5
(213,216,229)
#DADCE7
(218,220,231)
#DFE0E9
(223,224,233)
#E4E4EB
(228,228,235)
#E9E8ED
(233,232,237)
#EEECEF
(238,236,239)
#F3F0F1
(243,240,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCDF; }

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

This text font color is #C6CCDF.

Background Color

.myBgColor { background-color: #C6CCDF; }

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

This div background color is #C6CCDF.

Border color

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

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

This div border color is #C6CCDF.

Opacity

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

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

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

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

This text has shadow with #C6CCDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CCDF.

Preview

Color preview on black background

This text has color #C6CCDF on black background.


Color preview on white background

This text has color #C6CCDF on white background.


Black color preview on #C6CCDF background

This text has black color on #C6CCDF background.


White color preview on #C6CCDF background

This text has white color on #C6CCDF background.


Related colors

Complementary color

Complementary color for #hex is #393320.


I love getcolorcode.com

Triadic colors

1 #DFC6CC and #CCDFC6 with #C6CCDF are triadic colors.

2 #DFCCC6 and #CCC6DF with #C6CCDF are triadic colors.