COLOR #C6DCCF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
220
207

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

Portions of RGB colors in percentages

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

%31.68
%35.2
%33.12

CMYK color model

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

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

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

CMYK percentages

%10
%0
%5.91
%13.73

Codes

Color #C6DCCF in popluar color models

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

Color #C6DCCF in popluar number systems.

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

Shades and tints

Shades of #C6DCCF

#C6DCCF
(198,220,207)
#B4C8BD
(180,200,189)
#A2B4AB
(162,180,171)
#90A099
(144,160,153)
#7E8C87
(126,140,135)
#6C7875
(108,120,117)
#5A6463
(90,100,99)
#485051
(72,80,81)
#363C3F
(54,60,63)
#24282D
(36,40,45)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6DCCF

#C6DCCF
(198,220,207)
#CBDFD3
(203,223,211)
#D0E2D7
(208,226,215)
#D5E5DB
(213,229,219)
#DAE8DF
(218,232,223)
#DFEBE3
(223,235,227)
#E4EEE7
(228,238,231)
#E9F1EB
(233,241,235)
#EEF4EF
(238,244,239)
#F3F7F3
(243,247,243)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCCF; }

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

This text font color is #C6DCCF.

Background Color

.myBgColor { background-color: #C6DCCF; }

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

This div background color is #C6DCCF.

Border color

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

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

This div border color is #C6DCCF.

Opacity

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

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

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

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

This text has shadow with #C6DCCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DCCF.

Preview

Color preview on black background

This text has color #C6DCCF on black background.


Color preview on white background

This text has color #C6DCCF on white background.


Black color preview on #C6DCCF background

This text has black color on #C6DCCF background.


White color preview on #C6DCCF background

This text has white color on #C6DCCF background.


Related colors

Complementary color

Complementary color for #hex is #392330.


I love getcolorcode.com

Triadic colors

1 #CFC6DC and #DCCFC6 with #C6DCCF are triadic colors.

2 #CFDCC6 and #DCC6CF with #C6DCCF are triadic colors.