COLOR #C7DAE5

HEX: #C7DAE5
RGB: (199,218,229)

Color info

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

RGB color model

#C7DAE5 color RGB value is (199,218,229).

  • red value is 199;
  • green value is 218;
  • blue value is 229.
RGB:
(199,218,229)
(78%,85%,90%)

RGB channels and saturation

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

199
218
229

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

Portions of RGB colors in percentages

R + G + B =
199 + 218 + 229 = 646 (100%)
R 199 of 646 ~ 30.8%
G 218 of 646 ~ 33.75%
B 229 of 646 ~ 35.45%

%30.8
%33.75
%35.45

CMYK color model

#C7DAE5 color CMYK value is (13,5,0,10).

  • cyan value is 13.10%
  • magenta value is 4.80%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(13,5,0,10)
C13M5Y0K10 
(13%,5%,0%,10%)
(0.13/0.05/0.00/0.10)	

CMYK percentages

%13.1
%4.8
%0
%10.2

Codes

Color #C7DAE5 in popluar color models

C7DAE5
RGB199218229
HSL202°36.59%83.92%
HSB/HSV202°13.10%89.80%
CMYK13.10%4.80%0.00%
10.20%

Color #C7DAE5 in popluar number systems.

HEXC7DAE5
Decimal199218229
Binary110001111101101011100101
Octal307332345

Shades and tints

Shades of #C7DAE5

#C7DAE5
(199,218,229)
#B5C7D1
(181,199,209)
#A3B4BD
(163,180,189)
#91A1A9
(145,161,169)
#7F8E95
(127,142,149)
#6D7B81
(109,123,129)
#5B686D
(91,104,109)
#495559
(73,85,89)
#374245
(55,66,69)
#252F31
(37,47,49)
#131C1D
(19,28,29)
#000000
(0,0,0)

Tints of #C7DAE5

#C7DAE5
(199,218,229)
#CCDDE7
(204,221,231)
#D1E0E9
(209,224,233)
#D6E3EB
(214,227,235)
#DBE6ED
(219,230,237)
#E0E9EF
(224,233,239)
#E5ECF1
(229,236,241)
#EAEFF3
(234,239,243)
#EFF2F5
(239,242,245)
#F4F5F7
(244,245,247)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DAE5; }

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

This text font color is #C7DAE5.


Background Color

.myBgColor { background-color: #C7DAE5; }

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

This div background color is #C7DAE5.


Border color

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

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

This div border color is #C7DAE5.


Opacity

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

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

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

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

This text has shadow with #C7DAE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DAE5 on black background.


Color preview on white background

This text has color #C7DAE5 on white background.



Black color preview on #C7DAE5 background

This text has black color on #C7DAE5 background.


White color preview on #C7DAE5 background

This text has white color on #C7DAE5 background.