COLOR #C6C3D4

HEX: #C6C3D4
RGB: (198,195,212)

Color info

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

RGB color model

#C6C3D4 color RGB value is (198,195,212).

  • red value is 198;
  • green value is 195;
  • blue value is 212.
RGB:
(198,195,212)
(78%,76%,83%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 212 of 255 = 83%

198
195
212

R + G + B ~ 79%. #C6C3D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 212 = 605 (100%)
R 198 of 605 ~ 32.73%
G 195 of 605 ~ 32.23%
B 212 of 605 ~ 35.04%

%32.73
%32.23
%35.04

CMYK color model

#C6C3D4 color CMYK value is (7,8,0,17).

  • cyan value is 6.60%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(7,8,0,17)
C7M8Y0K17 
(7%,8%,0%,17%)
(0.07/0.08/0.00/0.17)	

CMYK percentages

%6.6
%8.02
%0
%16.86

Codes

Color #C6C3D4 in popluar color models

C6C3D4
RGB198195212
HSL251°16.50%79.80%
HSB/HSV251°8.02%83.14%
CMYK6.60%8.02%0.00%
16.86%

Color #C6C3D4 in popluar number systems.

HEXC6C3D4
Decimal198195212
Binary110001101100001111010100
Octal306303324

Shades and tints

Shades of #C6C3D4

#C6C3D4
(198,195,212)
#B4B2C1
(180,178,193)
#A2A1AE
(162,161,174)
#90909B
(144,144,155)
#7E7F88
(126,127,136)
#6C6E75
(108,110,117)
#5A5D62
(90,93,98)
#484C4F
(72,76,79)
#363B3C
(54,59,60)
#242A29
(36,42,41)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6C3D4

#C6C3D4
(198,195,212)
#CBC8D7
(203,200,215)
#D0CDDA
(208,205,218)
#D5D2DD
(213,210,221)
#DAD7E0
(218,215,224)
#DFDCE3
(223,220,227)
#E4E1E6
(228,225,230)
#E9E6E9
(233,230,233)
#EEEBEC
(238,235,236)
#F3F0EF
(243,240,239)
#F8F5F2
(248,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C3D4; }

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

This text font color is #C6C3D4.


Background Color

.myBgColor { background-color: #C6C3D4; }

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

This div background color is #C6C3D4.


Border color

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

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

This div border color is #C6C3D4.


Opacity

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

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

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

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

This text has shadow with #C6C3D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C3D4 on black background.


Color preview on white background

This text has color #C6C3D4 on white background.



Black color preview on #C6C3D4 background

This text has black color on #C6C3D4 background.


White color preview on #C6C3D4 background

This text has white color on #C6C3D4 background.