COLOR #C6CDDB

HEX: #C6CDDB
RGB: (198,205,219)

Color info

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

RGB color model

#C6CDDB color RGB value is (198,205,219).

  • red value is 198;
  • green value is 205;
  • blue value is 219.
RGB:
(198,205,219)
(78%,80%,86%)

RGB channels and saturation

R 198 of 255 = 78%
G 205 of 255 = 80%
B 219 of 255 = 86%

198
205
219

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

Portions of RGB colors in percentages

R + G + B =
198 + 205 + 219 = 622 (100%)
R 198 of 622 ~ 31.83%
G 205 of 622 ~ 32.96%
B 219 of 622 ~ 35.21%

%31.83
%32.96
%35.21

CMYK color model

#C6CDDB color CMYK value is (10,6,0,14).

  • cyan value is 9.59%
  • magenta value is 6.39%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,6,0,14)
C10M6Y0K14 
(10%,6%,0%,14%)
(0.10/0.06/0.00/0.14)	

CMYK percentages

%9.59
%6.39
%0
%14.12

Codes

Color #C6CDDB in popluar color models

C6CDDB
RGB198205219
HSL220°22.58%81.76%
HSB/HSV220°9.59%85.88%
CMYK9.59%6.39%0.00%
14.12%

Color #C6CDDB in popluar number systems.

HEXC6CDDB
Decimal198205219
Binary110001101100110111011011
Octal306315333

Shades and tints

Shades of #C6CDDB

#C6CDDB
(198,205,219)
#B4BBC8
(180,187,200)
#A2A9B5
(162,169,181)
#9097A2
(144,151,162)
#7E858F
(126,133,143)
#6C737C
(108,115,124)
#5A6169
(90,97,105)
#484F56
(72,79,86)
#363D43
(54,61,67)
#242B30
(36,43,48)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #C6CDDB

#C6CDDB
(198,205,219)
#CBD1DE
(203,209,222)
#D0D5E1
(208,213,225)
#D5D9E4
(213,217,228)
#DADDE7
(218,221,231)
#DFE1EA
(223,225,234)
#E4E5ED
(228,229,237)
#E9E9F0
(233,233,240)
#EEEDF3
(238,237,243)
#F3F1F6
(243,241,246)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CDDB; }

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

This text font color is #C6CDDB.


Background Color

.myBgColor { background-color: #C6CDDB; }

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

This div background color is #C6CDDB.


Border color

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

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

This div border color is #C6CDDB.


Opacity

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

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

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

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

This text has shadow with #C6CDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CDDB on black background.


Color preview on white background

This text has color #C6CDDB on white background.



Black color preview on #C6CDDB background

This text has black color on #C6CDDB background.


White color preview on #C6CDDB background

This text has white color on #C6CDDB background.