COLOR #C6CFDB

HEX: #C6CFDB
RGB: (198,207,219)

Color info

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

RGB color model

#C6CFDB color RGB value is (198,207,219).

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

RGB channels and saturation

R 198 of 255 = 78%
G 207 of 255 = 81%
B 219 of 255 = 86%

198
207
219

R + G + B ~ 82%. #C6CFDB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 207 + 219 = 624 (100%)
R 198 of 624 ~ 31.73%
G 207 of 624 ~ 33.17%
B 219 of 624 ~ 35.1%

%31.73
%33.17
%35.1

CMYK color model

#C6CFDB color CMYK value is (10,5,0,14).

  • cyan value is 9.59%
  • magenta value is 5.48%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(10,5,0,14)
C10M5Y0K14 
(10%,5%,0%,14%)
(0.10/0.05/0.00/0.14)	

CMYK percentages

%9.59
%5.48
%0
%14.12

Codes

Color #C6CFDB in popluar color models

C6CFDB
RGB198207219
HSL214°22.58%81.76%
HSB/HSV214°9.59%85.88%
CMYK9.59%5.48%0.00%
14.12%

Color #C6CFDB in popluar number systems.

HEXC6CFDB
Decimal198207219
Binary110001101100111111011011
Octal306317333

Shades and tints

Shades of #C6CFDB

#C6CFDB
(198,207,219)
#B4BDC8
(180,189,200)
#A2ABB5
(162,171,181)
#9099A2
(144,153,162)
#7E878F
(126,135,143)
#6C757C
(108,117,124)
#5A6369
(90,99,105)
#485156
(72,81,86)
#363F43
(54,63,67)
#242D30
(36,45,48)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #C6CFDB

#C6CFDB
(198,207,219)
#CBD3DE
(203,211,222)
#D0D7E1
(208,215,225)
#D5DBE4
(213,219,228)
#DADFE7
(218,223,231)
#DFE3EA
(223,227,234)
#E4E7ED
(228,231,237)
#E9EBF0
(233,235,240)
#EEEFF3
(238,239,243)
#F3F3F6
(243,243,246)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CFDB; }

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

This text font color is #C6CFDB.


Background Color

.myBgColor { background-color: #C6CFDB; }

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

This div background color is #C6CFDB.


Border color

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

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

This div border color is #C6CFDB.


Opacity

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

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

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

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

This text has shadow with #C6CFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CFDB on black background.


Color preview on white background

This text has color #C6CFDB on white background.



Black color preview on #C6CFDB background

This text has black color on #C6CFDB background.


White color preview on #C6CFDB background

This text has white color on #C6CFDB background.