COLOR #C6CADB

HEX: #C6CADB RGB: (198,202,219)

Color info

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

RGB color model

#C6CADB color RGB value is (198,202,219).

RGB: (198,202,219) (78%, 79%, 86%)

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 219 of 255 = 86%

198
202
219

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

Portions of RGB colors in percentages

R + G + B = 198 + 202 + 219 = 619 (100%)
R 198 of 619 ~ 31.99%
G 202 of 619 ~ 32.63%
B 219 of 619 ~ 35.38'%

%31.99
%32.63
%35.38

CMYK color model

#C6CADB color CMYK value is (10,8,0,14).

  • cyan value is 9.59%
  • magenta value is 7.76%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (10,8,0,14)
C10M8Y0K14 (10%, 8%, 0%, 14%)
(0.10 / 0.08 / 0.00 / 0.14)

CMYK percentages

%9.59
%7.76
%0
%14.12

Codes

Color #C6CADB in popluar color models

C6 CA DB
RGB 198 202 219
HSL 229° 22.58% 81.76%
HSB/HSV 229° 9.59% 85.88%
CMYK 9.59% 7.76% 0.00%
14.12%

Color #C6CADB in popluar number systems.

HEX C6 CA DB
Decimal 198 202 219
Binary 11000110 11001010 11011011
Octal 306 312 333

Shades and tints

Shades of #C6CADB

#C6CADB
(198,202,219)
#B4B8C8
(180,184,200)
#A2A6B5
(162,166,181)
#9094A2
(144,148,162)
#7E828F
(126,130,143)
#6C707C
(108,112,124)
#5A5E69
(90,94,105)
#484C56
(72,76,86)
#363A43
(54,58,67)
#242830
(36,40,48)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #C6CADB

#C6CADB
(198,202,219)
#CBCEDE
(203,206,222)
#D0D2E1
(208,210,225)
#D5D6E4
(213,214,228)
#DADAE7
(218,218,231)
#DFDEEA
(223,222,234)
#E4E2ED
(228,226,237)
#E9E6F0
(233,230,240)
#EEEAF3
(238,234,243)
#F3EEF6
(243,238,246)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6CADB color. Also use rgb(198,202,219) instead hex code.

Text Font Color

.myTextColor { color: #C6CADB; }

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

This text font color is #C6CADB.

Background Color

.myBgColor { background-color: #C6CADB; }

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

This div background color is #C6CADB.

Border color

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

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

This div border color is #C6CADB.

Opacity

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

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

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

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

This text has shadow with #C6CADB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6CADB.

Preview

Color preview on black background

This text has color #C6CADB on black background.


Color preview on white background

This text has color #C6CADB on white background.


Black color preview on #C6CADB background

This text has black color on #C6CADB background.


White color preview on #C6CADB background

This text has white color on #C6CADB background.


Related colors

Complementary color

Complementary color for #hex is #393524.


I love getcolorcode.com

Triadic colors

1 #DBC6CA and #CADBC6 with #C6CADB are triadic colors.

2 #DBCAC6 and #CAC6DB with #C6CADB are triadic colors.