COLOR #C6D8EE

HEX: #C6D8EE
RGB: (198,216,238)

Color info

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

RGB color model

#C6D8EE color RGB value is (198,216,238).

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

RGB channels and saturation

R 198 of 255 = 78%
G 216 of 255 = 85%
B 238 of 255 = 93%

198
216
238

R + G + B ~ 85%. #C6D8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 216 + 238 = 652 (100%)
R 198 of 652 ~ 30.37%
G 216 of 652 ~ 33.13%
B 238 of 652 ~ 36.5%

%30.37
%33.13
%36.5

CMYK color model

#C6D8EE color CMYK value is (17,9,0,7).

  • cyan value is 16.81%
  • magenta value is 9.24%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(17,9,0,7)
C17M9Y0K7 
(17%,9%,0%,7%)
(0.17/0.09/0.00/0.07)	

CMYK percentages

%16.81
%9.24
%0
%6.67

Codes

Color #C6D8EE in popluar color models

C6D8EE
RGB198216238
HSL213°54.05%85.49%
HSB/HSV213°16.81%93.33%
CMYK16.81%9.24%0.00%
6.67%

Color #C6D8EE in popluar number systems.

HEXC6D8EE
Decimal198216238
Binary110001101101100011101110
Octal306330356

Shades and tints

Shades of #C6D8EE

#C6D8EE
(198,216,238)
#B4C5D9
(180,197,217)
#A2B2C4
(162,178,196)
#909FAF
(144,159,175)
#7E8C9A
(126,140,154)
#6C7985
(108,121,133)
#5A6670
(90,102,112)
#48535B
(72,83,91)
#364046
(54,64,70)
#242D31
(36,45,49)
#121A1C
(18,26,28)
#000000
(0,0,0)

Tints of #C6D8EE

#C6D8EE
(198,216,238)
#CBDBEF
(203,219,239)
#D0DEF0
(208,222,240)
#D5E1F1
(213,225,241)
#DAE4F2
(218,228,242)
#DFE7F3
(223,231,243)
#E4EAF4
(228,234,244)
#E9EDF5
(233,237,245)
#EEF0F6
(238,240,246)
#F3F3F7
(243,243,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6D8EE; }

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

This text font color is #C6D8EE.


Background Color

.myBgColor { background-color: #C6D8EE; }

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

This div background color is #C6D8EE.


Border color

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

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

This div border color is #C6D8EE.


Opacity

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

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

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

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

This text has shadow with #C6D8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6D8EE on black background.


Color preview on white background

This text has color #C6D8EE on white background.



Black color preview on #C6D8EE background

This text has black color on #C6D8EE background.


White color preview on #C6D8EE background

This text has white color on #C6D8EE background.