COLOR #C6D9DD

HEX: #C6D9DD
RGB: (198,217,221)

Color info

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

RGB color model

#C6D9DD color RGB value is (198,217,221).

  • red value is 198;
  • green value is 217;
  • blue value is 221.
RGB:
(198,217,221)
(78%,85%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 217 of 255 = 85%
B 221 of 255 = 87%

198
217
221

R + G + B ~ 83%. #C6D9DD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 217 + 221 = 636 (100%)
R 198 of 636 ~ 31.13%
G 217 of 636 ~ 34.12%
B 221 of 636 ~ 34.75%

%31.13
%34.12
%34.75

CMYK color model

#C6D9DD color CMYK value is (10,2,0,13).

  • cyan value is 10.41%
  • magenta value is 1.81%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(10,2,0,13)
C10M2Y0K13 
(10%,2%,0%,13%)
(0.10/0.02/0.00/0.13)	

CMYK percentages

%10.41
%1.81
%0
%13.33

Codes

Color #C6D9DD in popluar color models

C6D9DD
RGB198217221
HSL190°25.27%82.16%
HSB/HSV190°10.41%86.67%
CMYK10.41%1.81%0.00%
13.33%

Color #C6D9DD in popluar number systems.

HEXC6D9DD
Decimal198217221
Binary110001101101100111011101
Octal306331335

Shades and tints

Shades of #C6D9DD

#C6D9DD
(198,217,221)
#B4C6C9
(180,198,201)
#A2B3B5
(162,179,181)
#90A0A1
(144,160,161)
#7E8D8D
(126,141,141)
#6C7A79
(108,122,121)
#5A6765
(90,103,101)
#485451
(72,84,81)
#36413D
(54,65,61)
#242E29
(36,46,41)
#121B15
(18,27,21)
#000000
(0,0,0)

Tints of #C6D9DD

#C6D9DD
(198,217,221)
#CBDCE0
(203,220,224)
#D0DFE3
(208,223,227)
#D5E2E6
(213,226,230)
#DAE5E9
(218,229,233)
#DFE8EC
(223,232,236)
#E4EBEF
(228,235,239)
#E9EEF2
(233,238,242)
#EEF1F5
(238,241,245)
#F3F4F8
(243,244,248)
#F8F7FB
(248,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D9DD color. Also use rgb(198,217,221) instead hex code.

Text Font Color

.myTextColor { color: #C6D9DD; }

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

This text font color is #C6D9DD.


Background Color

.myBgColor { background-color: #C6D9DD; }

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

This div background color is #C6D9DD.


Border color

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

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

This div border color is #C6D9DD.


Opacity

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

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

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

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

This text has shadow with #C6D9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D9DD on black background.


Color preview on white background

This text has color #C6D9DD on white background.



Black color preview on #C6D9DD background

This text has black color on #C6D9DD background.


White color preview on #C6D9DD background

This text has white color on #C6D9DD background.