COLOR #C6DAE3

HEX: #C6DAE3 RGB: (198,218,227)

Color info

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

RGB color model

#C6DAE3 color RGB value is (198,218,227).

RGB: (198,218,227) (78%, 85%, 89%)

RGB channels and saturation

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

198
218
227

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

Portions of RGB colors in percentages

R + G + B = 198 + 218 + 227 = 643 (100%)
R 198 of 643 ~ 30.79%
G 218 of 643 ~ 33.9%
B 227 of 643 ~ 35.3'%

%30.79
%33.9
%35.3

CMYK color model

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

  • cyan value is 12.78%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (13,4,0,11)
C13M4Y0K11 (13%, 4%, 0%, 11%)
(0.13 / 0.04 / 0.00 / 0.11)

CMYK percentages

%12.78
%3.96
%0
%10.98

Codes

Color #C6DAE3 in popluar color models

C6 DA E3
RGB 198 218 227
HSL 199° 34.12% 83.33%
HSB/HSV 199° 12.78% 89.02%
CMYK 12.78% 3.96% 0.00%
10.98%

Color #C6DAE3 in popluar number systems.

HEX C6 DA E3
Decimal 198 218 227
Binary 11000110 11011010 11100011
Octal 306 332 343

Shades and tints

Shades of #C6DAE3

#C6DAE3
(198,218,227)
#B4C7CF
(180,199,207)
#A2B4BB
(162,180,187)
#90A1A7
(144,161,167)
#7E8E93
(126,142,147)
#6C7B7F
(108,123,127)
#5A686B
(90,104,107)
#485557
(72,85,87)
#364243
(54,66,67)
#242F2F
(36,47,47)
#121C1B
(18,28,27)
#000000
(0,0,0)

Tints of #C6DAE3

#C6DAE3
(198,218,227)
#CBDDE5
(203,221,229)
#D0E0E7
(208,224,231)
#D5E3E9
(213,227,233)
#DAE6EB
(218,230,235)
#DFE9ED
(223,233,237)
#E4ECEF
(228,236,239)
#E9EFF1
(233,239,241)
#EEF2F3
(238,242,243)
#F3F5F5
(243,245,245)
#F8F8F7
(248,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAE3; }

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

This text font color is #C6DAE3.

Background Color

.myBgColor { background-color: #C6DAE3; }

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

This div background color is #C6DAE3.

Border color

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

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

This div border color is #C6DAE3.

Opacity

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

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

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

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

This text has shadow with #C6DAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6DAE3.

Preview

Color preview on black background

This text has color #C6DAE3 on black background.


Color preview on white background

This text has color #C6DAE3 on white background.


Black color preview on #C6DAE3 background

This text has black color on #C6DAE3 background.


White color preview on #C6DAE3 background

This text has white color on #C6DAE3 background.


Related colors

Complementary color

Complementary color for #hex is #39251C.


I love getcolorcode.com

Triadic colors

1 #E3C6DA and #DAE3C6 with #C6DAE3 are triadic colors.

2 #E3DAC6 and #DAC6E3 with #C6DAE3 are triadic colors.