COLOR #C6C6D8

HEX: #C6C6D8
RGB: (198,198,216)

Color info

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

RGB color model

#C6C6D8 color RGB value is (198,198,216).

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

RGB channels and saturation

R 198 of 255 = 78%
G 198 of 255 = 78%
B 216 of 255 = 85%

198
198
216

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

Portions of RGB colors in percentages

R + G + B =
198 + 198 + 216 = 612 (100%)
R 198 of 612 ~ 32.35%
G 198 of 612 ~ 32.35%
B 216 of 612 ~ 35.29%

%32.35
%32.35
%35.29

CMYK color model

#C6C6D8 color CMYK value is (8,8,0,15).

  • cyan value is 8.33%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,8,0,15)
C8M8Y0K15 
(8%,8%,0%,15%)
(0.08/0.08/0.00/0.15)	

CMYK percentages

%8.33
%8.33
%0
%15.29

Codes

Color #C6C6D8 in popluar color models

C6C6D8
RGB198198216
HSL240°18.75%81.18%
HSB/HSV240°8.33%84.71%
CMYK8.33%8.33%0.00%
15.29%

Color #C6C6D8 in popluar number systems.

HEXC6C6D8
Decimal198198216
Binary110001101100011011011000
Octal306306330

Shades and tints

Shades of #C6C6D8

#C6C6D8
(198,198,216)
#B4B4C5
(180,180,197)
#A2A2B2
(162,162,178)
#90909F
(144,144,159)
#7E7E8C
(126,126,140)
#6C6C79
(108,108,121)
#5A5A66
(90,90,102)
#484853
(72,72,83)
#363640
(54,54,64)
#24242D
(36,36,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #C6C6D8

#C6C6D8
(198,198,216)
#CBCBDB
(203,203,219)
#D0D0DE
(208,208,222)
#D5D5E1
(213,213,225)
#DADAE4
(218,218,228)
#DFDFE7
(223,223,231)
#E4E4EA
(228,228,234)
#E9E9ED
(233,233,237)
#EEEEF0
(238,238,240)
#F3F3F3
(243,243,243)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C6D8; }

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

This text font color is #C6C6D8.


Background Color

.myBgColor { background-color: #C6C6D8; }

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

This div background color is #C6C6D8.


Border color

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

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

This div border color is #C6C6D8.


Opacity

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

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

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

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

This text has shadow with #C6C6D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C6D8 on black background.


Color preview on white background

This text has color #C6C6D8 on white background.



Black color preview on #C6C6D8 background

This text has black color on #C6C6D8 background.


White color preview on #C6C6D8 background

This text has white color on #C6C6D8 background.