COLOR #C6DAE5

HEX: #C6DAE5 RGB: (198,218,229)

Color info

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

RGB color model

#C6DAE5 color RGB value is (198,218,229).

RGB: (198,218,229) (78%, 85%, 90%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 229 of 255 = 90%

198
218
229

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

Portions of RGB colors in percentages

R + G + B = 198 + 218 + 229 = 645 (100%)
R 198 of 645 ~ 30.7%
G 218 of 645 ~ 33.8%
B 229 of 645 ~ 35.5'%

%30.7
%33.8
%35.5

CMYK color model

#C6DAE5 color CMYK value is (14,5,0,10).

  • cyan value is 13.54%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (14,5,0,10)
C14M5Y0K10 (14%, 5%, 0%, 10%)
(0.14 / 0.05 / 0.00 / 0.10)

CMYK percentages

%13.54
%4.8
%0
%10.2

Codes

Color #C6DAE5 in popluar color models

C6 DA E5
RGB 198 218 229
HSL 201° 37.35% 83.73%
HSB/HSV 201° 13.54% 89.80%
CMYK 13.54% 4.80% 0.00%
10.20%

Color #C6DAE5 in popluar number systems.

HEX C6 DA E5
Decimal 198 218 229
Binary 11000110 11011010 11100101
Octal 306 332 345

Shades and tints

Shades of #C6DAE5

#C6DAE5
(198,218,229)
#B4C7D1
(180,199,209)
#A2B4BD
(162,180,189)
#90A1A9
(144,161,169)
#7E8E95
(126,142,149)
#6C7B81
(108,123,129)
#5A686D
(90,104,109)
#485559
(72,85,89)
#364245
(54,66,69)
#242F31
(36,47,49)
#121C1D
(18,28,29)
#000000
(0,0,0)

Tints of #C6DAE5

#C6DAE5
(198,218,229)
#CBDDE7
(203,221,231)
#D0E0E9
(208,224,233)
#D5E3EB
(213,227,235)
#DAE6ED
(218,230,237)
#DFE9EF
(223,233,239)
#E4ECF1
(228,236,241)
#E9EFF3
(233,239,243)
#EEF2F5
(238,242,245)
#F3F5F7
(243,245,247)
#F8F8F9
(248,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAE5; }

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

This text font color is #C6DAE5.

Background Color

.myBgColor { background-color: #C6DAE5; }

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

This div background color is #C6DAE5.

Border color

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

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

This div border color is #C6DAE5.

Opacity

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

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

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

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

This text has shadow with #C6DAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DAE5.

Preview

Color preview on black background

This text has color #C6DAE5 on black background.


Color preview on white background

This text has color #C6DAE5 on white background.


Black color preview on #C6DAE5 background

This text has black color on #C6DAE5 background.


White color preview on #C6DAE5 background

This text has white color on #C6DAE5 background.


Related colors

Complementary color

Complementary color for #hex is #39251A.


I love getcolorcode.com

Triadic colors

1 #E5C6DA and #DAE5C6 with #C6DAE5 are triadic colors.

2 #E5DAC6 and #DAC6E5 with #C6DAE5 are triadic colors.