COLOR #C6DCED

HEX: #C6DCED
RGB: (198,220,237)

Color info

#C6DCED contains red, green and blue colors in about the same proportion. Web safe color of #C6DCED is #CCCCFF (or #CCF).

RGB color model

#C6DCED color RGB value is (198,220,237).

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

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 237 of 255 = 93%

198
220
237

R + G + B ~ 86%. #C6DCED is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 237 = 655 (100%)
R 198 of 655 ~ 30.23%
G 220 of 655 ~ 33.59%
B 237 of 655 ~ 36.18%

%30.23
%33.59
%36.18

CMYK color model

#C6DCED color CMYK value is (16,7,0,7).

  • cyan value is 16.46%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,7,0,7)
C16M7Y0K7 
(16%,7%,0%,7%)
(0.16/0.07/0.00/0.07)	

CMYK percentages

%16.46
%7.17
%0
%7.06

Codes

Color #C6DCED in popluar color models

C6DCED
RGB198220237
HSL206°52.00%85.29%
HSB/HSV206°16.46%92.94%
CMYK16.46%7.17%0.00%
7.06%

Color #C6DCED in popluar number systems.

HEXC6DCED
Decimal198220237
Binary110001101101110011101101
Octal306334355

Shades and tints

Shades of #C6DCED

#C6DCED
(198,220,237)
#B4C8D8
(180,200,216)
#A2B4C3
(162,180,195)
#90A0AE
(144,160,174)
#7E8C99
(126,140,153)
#6C7884
(108,120,132)
#5A646F
(90,100,111)
#48505A
(72,80,90)
#363C45
(54,60,69)
#242830
(36,40,48)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6DCED

#C6DCED
(198,220,237)
#CBDFEE
(203,223,238)
#D0E2EF
(208,226,239)
#D5E5F0
(213,229,240)
#DAE8F1
(218,232,241)
#DFEBF2
(223,235,242)
#E4EEF3
(228,238,243)
#E9F1F4
(233,241,244)
#EEF4F5
(238,244,245)
#F3F7F6
(243,247,246)
#F8FAF7
(248,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DCED; }

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

This text font color is #C6DCED.


Background Color

.myBgColor { background-color: #C6DCED; }

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

This div background color is #C6DCED.


Border color

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

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

This div border color is #C6DCED.


Opacity

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

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

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

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

This text has shadow with #C6DCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCED on black background.


Color preview on white background

This text has color #C6DCED on white background.



Black color preview on #C6DCED background

This text has black color on #C6DCED background.


White color preview on #C6DCED background

This text has white color on #C6DCED background.