COLOR #C6D7E7

HEX: #C6D7E7
RGB: (198,215,231)

Color info

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

RGB color model

#C6D7E7 color RGB value is (198,215,231).

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

RGB channels and saturation

R 198 of 255 = 78%
G 215 of 255 = 84%
B 231 of 255 = 91%

198
215
231

R + G + B ~ 84%. #C6D7E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 215 + 231 = 644 (100%)
R 198 of 644 ~ 30.75%
G 215 of 644 ~ 33.39%
B 231 of 644 ~ 35.87%

%30.75
%33.39
%35.87

CMYK color model

#C6D7E7 color CMYK value is (14,7,0,9).

  • cyan value is 14.29%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(14,7,0,9)
C14M7Y0K9 
(14%,7%,0%,9%)
(0.14/0.07/0.00/0.09)	

CMYK percentages

%14.29
%6.93
%0
%9.41

Codes

Color #C6D7E7 in popluar color models

C6D7E7
RGB198215231
HSL209°40.74%84.12%
HSB/HSV209°14.29%90.59%
CMYK14.29%6.93%0.00%
9.41%

Color #C6D7E7 in popluar number systems.

HEXC6D7E7
Decimal198215231
Binary110001101101011111100111
Octal306327347

Shades and tints

Shades of #C6D7E7

#C6D7E7
(198,215,231)
#B4C4D2
(180,196,210)
#A2B1BD
(162,177,189)
#909EA8
(144,158,168)
#7E8B93
(126,139,147)
#6C787E
(108,120,126)
#5A6569
(90,101,105)
#485254
(72,82,84)
#363F3F
(54,63,63)
#242C2A
(36,44,42)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6D7E7

#C6D7E7
(198,215,231)
#CBDAE9
(203,218,233)
#D0DDEB
(208,221,235)
#D5E0ED
(213,224,237)
#DAE3EF
(218,227,239)
#DFE6F1
(223,230,241)
#E4E9F3
(228,233,243)
#E9ECF5
(233,236,245)
#EEEFF7
(238,239,247)
#F3F2F9
(243,242,249)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D7E7; }

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

This text font color is #C6D7E7.


Background Color

.myBgColor { background-color: #C6D7E7; }

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

This div background color is #C6D7E7.


Border color

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

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

This div border color is #C6D7E7.


Opacity

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

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

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

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

This text has shadow with #C6D7E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D7E7 on black background.


Color preview on white background

This text has color #C6D7E7 on white background.



Black color preview on #C6D7E7 background

This text has black color on #C6D7E7 background.


White color preview on #C6D7E7 background

This text has white color on #C6D7E7 background.