COLOR #C6D7DE

HEX: #C6D7DE
RGB: (198,215,222)

Color info

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

RGB color model

#C6D7DE color RGB value is (198,215,222).

  • red value is 198;
  • green value is 215;
  • blue value is 222.
RGB:
(198,215,222)
(78%,84%,87%)

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 222 of 255 = 87%

198
215
222

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

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 222 = 635 (100%)
R 198 of 635 ~ 31.18%
G 215 of 635 ~ 33.86%
B 222 of 635 ~ 34.96%

%31.18
%33.86
%34.96

CMYK color model

#C6D7DE color CMYK value is (11,3,0,13).

  • cyan value is 10.81%
  • magenta value is 3.15%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(11,3,0,13)
C11M3Y0K13 
(11%,3%,0%,13%)
(0.11/0.03/0.00/0.13)	

CMYK percentages

%10.81
%3.15
%0
%12.94

Codes

Color #C6D7DE in popluar color models

C6D7DE
RGB198215222
HSL198°26.67%82.35%
HSB/HSV198°10.81%87.06%
CMYK10.81%3.15%0.00%
12.94%

Color #C6D7DE in popluar number systems.

HEXC6D7DE
Decimal198215222
Binary110001101101011111011110
Octal306327336

Shades and tints

Shades of #C6D7DE

#C6D7DE
(198,215,222)
#B4C4CA
(180,196,202)
#A2B1B6
(162,177,182)
#909EA2
(144,158,162)
#7E8B8E
(126,139,142)
#6C787A
(108,120,122)
#5A6566
(90,101,102)
#485252
(72,82,82)
#363F3E
(54,63,62)
#242C2A
(36,44,42)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #C6D7DE

#C6D7DE
(198,215,222)
#CBDAE1
(203,218,225)
#D0DDE4
(208,221,228)
#D5E0E7
(213,224,231)
#DAE3EA
(218,227,234)
#DFE6ED
(223,230,237)
#E4E9F0
(228,233,240)
#E9ECF3
(233,236,243)
#EEEFF6
(238,239,246)
#F3F2F9
(243,242,249)
#F8F5FC
(248,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6D7DE color. Also use rgb(198,215,222) instead hex code.

Text Font Color

.myTextColor { color: #C6D7DE; }

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

This text font color is #C6D7DE.


Background Color

.myBgColor { background-color: #C6D7DE; }

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

This div background color is #C6D7DE.


Border color

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

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

This div border color is #C6D7DE.


Opacity

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

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

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

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

This text has shadow with #C6D7DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7DE on black background.


Color preview on white background

This text has color #C6D7DE on white background.



Black color preview on #C6D7DE background

This text has black color on #C6D7DE background.


White color preview on #C6D7DE background

This text has white color on #C6D7DE background.