COLOR #C8DAE3

HEX: #C8DAE3
RGB: (200,218,227)

Color info

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

RGB color model

#C8DAE3 color RGB value is (200,218,227).

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

RGB channels and saturation

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

200
218
227

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

Portions of RGB colors in percentages

R + G + B =
200 + 218 + 227 = 645 (100%)
R 200 of 645 ~ 31.01%
G 218 of 645 ~ 33.8%
B 227 of 645 ~ 35.19%

%31.01
%33.8
%35.19

CMYK color model

#C8DAE3 color CMYK value is (12,4,0,11).

  • cyan value is 11.89%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(12,4,0,11)
C12M4Y0K11 
(12%,4%,0%,11%)
(0.12/0.04/0.00/0.11)	

CMYK percentages

%11.89
%3.96
%0
%10.98

Codes

Color #C8DAE3 in popluar color models

C8DAE3
RGB200218227
HSL200°32.53%83.73%
HSB/HSV200°11.89%89.02%
CMYK11.89%3.96%0.00%
10.98%

Color #C8DAE3 in popluar number systems.

HEXC8DAE3
Decimal200218227
Binary110010001101101011100011
Octal310332343

Shades and tints

Shades of #C8DAE3

#C8DAE3
(200,218,227)
#B6C7CF
(182,199,207)
#A4B4BB
(164,180,187)
#92A1A7
(146,161,167)
#808E93
(128,142,147)
#6E7B7F
(110,123,127)
#5C686B
(92,104,107)
#4A5557
(74,85,87)
#384243
(56,66,67)
#262F2F
(38,47,47)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #C8DAE3

#C8DAE3
(200,218,227)
#CDDDE5
(205,221,229)
#D2E0E7
(210,224,231)
#D7E3E9
(215,227,233)
#DCE6EB
(220,230,235)
#E1E9ED
(225,233,237)
#E6ECEF
(230,236,239)
#EBEFF1
(235,239,241)
#F0F2F3
(240,242,243)
#F5F5F5
(245,245,245)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAE3; }

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

This text font color is #C8DAE3.


Background Color

.myBgColor { background-color: #C8DAE3; }

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

This div background color is #C8DAE3.


Border color

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

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

This div border color is #C8DAE3.


Opacity

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

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

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

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

This text has shadow with #C8DAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DAE3 on black background.


Color preview on white background

This text has color #C8DAE3 on white background.



Black color preview on #C8DAE3 background

This text has black color on #C8DAE3 background.


White color preview on #C8DAE3 background

This text has white color on #C8DAE3 background.