COLOR #C6CEDE

HEX: #C6CEDE
RGB: (198,206,222)

Color info

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

RGB color model

#C6CEDE color RGB value is (198,206,222).

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

RGB channels and saturation

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

198
206
222

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

Portions of RGB colors in percentages

R + G + B =
198 + 206 + 222 = 626 (100%)
R 198 of 626 ~ 31.63%
G 206 of 626 ~ 32.91%
B 222 of 626 ~ 35.46%

%31.63
%32.91
%35.46

CMYK color model

#C6CEDE color CMYK value is (11,7,0,13).

  • cyan value is 10.81%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,7,0,13)
C11M7Y0K13 
(11%,7%,0%,13%)
(0.11/0.07/0.00/0.13)	

CMYK percentages

%10.81
%7.21
%0
%12.94

Codes

Color #C6CEDE in popluar color models

C6CEDE
RGB198206222
HSL220°26.67%82.35%
HSB/HSV220°10.81%87.06%
CMYK10.81%7.21%0.00%
12.94%

Color #C6CEDE in popluar number systems.

HEXC6CEDE
Decimal198206222
Binary110001101100111011011110
Octal306316336

Shades and tints

Shades of #C6CEDE

#C6CEDE
(198,206,222)
#B4BCCA
(180,188,202)
#A2AAB6
(162,170,182)
#9098A2
(144,152,162)
#7E868E
(126,134,142)
#6C747A
(108,116,122)
#5A6266
(90,98,102)
#485052
(72,80,82)
#363E3E
(54,62,62)
#242C2A
(36,44,42)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #C6CEDE

#C6CEDE
(198,206,222)
#CBD2E1
(203,210,225)
#D0D6E4
(208,214,228)
#D5DAE7
(213,218,231)
#DADEEA
(218,222,234)
#DFE2ED
(223,226,237)
#E4E6F0
(228,230,240)
#E9EAF3
(233,234,243)
#EEEEF6
(238,238,246)
#F3F2F9
(243,242,249)
#F8F6FC
(248,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CEDE; }

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

This text font color is #C6CEDE.


Background Color

.myBgColor { background-color: #C6CEDE; }

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

This div background color is #C6CEDE.


Border color

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

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

This div border color is #C6CEDE.


Opacity

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

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

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

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

This text has shadow with #C6CEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CEDE on black background.


Color preview on white background

This text has color #C6CEDE on white background.



Black color preview on #C6CEDE background

This text has black color on #C6CEDE background.


White color preview on #C6CEDE background

This text has white color on #C6CEDE background.