COLOR #C6D8CF

HEX: #C6D8CF RGB: (198,216,207)

Color info

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

RGB color model

#C6D8CF color RGB value is (198,216,207).

RGB: (198,216,207) (78%, 85%, 81%)

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 207 of 255 = 81%

198
216
207

R + G + B ~ 81%. #C6D8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 216 + 207 = 621 (100%)
R 198 of 621 ~ 31.88%
G 216 of 621 ~ 34.78%
B 207 of 621 ~ 33.33'%

%31.88
%34.78
%33.33

CMYK color model

#C6D8CF color CMYK value is (8,0,4,15).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 15.29%

CMYK: (8,0,4,15)
C8M0Y4K15 (8%, 0%, 4%, 15%)
(0.08 / 0.00 / 0.04 / 0.15)

CMYK percentages

%8.33
%0
%4.17
%15.29

Codes

Color #C6D8CF in popluar color models

C6 D8 CF
RGB 198 216 207
HSL 150° 18.75% 81.18%
HSB/HSV 150° 8.33% 84.71%
CMYK 8.33% 0.00% 4.17%
15.29%

Color #C6D8CF in popluar number systems.

HEX C6 D8 CF
Decimal 198 216 207
Binary 11000110 11011000 11001111
Octal 306 330 317

Shades and tints

Shades of #C6D8CF

#C6D8CF
(198,216,207)
#B4C5BD
(180,197,189)
#A2B2AB
(162,178,171)
#909F99
(144,159,153)
#7E8C87
(126,140,135)
#6C7975
(108,121,117)
#5A6663
(90,102,99)
#485351
(72,83,81)
#36403F
(54,64,63)
#242D2D
(36,45,45)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #C6D8CF

#C6D8CF
(198,216,207)
#CBDBD3
(203,219,211)
#D0DED7
(208,222,215)
#D5E1DB
(213,225,219)
#DAE4DF
(218,228,223)
#DFE7E3
(223,231,227)
#E4EAE7
(228,234,231)
#E9EDEB
(233,237,235)
#EEF0EF
(238,240,239)
#F3F3F3
(243,243,243)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D8CF; }

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

This text font color is #C6D8CF.

Background Color

.myBgColor { background-color: #C6D8CF; }

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

This div background color is #C6D8CF.

Border color

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

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

This div border color is #C6D8CF.

Opacity

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

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

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

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

This text has shadow with #C6D8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D8CF.

Preview

Color preview on black background

This text has color #C6D8CF on black background.


Color preview on white background

This text has color #C6D8CF on white background.


Black color preview on #C6D8CF background

This text has black color on #C6D8CF background.


White color preview on #C6D8CF background

This text has white color on #C6D8CF background.


Related colors

Complementary color

Complementary color for #hex is #392730.


I love getcolorcode.com

Triadic colors

1 #CFC6D8 and #D8CFC6 with #C6D8CF are triadic colors.

2 #CFD8C6 and #D8C6CF with #C6D8CF are triadic colors.