COLOR #C6D2CD

HEX: #C6D2CD
RGB: (198,210,205)

Color info

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

RGB color model

#C6D2CD color RGB value is (198,210,205).

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

RGB channels and saturation

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

198
210
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 210 + 205 = 613 (100%)
R 198 of 613 ~ 32.3%
G 210 of 613 ~ 34.26%
B 205 of 613 ~ 33.44%

%32.3
%34.26
%33.44

CMYK color model

#C6D2CD color CMYK value is (6,0,2,18).

  • cyan value is 5.71%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 17.65%
CMYK:
(6,0,2,18)
C6M0Y2K18 
(6%,0%,2%,18%)
(0.06/0.00/0.02/0.18)	

CMYK percentages

%5.71
%0
%2.38
%17.65

Codes

Color #C6D2CD in popluar color models

C6D2CD
RGB198210205
HSL155°11.76%80.00%
HSB/HSV155°5.71%82.35%
CMYK5.71%0.00%2.38%
17.65%

Color #C6D2CD in popluar number systems.

HEXC6D2CD
Decimal198210205
Binary110001101101001011001101
Octal306322315

Shades and tints

Shades of #C6D2CD

#C6D2CD
(198,210,205)
#B4BFBB
(180,191,187)
#A2ACA9
(162,172,169)
#909997
(144,153,151)
#7E8685
(126,134,133)
#6C7373
(108,115,115)
#5A6061
(90,96,97)
#484D4F
(72,77,79)
#363A3D
(54,58,61)
#24272B
(36,39,43)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6D2CD

#C6D2CD
(198,210,205)
#CBD6D1
(203,214,209)
#D0DAD5
(208,218,213)
#D5DED9
(213,222,217)
#DAE2DD
(218,226,221)
#DFE6E1
(223,230,225)
#E4EAE5
(228,234,229)
#E9EEE9
(233,238,233)
#EEF2ED
(238,242,237)
#F3F6F1
(243,246,241)
#F8FAF5
(248,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D2CD; }

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

This text font color is #C6D2CD.


Background Color

.myBgColor { background-color: #C6D2CD; }

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

This div background color is #C6D2CD.


Border color

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

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

This div border color is #C6D2CD.


Opacity

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

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

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

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

This text has shadow with #C6D2CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D2CD on black background.


Color preview on white background

This text has color #C6D2CD on white background.



Black color preview on #C6D2CD background

This text has black color on #C6D2CD background.


White color preview on #C6D2CD background

This text has white color on #C6D2CD background.