COLOR #C6C7DA

HEX: #C6C7DA
RGB: (198,199,218)

Color info

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

RGB color model

#C6C7DA color RGB value is (198,199,218).

  • red value is 198;
  • green value is 199;
  • blue value is 218.
RGB:
(198,199,218)
(78%,78%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 218 of 255 = 85%

198
199
218

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

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 218 = 615 (100%)
R 198 of 615 ~ 32.2%
G 199 of 615 ~ 32.36%
B 218 of 615 ~ 35.45%

%32.2
%32.36
%35.45

CMYK color model

#C6C7DA color CMYK value is (9,9,0,15).

  • cyan value is 9.17%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(9,9,0,15)
C9M9Y0K15 
(9%,9%,0%,15%)
(0.09/0.09/0.00/0.15)	

CMYK percentages

%9.17
%8.72
%0
%14.51

Codes

Color #C6C7DA in popluar color models

C6C7DA
RGB198199218
HSL237°21.28%81.57%
HSB/HSV237°9.17%85.49%
CMYK9.17%8.72%0.00%
14.51%

Color #C6C7DA in popluar number systems.

HEXC6C7DA
Decimal198199218
Binary110001101100011111011010
Octal306307332

Shades and tints

Shades of #C6C7DA

#C6C7DA
(198,199,218)
#B4B5C7
(180,181,199)
#A2A3B4
(162,163,180)
#9091A1
(144,145,161)
#7E7F8E
(126,127,142)
#6C6D7B
(108,109,123)
#5A5B68
(90,91,104)
#484955
(72,73,85)
#363742
(54,55,66)
#24252F
(36,37,47)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C6C7DA

#C6C7DA
(198,199,218)
#CBCCDD
(203,204,221)
#D0D1E0
(208,209,224)
#D5D6E3
(213,214,227)
#DADBE6
(218,219,230)
#DFE0E9
(223,224,233)
#E4E5EC
(228,229,236)
#E9EAEF
(233,234,239)
#EEEFF2
(238,239,242)
#F3F4F5
(243,244,245)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C7DA color. Also use rgb(198,199,218) instead hex code.

Text Font Color

.myTextColor { color: #C6C7DA; }

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

This text font color is #C6C7DA.


Background Color

.myBgColor { background-color: #C6C7DA; }

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

This div background color is #C6C7DA.


Border color

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

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

This div border color is #C6C7DA.


Opacity

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

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

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

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

This text has shadow with #C6C7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C7DA on black background.


Color preview on white background

This text has color #C6C7DA on white background.



Black color preview on #C6C7DA background

This text has black color on #C6C7DA background.


White color preview on #C6C7DA background

This text has white color on #C6C7DA background.