COLOR #C6CDD1

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

Color info

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

RGB color model

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

RGB: (198,205,209) (78%, 80%, 82%)

RGB channels and saturation

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

198
205
209

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

Portions of RGB colors in percentages

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

%32.35
%33.5
%34.15

CMYK color model

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

  • cyan value is 5.26%
  • magenta value is 1.91%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (5,2,0,18)
C5M2Y0K18 (5%, 2%, 0%, 18%)
(0.05 / 0.02 / 0.00 / 0.18)

CMYK percentages

%5.26
%1.91
%0
%18.04

Codes

Color #C6CDD1 in popluar color models

C6 CD D1
RGB 198 205 209
HSL 202° 10.68% 79.80%
HSB/HSV 202° 5.26% 81.96%
CMYK 5.26% 1.91% 0.00%
18.04%

Color #C6CDD1 in popluar number systems.

HEX C6 CD D1
Decimal 198 205 209
Binary 11000110 11001101 11010001
Octal 306 315 321

Shades and tints

Shades of #C6CDD1

#C6CDD1
(198,205,209)
#B4BBBE
(180,187,190)
#A2A9AB
(162,169,171)
#909798
(144,151,152)
#7E8585
(126,133,133)
#6C7372
(108,115,114)
#5A615F
(90,97,95)
#484F4C
(72,79,76)
#363D39
(54,61,57)
#242B26
(36,43,38)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #C6CDD1

#C6CDD1
(198,205,209)
#CBD1D5
(203,209,213)
#D0D5D9
(208,213,217)
#D5D9DD
(213,217,221)
#DADDE1
(218,221,225)
#DFE1E5
(223,225,229)
#E4E5E9
(228,229,233)
#E9E9ED
(233,233,237)
#EEEDF1
(238,237,241)
#F3F1F5
(243,241,245)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDD1; }

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

This text font color is #C6CDD1.

Background Color

.myBgColor { background-color: #C6CDD1; }

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

This div background color is #C6CDD1.

Border color

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

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

This div border color is #C6CDD1.

Opacity

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

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

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

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

This text has shadow with #C6CDD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDD1.

Preview

Color preview on black background

This text has color #C6CDD1 on black background.


Color preview on white background

This text has color #C6CDD1 on white background.


Black color preview on #C6CDD1 background

This text has black color on #C6CDD1 background.


White color preview on #C6CDD1 background

This text has white color on #C6CDD1 background.


Related colors

Complementary color

Complementary color for #hex is #39322E.


I love getcolorcode.com

Triadic colors

1 #D1C6CD and #CDD1C6 with #C6CDD1 are triadic colors.

2 #D1CDC6 and #CDC6D1 with #C6CDD1 are triadic colors.