COLOR #C6D1CD

HEX: #C6D1CD
RGB: (198,209,205)

Color info

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

RGB color model

#C6D1CD color RGB value is (198,209,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 205 of 255 = 80%

198
209
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 205 = 612 (100%)
R 198 of 612 ~ 32.35%
G 209 of 612 ~ 34.15%
B 205 of 612 ~ 33.5%

%32.35
%34.15
%33.5

CMYK color model

#C6D1CD color CMYK value is (5,0,2,18).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 1.91%
  • key color value is 18.04%
CMYK:
(5,0,2,18)
C5M0Y2K18 
(5%,0%,2%,18%)
(0.05/0.00/0.02/0.18)	

CMYK percentages

%5.26
%0
%1.91
%18.04

Codes

Color #C6D1CD in popluar color models

C6D1CD
RGB198209205
HSL158°10.68%79.80%
HSB/HSV158°5.26%81.96%
CMYK5.26%0.00%1.91%
18.04%

Color #C6D1CD in popluar number systems.

HEXC6D1CD
Decimal198209205
Binary110001101101000111001101
Octal306321315

Shades and tints

Shades of #C6D1CD

#C6D1CD
(198,209,205)
#B4BEBB
(180,190,187)
#A2ABA9
(162,171,169)
#909897
(144,152,151)
#7E8585
(126,133,133)
#6C7273
(108,114,115)
#5A5F61
(90,95,97)
#484C4F
(72,76,79)
#36393D
(54,57,61)
#24262B
(36,38,43)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6D1CD

#C6D1CD
(198,209,205)
#CBD5D1
(203,213,209)
#D0D9D5
(208,217,213)
#D5DDD9
(213,221,217)
#DAE1DD
(218,225,221)
#DFE5E1
(223,229,225)
#E4E9E5
(228,233,229)
#E9EDE9
(233,237,233)
#EEF1ED
(238,241,237)
#F3F5F1
(243,245,241)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D1CD; }

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

This text font color is #C6D1CD.


Background Color

.myBgColor { background-color: #C6D1CD; }

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

This div background color is #C6D1CD.


Border color

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

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

This div border color is #C6D1CD.


Opacity

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

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

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

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

This text has shadow with #C6D1CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D1CD on black background.


Color preview on white background

This text has color #C6D1CD on white background.



Black color preview on #C6D1CD background

This text has black color on #C6D1CD background.


White color preview on #C6D1CD background

This text has white color on #C6D1CD background.