COLOR #C6CEDF

HEX: #C6CEDF
RGB: (198,206,223)

Color info

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

RGB color model

#C6CEDF color RGB value is (198,206,223).

  • red value is 198;
  • green value is 206;
  • blue value is 223.
RGB:
(198,206,223)
(78%,81%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 206 of 255 = 81%
B 223 of 255 = 87%

198
206
223

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

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 223 = 627 (100%)
R 198 of 627 ~ 31.58%
G 206 of 627 ~ 32.85%
B 223 of 627 ~ 35.57%

%31.58
%32.85
%35.57

CMYK color model

#C6CEDF color CMYK value is (11,8,0,13).

  • cyan value is 11.21%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(11,8,0,13)
C11M8Y0K13 
(11%,8%,0%,13%)
(0.11/0.08/0.00/0.13)	

CMYK percentages

%11.21
%7.62
%0
%12.55

Codes

Color #C6CEDF in popluar color models

C6CEDF
RGB198206223
HSL221°28.09%82.55%
HSB/HSV221°11.21%87.45%
CMYK11.21%7.62%0.00%
12.55%

Color #C6CEDF in popluar number systems.

HEXC6CEDF
Decimal198206223
Binary110001101100111011011111
Octal306316337

Shades and tints

Shades of #C6CEDF

#C6CEDF
(198,206,223)
#B4BCCB
(180,188,203)
#A2AAB7
(162,170,183)
#9098A3
(144,152,163)
#7E868F
(126,134,143)
#6C747B
(108,116,123)
#5A6267
(90,98,103)
#485053
(72,80,83)
#363E3F
(54,62,63)
#242C2B
(36,44,43)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #C6CEDF

#C6CEDF
(198,206,223)
#CBD2E1
(203,210,225)
#D0D6E3
(208,214,227)
#D5DAE5
(213,218,229)
#DADEE7
(218,222,231)
#DFE2E9
(223,226,233)
#E4E6EB
(228,230,235)
#E9EAED
(233,234,237)
#EEEEEF
(238,238,239)
#F3F2F1
(243,242,241)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CEDF color. Also use rgb(198,206,223) instead hex code.

Text Font Color

.myTextColor { color: #C6CEDF; }

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

This text font color is #C6CEDF.


Background Color

.myBgColor { background-color: #C6CEDF; }

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

This div background color is #C6CEDF.


Border color

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

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

This div border color is #C6CEDF.


Opacity

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

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

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

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

This text has shadow with #C6CEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEDF on black background.


Color preview on white background

This text has color #C6CEDF on white background.



Black color preview on #C6CEDF background

This text has black color on #C6CEDF background.


White color preview on #C6CEDF background

This text has white color on #C6CEDF background.