COLOR #C6D1D8

HEX: #C6D1D8
RGB: (198,209,216)

Color info

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

RGB color model

#C6D1D8 color RGB value is (198,209,216).

  • red value is 198;
  • green value is 209;
  • blue value is 216.
RGB:
(198,209,216)
(78%,82%,85%)

RGB channels and saturation

R 198 of 255 = 78%
G 209 of 255 = 82%
B 216 of 255 = 85%

198
209
216

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

Portions of RGB colors in percentages

R + G + B =
198 + 209 + 216 = 623 (100%)
R 198 of 623 ~ 31.78%
G 209 of 623 ~ 33.55%
B 216 of 623 ~ 34.67%

%31.78
%33.55
%34.67

CMYK color model

#C6D1D8 color CMYK value is (8,3,0,15).

  • cyan value is 8.33%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(8,3,0,15)
C8M3Y0K15 
(8%,3%,0%,15%)
(0.08/0.03/0.00/0.15)	

CMYK percentages

%8.33
%3.24
%0
%15.29

Codes

Color #C6D1D8 in popluar color models

C6D1D8
RGB198209216
HSL203°18.75%81.18%
HSB/HSV203°8.33%84.71%
CMYK8.33%3.24%0.00%
15.29%

Color #C6D1D8 in popluar number systems.

HEXC6D1D8
Decimal198209216
Binary110001101101000111011000
Octal306321330

Shades and tints

Shades of #C6D1D8

#C6D1D8
(198,209,216)
#B4BEC5
(180,190,197)
#A2ABB2
(162,171,178)
#90989F
(144,152,159)
#7E858C
(126,133,140)
#6C7279
(108,114,121)
#5A5F66
(90,95,102)
#484C53
(72,76,83)
#363940
(54,57,64)
#24262D
(36,38,45)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C6D1D8

#C6D1D8
(198,209,216)
#CBD5DB
(203,213,219)
#D0D9DE
(208,217,222)
#D5DDE1
(213,221,225)
#DAE1E4
(218,225,228)
#DFE5E7
(223,229,231)
#E4E9EA
(228,233,234)
#E9EDED
(233,237,237)
#EEF1F0
(238,241,240)
#F3F5F3
(243,245,243)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D1D8 color. Also use rgb(198,209,216) instead hex code.

Text Font Color

.myTextColor { color: #C6D1D8; }

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

This text font color is #C6D1D8.


Background Color

.myBgColor { background-color: #C6D1D8; }

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

This div background color is #C6D1D8.


Border color

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

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

This div border color is #C6D1D8.


Opacity

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

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

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

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

This text has shadow with #C6D1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D1D8 on black background.


Color preview on white background

This text has color #C6D1D8 on white background.



Black color preview on #C6D1D8 background

This text has black color on #C6D1D8 background.


White color preview on #C6D1D8 background

This text has white color on #C6D1D8 background.