COLOR #C6DAE4

HEX: #C6DAE4
RGB: (198,218,228)

Color info

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

RGB color model

#C6DAE4 color RGB value is (198,218,228).

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

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 228 of 255 = 89%

198
218
228

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

Portions of RGB colors in percentages

R + G + B =
198 + 218 + 228 = 644 (100%)
R 198 of 644 ~ 30.75%
G 218 of 644 ~ 33.85%
B 228 of 644 ~ 35.4%

%30.75
%33.85
%35.4

CMYK color model

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

  • cyan value is 13.16%
  • magenta value is 4.39%
  • 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
%4.39
%0
%10.59

Codes

Color #C6DAE4 in popluar color models

C6DAE4
RGB198218228
HSL200°35.71%83.53%
HSB/HSV200°13.16%89.41%
CMYK13.16%4.39%0.00%
10.59%

Color #C6DAE4 in popluar number systems.

HEXC6DAE4
Decimal198218228
Binary110001101101101011100100
Octal306332344

Shades and tints

Shades of #C6DAE4

#C6DAE4
(198,218,228)
#B4C7D0
(180,199,208)
#A2B4BC
(162,180,188)
#90A1A8
(144,161,168)
#7E8E94
(126,142,148)
#6C7B80
(108,123,128)
#5A686C
(90,104,108)
#485558
(72,85,88)
#364244
(54,66,68)
#242F30
(36,47,48)
#121C1C
(18,28,28)
#000000
(0,0,0)

Tints of #C6DAE4

#C6DAE4
(198,218,228)
#CBDDE6
(203,221,230)
#D0E0E8
(208,224,232)
#D5E3EA
(213,227,234)
#DAE6EC
(218,230,236)
#DFE9EE
(223,233,238)
#E4ECF0
(228,236,240)
#E9EFF2
(233,239,242)
#EEF2F4
(238,242,244)
#F3F5F6
(243,245,246)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAE4; }

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

This text font color is #C6DAE4.


Background Color

.myBgColor { background-color: #C6DAE4; }

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

This div background color is #C6DAE4.


Border color

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

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

This div border color is #C6DAE4.


Opacity

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

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

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

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

This text has shadow with #C6DAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DAE4 on black background.


Color preview on white background

This text has color #C6DAE4 on white background.



Black color preview on #C6DAE4 background

This text has black color on #C6DAE4 background.


White color preview on #C6DAE4 background

This text has white color on #C6DAE4 background.