COLOR #C6DBF9

HEX: #C6DBF9
RGB: (198,219,249)

Color info

#C6DBF9 contains red, green and blue colors in about the same proportion. Web safe color of #C6DBF9 is #CCCCFF (or #CCF).

RGB color model

#C6DBF9 color RGB value is (198,219,249).

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

RGB channels and saturation

R 198 of 255 = 78%
G 219 of 255 = 86%
B 249 of 255 = 98%

198
219
249

R + G + B ~ 87%. #C6DBF9 is light color.

Portions of RGB colors in percentages

R + G + B =
198 + 219 + 249 = 666 (100%)
R 198 of 666 ~ 29.73%
G 219 of 666 ~ 32.88%
B 249 of 666 ~ 37.39%

%29.73
%32.88
%37.39

CMYK color model

#C6DBF9 color CMYK value is (20,12,0,2).

  • cyan value is 20.48%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(20,12,0,2)
C20M12Y0K2 
(20%,12%,0%,2%)
(0.20/0.12/0.00/0.02)	

CMYK percentages

%20.48
%12.05
%0
%2.35

Codes

Color #C6DBF9 in popluar color models

C6DBF9
RGB198219249
HSL215°80.95%87.65%
HSB/HSV215°20.48%97.65%
CMYK20.48%12.05%0.00%
2.35%

Color #C6DBF9 in popluar number systems.

HEXC6DBF9
Decimal198219249
Binary110001101101101111111001
Octal306333371

Shades and tints

Shades of #C6DBF9

#C6DBF9
(198,219,249)
#B4C8E3
(180,200,227)
#A2B5CD
(162,181,205)
#90A2B7
(144,162,183)
#7E8FA1
(126,143,161)
#6C7C8B
(108,124,139)
#5A6975
(90,105,117)
#48565F
(72,86,95)
#364349
(54,67,73)
#243033
(36,48,51)
#121D1D
(18,29,29)
#000000
(0,0,0)

Tints of #C6DBF9

#C6DBF9
(198,219,249)
#CBDEF9
(203,222,249)
#D0E1F9
(208,225,249)
#D5E4F9
(213,228,249)
#DAE7F9
(218,231,249)
#DFEAF9
(223,234,249)
#E4EDF9
(228,237,249)
#E9F0F9
(233,240,249)
#EEF3F9
(238,243,249)
#F3F6F9
(243,246,249)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DBF9; }

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

This text font color is #C6DBF9.


Background Color

.myBgColor { background-color: #C6DBF9; }

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

This div background color is #C6DBF9.


Border color

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

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

This div border color is #C6DBF9.


Opacity

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

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

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

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

This text has shadow with #C6DBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DBF9 on black background.


Color preview on white background

This text has color #C6DBF9 on white background.



Black color preview on #C6DBF9 background

This text has black color on #C6DBF9 background.


White color preview on #C6DBF9 background

This text has white color on #C6DBF9 background.