COLOR #C6DCDE

HEX: #C6DCDE
RGB: (198,220,222)

Color info

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

RGB color model

#C6DCDE color RGB value is (198,220,222).

  • red value is 198;
  • green value is 220;
  • blue value is 222.
RGB:
(198,220,222)
(78%,86%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 222 of 255 = 87%

198
220
222

R + G + B ~ 84%. #C6DCDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 222 = 640 (100%)
R 198 of 640 ~ 30.94%
G 220 of 640 ~ 34.38%
B 222 of 640 ~ 34.69%

%30.94
%34.38
%34.69

CMYK color model

#C6DCDE color CMYK value is (11,1,0,13).

  • cyan value is 10.81%
  • magenta value is 0.90%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,1,0,13)
C11M1Y0K13 
(11%,1%,0%,13%)
(0.11/0.01/0.00/0.13)	

CMYK percentages

%10.81
%0.9
%0
%12.94

Codes

Color #C6DCDE in popluar color models

C6DCDE
RGB198220222
HSL185°26.67%82.35%
HSB/HSV185°10.81%87.06%
CMYK10.81%0.90%0.00%
12.94%

Color #C6DCDE in popluar number systems.

HEXC6DCDE
Decimal198220222
Binary110001101101110011011110
Octal306334336

Shades and tints

Shades of #C6DCDE

#C6DCDE
(198,220,222)
#B4C8CA
(180,200,202)
#A2B4B6
(162,180,182)
#90A0A2
(144,160,162)
#7E8C8E
(126,140,142)
#6C787A
(108,120,122)
#5A6466
(90,100,102)
#485052
(72,80,82)
#363C3E
(54,60,62)
#24282A
(36,40,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6DCDE

#C6DCDE
(198,220,222)
#CBDFE1
(203,223,225)
#D0E2E4
(208,226,228)
#D5E5E7
(213,229,231)
#DAE8EA
(218,232,234)
#DFEBED
(223,235,237)
#E4EEF0
(228,238,240)
#E9F1F3
(233,241,243)
#EEF4F6
(238,244,246)
#F3F7F9
(243,247,249)
#F8FAFC
(248,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCDE; }

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

This text font color is #C6DCDE.


Background Color

.myBgColor { background-color: #C6DCDE; }

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

This div background color is #C6DCDE.


Border color

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

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

This div border color is #C6DCDE.


Opacity

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

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

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

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

This text has shadow with #C6DCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCDE on black background.


Color preview on white background

This text has color #C6DCDE on white background.



Black color preview on #C6DCDE background

This text has black color on #C6DCDE background.


White color preview on #C6DCDE background

This text has white color on #C6DCDE background.