COLOR #C6CDD5

HEX: #C6CDD5 RGB: (198,205,213)

Color info

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

RGB color model

#C6CDD5 color RGB value is (198,205,213).

RGB: (198,205,213) (78%, 80%, 84%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 213 of 255 = 84%

198
205
213

R + G + B ~ 81%. #C6CDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 213 = 616 (100%)
R 198 of 616 ~ 32.14%
G 205 of 616 ~ 33.28%
B 213 of 616 ~ 34.58'%

%32.14
%33.28
%34.58

CMYK color model

#C6CDD5 color CMYK value is (7,4,0,16).

  • cyan value is 7.04%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (7,4,0,16)
C7M4Y0K16 (7%, 4%, 0%, 16%)
(0.07 / 0.04 / 0.00 / 0.16)

CMYK percentages

%7.04
%3.76
%0
%16.47

Codes

Color #C6CDD5 in popluar color models

C6 CD D5
RGB 198 205 213
HSL 212° 15.15% 80.59%
HSB/HSV 212° 7.04% 83.53%
CMYK 7.04% 3.76% 0.00%
16.47%

Color #C6CDD5 in popluar number systems.

HEX C6 CD D5
Decimal 198 205 213
Binary 11000110 11001101 11010101
Octal 306 315 325

Shades and tints

Shades of #C6CDD5

#C6CDD5
(198,205,213)
#B4BBC2
(180,187,194)
#A2A9AF
(162,169,175)
#90979C
(144,151,156)
#7E8589
(126,133,137)
#6C7376
(108,115,118)
#5A6163
(90,97,99)
#484F50
(72,79,80)
#363D3D
(54,61,61)
#242B2A
(36,43,42)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #C6CDD5

#C6CDD5
(198,205,213)
#CBD1D8
(203,209,216)
#D0D5DB
(208,213,219)
#D5D9DE
(213,217,222)
#DADDE1
(218,221,225)
#DFE1E4
(223,225,228)
#E4E5E7
(228,229,231)
#E9E9EA
(233,233,234)
#EEEDED
(238,237,237)
#F3F1F0
(243,241,240)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDD5; }

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

This text font color is #C6CDD5.

Background Color

.myBgColor { background-color: #C6CDD5; }

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

This div background color is #C6CDD5.

Border color

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

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

This div border color is #C6CDD5.

Opacity

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

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

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

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

This text has shadow with #C6CDD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDD5.

Preview

Color preview on black background

This text has color #C6CDD5 on black background.


Color preview on white background

This text has color #C6CDD5 on white background.


Black color preview on #C6CDD5 background

This text has black color on #C6CDD5 background.


White color preview on #C6CDD5 background

This text has white color on #C6CDD5 background.


Related colors

Complementary color

Complementary color for #hex is #39322A.


I love getcolorcode.com

Triadic colors

1 #D5C6CD and #CDD5C6 with #C6CDD5 are triadic colors.

2 #D5CDC6 and #CDC6D5 with #C6CDD5 are triadic colors.