COLOR #C6DBCF

HEX: #C6DBCF
RGB: (198,219,207)

Color info

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

RGB color model

#C6DBCF color RGB value is (198,219,207).

  • red value is 198;
  • green value is 219;
  • blue value is 207.
RGB:
(198,219,207)
(78%,86%,81%)

RGB channels and saturation

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

198
219
207

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

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 207 = 624 (100%)
R 198 of 624 ~ 31.73%
G 219 of 624 ~ 35.1%
B 207 of 624 ~ 33.17%

%31.73
%35.1
%33.17

CMYK color model

#C6DBCF color CMYK value is (10,0,5,14).

  • cyan value is 9.59%
  • magenta value is 0.00%
  • yellow value is 5.48%
  • key color value is 14.12%
CMYK:
(10,0,5,14)
C10M0Y5K14 
(10%,0%,5%,14%)
(0.10/0.00/0.05/0.14)	

CMYK percentages

%9.59
%0
%5.48
%14.12

Codes

Color #C6DBCF in popluar color models

C6DBCF
RGB198219207
HSL146°22.58%81.76%
HSB/HSV146°9.59%85.88%
CMYK9.59%0.00%5.48%
14.12%

Color #C6DBCF in popluar number systems.

HEXC6DBCF
Decimal198219207
Binary110001101101101111001111
Octal306333317

Shades and tints

Shades of #C6DBCF

#C6DBCF
(198,219,207)
#B4C8BD
(180,200,189)
#A2B5AB
(162,181,171)
#90A299
(144,162,153)
#7E8F87
(126,143,135)
#6C7C75
(108,124,117)
#5A6963
(90,105,99)
#485651
(72,86,81)
#36433F
(54,67,63)
#24302D
(36,48,45)
#121D1B
(18,29,27)
#000000
(0,0,0)

Tints of #C6DBCF

#C6DBCF
(198,219,207)
#CBDED3
(203,222,211)
#D0E1D7
(208,225,215)
#D5E4DB
(213,228,219)
#DAE7DF
(218,231,223)
#DFEAE3
(223,234,227)
#E4EDE7
(228,237,231)
#E9F0EB
(233,240,235)
#EEF3EF
(238,243,239)
#F3F6F3
(243,246,243)
#F8F9F7
(248,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBCF; }

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

This text font color is #C6DBCF.


Background Color

.myBgColor { background-color: #C6DBCF; }

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

This div background color is #C6DBCF.


Border color

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

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

This div border color is #C6DBCF.


Opacity

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

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

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

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

This text has shadow with #C6DBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBCF on black background.


Color preview on white background

This text has color #C6DBCF on white background.



Black color preview on #C6DBCF background

This text has black color on #C6DBCF background.


White color preview on #C6DBCF background

This text has white color on #C6DBCF background.