COLOR #C6D1C2

HEX: #C6D1C2
RGB: (198,209,194)

Color info

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

RGB color model

#C6D1C2 color RGB value is (198,209,194).

  • red value is 198;
  • green value is 209;
  • blue value is 194.
RGB:
(198,209,194)
(78%,82%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 194 of 255 = 76%

198
209
194

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

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 194 = 601 (100%)
R 198 of 601 ~ 32.95%
G 209 of 601 ~ 34.78%
B 194 of 601 ~ 32.28%

%32.95
%34.78
%32.28

CMYK color model

#C6D1C2 color CMYK value is (5,0,7,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 18.04%
CMYK:
(5,0,7,18)
C5M0Y7K18 
(5%,0%,7%,18%)
(0.05/0.00/0.07/0.18)	

CMYK percentages

%5.26
%0
%7.18
%18.04

Codes

Color #C6D1C2 in popluar color models

C6D1C2
RGB198209194
HSL104°14.02%79.02%
HSB/HSV104°7.18%81.96%
CMYK5.26%0.00%7.18%
18.04%

Color #C6D1C2 in popluar number systems.

HEXC6D1C2
Decimal198209194
Binary110001101101000111000010
Octal306321302

Shades and tints

Shades of #C6D1C2

#C6D1C2
(198,209,194)
#B4BEB1
(180,190,177)
#A2ABA0
(162,171,160)
#90988F
(144,152,143)
#7E857E
(126,133,126)
#6C726D
(108,114,109)
#5A5F5C
(90,95,92)
#484C4B
(72,76,75)
#36393A
(54,57,58)
#242629
(36,38,41)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6D1C2

#C6D1C2
(198,209,194)
#CBD5C7
(203,213,199)
#D0D9CC
(208,217,204)
#D5DDD1
(213,221,209)
#DAE1D6
(218,225,214)
#DFE5DB
(223,229,219)
#E4E9E0
(228,233,224)
#E9EDE5
(233,237,229)
#EEF1EA
(238,241,234)
#F3F5EF
(243,245,239)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D1C2; }

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

This text font color is #C6D1C2.


Background Color

.myBgColor { background-color: #C6D1C2; }

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

This div background color is #C6D1C2.


Border color

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

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

This div border color is #C6D1C2.


Opacity

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

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

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

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

This text has shadow with #C6D1C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D1C2 on black background.


Color preview on white background

This text has color #C6D1C2 on white background.



Black color preview on #C6D1C2 background

This text has black color on #C6D1C2 background.


White color preview on #C6D1C2 background

This text has white color on #C6D1C2 background.