COLOR #C6D3CD

HEX: #C6D3CD RGB: (198,211,205)

Color info

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

RGB color model

#C6D3CD color RGB value is (198,211,205).

RGB: (198,211,205) (78%, 83%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 211 of 255 = 83%
B 205 of 255 = 80%

198
211
205

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

Portions of RGB colors in percentages

R + G + B = 198 + 211 + 205 = 614 (100%)
R 198 of 614 ~ 32.25%
G 211 of 614 ~ 34.36%
B 205 of 614 ~ 33.39'%

%32.25
%34.36
%33.39

CMYK color model

#C6D3CD color CMYK value is (6,0,3,17).

  • cyan value is 6.16%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 17.25%

CMYK: (6,0,3,17)
C6M0Y3K17 (6%, 0%, 3%, 17%)
(0.06 / 0.00 / 0.03 / 0.17)

CMYK percentages

%6.16
%0
%2.84
%17.25

Codes

Color #C6D3CD in popluar color models

C6 D3 CD
RGB 198 211 205
HSL 152° 12.87% 80.20%
HSB/HSV 152° 6.16% 82.75%
CMYK 6.16% 0.00% 2.84%
17.25%

Color #C6D3CD in popluar number systems.

HEX C6 D3 CD
Decimal 198 211 205
Binary 11000110 11010011 11001101
Octal 306 323 315

Shades and tints

Shades of #C6D3CD

#C6D3CD
(198,211,205)
#B4C0BB
(180,192,187)
#A2ADA9
(162,173,169)
#909A97
(144,154,151)
#7E8785
(126,135,133)
#6C7473
(108,116,115)
#5A6161
(90,97,97)
#484E4F
(72,78,79)
#363B3D
(54,59,61)
#24282B
(36,40,43)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #C6D3CD

#C6D3CD
(198,211,205)
#CBD7D1
(203,215,209)
#D0DBD5
(208,219,213)
#D5DFD9
(213,223,217)
#DAE3DD
(218,227,221)
#DFE7E1
(223,231,225)
#E4EBE5
(228,235,229)
#E9EFE9
(233,239,233)
#EEF3ED
(238,243,237)
#F3F7F1
(243,247,241)
#F8FBF5
(248,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D3CD; }

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

This text font color is #C6D3CD.

Background Color

.myBgColor { background-color: #C6D3CD; }

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

This div background color is #C6D3CD.

Border color

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

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

This div border color is #C6D3CD.

Opacity

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

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

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

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

This text has shadow with #C6D3CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6D3CD.

Preview

Color preview on black background

This text has color #C6D3CD on black background.


Color preview on white background

This text has color #C6D3CD on white background.


Black color preview on #C6D3CD background

This text has black color on #C6D3CD background.


White color preview on #C6D3CD background

This text has white color on #C6D3CD background.


Related colors

Complementary color

Complementary color for #hex is #392C32.


I love getcolorcode.com

Triadic colors

1 #CDC6D3 and #D3CDC6 with #C6D3CD are triadic colors.

2 #CDD3C6 and #D3C6CD with #C6D3CD are triadic colors.