COLOR #C7DAE0

HEX: #C7DAE0 RGB: (199,218,224)

Color info

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

RGB color model

#C7DAE0 color RGB value is (199,218,224).

RGB: (199,218,224) (78%, 85%, 88%)

RGB channels and saturation

R 199 of 255 = 78%
G 218 of 255 = 85%
B 224 of 255 = 88%

199
218
224

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

Portions of RGB colors in percentages

R + G + B = 199 + 218 + 224 = 641 (100%)
R 199 of 641 ~ 31.05%
G 218 of 641 ~ 34.01%
B 224 of 641 ~ 34.95'%

%31.05
%34.01
%34.95

CMYK color model

#C7DAE0 color CMYK value is (11,3,0,12).

  • cyan value is 11.16%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 12.16%

CMYK: (11,3,0,12)
C11M3Y0K12 (11%, 3%, 0%, 12%)
(0.11 / 0.03 / 0.00 / 0.12)

CMYK percentages

%11.16
%2.68
%0
%12.16

Codes

Color #C7DAE0 in popluar color models

C7 DA E0
RGB 199 218 224
HSL 194° 28.74% 82.94%
HSB/HSV 194° 11.16% 87.84%
CMYK 11.16% 2.68% 0.00%
12.16%

Color #C7DAE0 in popluar number systems.

HEX C7 DA E0
Decimal 199 218 224
Binary 11000111 11011010 11100000
Octal 307 332 340

Shades and tints

Shades of #C7DAE0

#C7DAE0
(199,218,224)
#B5C7CC
(181,199,204)
#A3B4B8
(163,180,184)
#91A1A4
(145,161,164)
#7F8E90
(127,142,144)
#6D7B7C
(109,123,124)
#5B6868
(91,104,104)
#495554
(73,85,84)
#374240
(55,66,64)
#252F2C
(37,47,44)
#131C18
(19,28,24)
#000000
(0,0,0)

Tints of #C7DAE0

#C7DAE0
(199,218,224)
#CCDDE2
(204,221,226)
#D1E0E4
(209,224,228)
#D6E3E6
(214,227,230)
#DBE6E8
(219,230,232)
#E0E9EA
(224,233,234)
#E5ECEC
(229,236,236)
#EAEFEE
(234,239,238)
#EFF2F0
(239,242,240)
#F4F5F2
(244,245,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7DAE0 color. Also use rgb(199,218,224) instead hex code.

Text Font Color

.myTextColor { color: #C7DAE0; }

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

This text font color is #C7DAE0.

Background Color

.myBgColor { background-color: #C7DAE0; }

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

This div background color is #C7DAE0.

Border color

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

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

This div border color is #C7DAE0.

Opacity

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

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

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

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

This text has shadow with #C7DAE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7DAE0.

Preview

Color preview on black background

This text has color #C7DAE0 on black background.


Color preview on white background

This text has color #C7DAE0 on white background.


Black color preview on #C7DAE0 background

This text has black color on #C7DAE0 background.


White color preview on #C7DAE0 background

This text has white color on #C7DAE0 background.


Related colors

Complementary color

Complementary color for #hex is #38251F.


I love getcolorcode.com

Triadic colors

1 #E0C7DA and #DAE0C7 with #C7DAE0 are triadic colors.

2 #E0DAC7 and #DAC7E0 with #C7DAE0 are triadic colors.