COLOR #C6CDDA

HEX: #C6CDDA RGB: (198,205,218)

Color info

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

RGB color model

#C6CDDA color RGB value is (198,205,218).

RGB: (198,205,218) (78%, 80%, 85%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 218 of 255 = 85%

198
205
218

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

Portions of RGB colors in percentages

R + G + B = 198 + 205 + 218 = 621 (100%)
R 198 of 621 ~ 31.88%
G 205 of 621 ~ 33.01%
B 218 of 621 ~ 35.1'%

%31.88
%33.01
%35.1

CMYK color model

#C6CDDA color CMYK value is (9,6,0,15).

  • cyan value is 9.17%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (9,6,0,15)
C9M6Y0K15 (9%, 6%, 0%, 15%)
(0.09 / 0.06 / 0.00 / 0.15)

CMYK percentages

%9.17
%5.96
%0
%14.51

Codes

Color #C6CDDA in popluar color models

C6 CD DA
RGB 198 205 218
HSL 219° 21.28% 81.57%
HSB/HSV 219° 9.17% 85.49%
CMYK 9.17% 5.96% 0.00%
14.51%

Color #C6CDDA in popluar number systems.

HEX C6 CD DA
Decimal 198 205 218
Binary 11000110 11001101 11011010
Octal 306 315 332

Shades and tints

Shades of #C6CDDA

#C6CDDA
(198,205,218)
#B4BBC7
(180,187,199)
#A2A9B4
(162,169,180)
#9097A1
(144,151,161)
#7E858E
(126,133,142)
#6C737B
(108,115,123)
#5A6168
(90,97,104)
#484F55
(72,79,85)
#363D42
(54,61,66)
#242B2F
(36,43,47)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #C6CDDA

#C6CDDA
(198,205,218)
#CBD1DD
(203,209,221)
#D0D5E0
(208,213,224)
#D5D9E3
(213,217,227)
#DADDE6
(218,221,230)
#DFE1E9
(223,225,233)
#E4E5EC
(228,229,236)
#E9E9EF
(233,233,239)
#EEEDF2
(238,237,242)
#F3F1F5
(243,241,245)
#F8F5F8
(248,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDDA; }

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

This text font color is #C6CDDA.

Background Color

.myBgColor { background-color: #C6CDDA; }

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

This div background color is #C6CDDA.

Border color

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

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

This div border color is #C6CDDA.

Opacity

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

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

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

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

This text has shadow with #C6CDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CDDA.

Preview

Color preview on black background

This text has color #C6CDDA on black background.


Color preview on white background

This text has color #C6CDDA on white background.


Black color preview on #C6CDDA background

This text has black color on #C6CDDA background.


White color preview on #C6CDDA background

This text has white color on #C6CDDA background.


Related colors

Complementary color

Complementary color for #hex is #393225.


I love getcolorcode.com

Triadic colors

1 #DAC6CD and #CDDAC6 with #C6CDDA are triadic colors.

2 #DACDC6 and #CDC6DA with #C6CDDA are triadic colors.