COLOR #C6CFDC

HEX: #C6CFDC RGB: (198,207,220)

Color info

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

RGB color model

#C6CFDC color RGB value is (198,207,220).

RGB: (198,207,220) (78%, 81%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 220 of 255 = 86%

198
207
220

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

Portions of RGB colors in percentages

R + G + B = 198 + 207 + 220 = 625 (100%)
R 198 of 625 ~ 31.68%
G 207 of 625 ~ 33.12%
B 220 of 625 ~ 35.2'%

%31.68
%33.12
%35.2

CMYK color model

#C6CFDC color CMYK value is (10,6,0,14).

  • cyan value is 10.00%
  • magenta value is 5.91%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (10,6,0,14)
C10M6Y0K14 (10%, 6%, 0%, 14%)
(0.10 / 0.06 / 0.00 / 0.14)

CMYK percentages

%10
%5.91
%0
%13.73

Codes

Color #C6CFDC in popluar color models

C6 CF DC
RGB 198 207 220
HSL 215° 23.91% 81.96%
HSB/HSV 215° 10.00% 86.27%
CMYK 10.00% 5.91% 0.00%
13.73%

Color #C6CFDC in popluar number systems.

HEX C6 CF DC
Decimal 198 207 220
Binary 11000110 11001111 11011100
Octal 306 317 334

Shades and tints

Shades of #C6CFDC

#C6CFDC
(198,207,220)
#B4BDC8
(180,189,200)
#A2ABB4
(162,171,180)
#9099A0
(144,153,160)
#7E878C
(126,135,140)
#6C7578
(108,117,120)
#5A6364
(90,99,100)
#485150
(72,81,80)
#363F3C
(54,63,60)
#242D28
(36,45,40)
#121B14
(18,27,20)
#000000
(0,0,0)

Tints of #C6CFDC

#C6CFDC
(198,207,220)
#CBD3DF
(203,211,223)
#D0D7E2
(208,215,226)
#D5DBE5
(213,219,229)
#DADFE8
(218,223,232)
#DFE3EB
(223,227,235)
#E4E7EE
(228,231,238)
#E9EBF1
(233,235,241)
#EEEFF4
(238,239,244)
#F3F3F7
(243,243,247)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CFDC color. Also use rgb(198,207,220) instead hex code.

Text Font Color

.myTextColor { color: #C6CFDC; }

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

This text font color is #C6CFDC.

Background Color

.myBgColor { background-color: #C6CFDC; }

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

This div background color is #C6CFDC.

Border color

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

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

This div border color is #C6CFDC.

Opacity

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

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

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

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

This text has shadow with #C6CFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CFDC.

Preview

Color preview on black background

This text has color #C6CFDC on black background.


Color preview on white background

This text has color #C6CFDC on white background.


Black color preview on #C6CFDC background

This text has black color on #C6CFDC background.


White color preview on #C6CFDC background

This text has white color on #C6CFDC background.


Related colors

Complementary color

Complementary color for #hex is #393023.


I love getcolorcode.com

Triadic colors

1 #DCC6CF and #CFDCC6 with #C6CFDC are triadic colors.

2 #DCCFC6 and #CFC6DC with #C6CFDC are triadic colors.