COLOR #C6CAD7

HEX: #C6CAD7
RGB: (198,202,215)

Color info

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

RGB color model

#C6CAD7 color RGB value is (198,202,215).

  • red value is 198;
  • green value is 202;
  • blue value is 215.
RGB:
(198,202,215)
(78%,79%,84%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 215 of 255 = 84%

198
202
215

R + G + B ~ 80%. #C6CAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 202 + 215 = 615 (100%)
R 198 of 615 ~ 32.2%
G 202 of 615 ~ 32.85%
B 215 of 615 ~ 34.96%

%32.2
%32.85
%34.96

CMYK color model

#C6CAD7 color CMYK value is (8,6,0,16).

  • cyan value is 7.91%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(8,6,0,16)
C8M6Y0K16 
(8%,6%,0%,16%)
(0.08/0.06/0.00/0.16)	

CMYK percentages

%7.91
%6.05
%0
%15.69

Codes

Color #C6CAD7 in popluar color models

C6CAD7
RGB198202215
HSL226°17.53%80.98%
HSB/HSV226°7.91%84.31%
CMYK7.91%6.05%0.00%
15.69%

Color #C6CAD7 in popluar number systems.

HEXC6CAD7
Decimal198202215
Binary110001101100101011010111
Octal306312327

Shades and tints

Shades of #C6CAD7

#C6CAD7
(198,202,215)
#B4B8C4
(180,184,196)
#A2A6B1
(162,166,177)
#90949E
(144,148,158)
#7E828B
(126,130,139)
#6C7078
(108,112,120)
#5A5E65
(90,94,101)
#484C52
(72,76,82)
#363A3F
(54,58,63)
#24282C
(36,40,44)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #C6CAD7

#C6CAD7
(198,202,215)
#CBCEDA
(203,206,218)
#D0D2DD
(208,210,221)
#D5D6E0
(213,214,224)
#DADAE3
(218,218,227)
#DFDEE6
(223,222,230)
#E4E2E9
(228,226,233)
#E9E6EC
(233,230,236)
#EEEAEF
(238,234,239)
#F3EEF2
(243,238,242)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CAD7 color. Also use rgb(198,202,215) instead hex code.

Text Font Color

.myTextColor { color: #C6CAD7; }

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

This text font color is #C6CAD7.


Background Color

.myBgColor { background-color: #C6CAD7; }

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

This div background color is #C6CAD7.


Border color

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

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

This div border color is #C6CAD7.


Opacity

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

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

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

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

This text has shadow with #C6CAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CAD7 on black background.


Color preview on white background

This text has color #C6CAD7 on white background.



Black color preview on #C6CAD7 background

This text has black color on #C6CAD7 background.


White color preview on #C6CAD7 background

This text has white color on #C6CAD7 background.