COLOR #C6DCE4

HEX: #C6DCE4
RGB: (198,220,228)

Color info

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

RGB color model

#C6DCE4 color RGB value is (198,220,228).

  • red value is 198;
  • green value is 220;
  • blue value is 228.
RGB:
(198,220,228)
(78%,86%,89%)

RGB channels and saturation

R 198 of 255 = 78%
G 220 of 255 = 86%
B 228 of 255 = 89%

198
220
228

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

Portions of RGB colors in percentages

R + G + B =
198 + 220 + 228 = 646 (100%)
R 198 of 646 ~ 30.65%
G 220 of 646 ~ 34.06%
B 228 of 646 ~ 35.29%

%30.65
%34.06
%35.29

CMYK color model

#C6DCE4 color CMYK value is (13,4,0,11).

  • cyan value is 13.16%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(13,4,0,11)
C13M4Y0K11 
(13%,4%,0%,11%)
(0.13/0.04/0.00/0.11)	

CMYK percentages

%13.16
%3.51
%0
%10.59

Codes

Color #C6DCE4 in popluar color models

C6DCE4
RGB198220228
HSL196°35.71%83.53%
HSB/HSV196°13.16%89.41%
CMYK13.16%3.51%0.00%
10.59%

Color #C6DCE4 in popluar number systems.

HEXC6DCE4
Decimal198220228
Binary110001101101110011100100
Octal306334344

Shades and tints

Shades of #C6DCE4

#C6DCE4
(198,220,228)
#B4C8D0
(180,200,208)
#A2B4BC
(162,180,188)
#90A0A8
(144,160,168)
#7E8C94
(126,140,148)
#6C7880
(108,120,128)
#5A646C
(90,100,108)
#485058
(72,80,88)
#363C44
(54,60,68)
#242830
(36,40,48)
#12141C
(18,20,28)
#000000
(0,0,0)

Tints of #C6DCE4

#C6DCE4
(198,220,228)
#CBDFE6
(203,223,230)
#D0E2E8
(208,226,232)
#D5E5EA
(213,229,234)
#DAE8EC
(218,232,236)
#DFEBEE
(223,235,238)
#E4EEF0
(228,238,240)
#E9F1F2
(233,241,242)
#EEF4F4
(238,244,244)
#F3F7F6
(243,247,246)
#F8FAF8
(248,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DCE4 color. Also use rgb(198,220,228) instead hex code.

Text Font Color

.myTextColor { color: #C6DCE4; }

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

This text font color is #C6DCE4.


Background Color

.myBgColor { background-color: #C6DCE4; }

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

This div background color is #C6DCE4.


Border color

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

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

This div border color is #C6DCE4.


Opacity

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

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

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

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

This text has shadow with #C6DCE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DCE4 on black background.


Color preview on white background

This text has color #C6DCE4 on white background.



Black color preview on #C6DCE4 background

This text has black color on #C6DCE4 background.


White color preview on #C6DCE4 background

This text has white color on #C6DCE4 background.