COLOR #C8DAF2

HEX: #C8DAF2
RGB: (200,218,242)

Color info

#C8DAF2 contains red, green and blue colors in about the same proportion. Web safe color of #C8DAF2 is #CCCCFF (or #CCF).

RGB color model

#C8DAF2 color RGB value is (200,218,242).

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

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 242 of 255 = 95%

200
218
242

R + G + B ~ 86%. #C8DAF2 is light color.

Portions of RGB colors in percentages

R + G + B =
200 + 218 + 242 = 660 (100%)
R 200 of 660 ~ 30.3%
G 218 of 660 ~ 33.03%
B 242 of 660 ~ 36.67%

%30.3
%33.03
%36.67

CMYK color model

#C8DAF2 color CMYK value is (17,10,0,5).

  • cyan value is 17.36%
  • magenta value is 9.92%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(17,10,0,5)
C17M10Y0K5 
(17%,10%,0%,5%)
(0.17/0.10/0.00/0.05)	

CMYK percentages

%17.36
%9.92
%0
%5.1

Codes

Color #C8DAF2 in popluar color models

C8DAF2
RGB200218242
HSL214°61.76%86.67%
HSB/HSV214°17.36%94.90%
CMYK17.36%9.92%0.00%
5.10%

Color #C8DAF2 in popluar number systems.

HEXC8DAF2
Decimal200218242
Binary110010001101101011110010
Octal310332362

Shades and tints

Shades of #C8DAF2

#C8DAF2
(200,218,242)
#B6C7DC
(182,199,220)
#A4B4C6
(164,180,198)
#92A1B0
(146,161,176)
#808E9A
(128,142,154)
#6E7B84
(110,123,132)
#5C686E
(92,104,110)
#4A5558
(74,85,88)
#384242
(56,66,66)
#262F2C
(38,47,44)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #C8DAF2

#C8DAF2
(200,218,242)
#CDDDF3
(205,221,243)
#D2E0F4
(210,224,244)
#D7E3F5
(215,227,245)
#DCE6F6
(220,230,246)
#E1E9F7
(225,233,247)
#E6ECF8
(230,236,248)
#EBEFF9
(235,239,249)
#F0F2FA
(240,242,250)
#F5F5FB
(245,245,251)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAF2; }

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

This text font color is #C8DAF2.


Background Color

.myBgColor { background-color: #C8DAF2; }

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

This div background color is #C8DAF2.


Border color

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

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

This div border color is #C8DAF2.


Opacity

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

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

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

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

This text has shadow with #C8DAF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DAF2 on black background.


Color preview on white background

This text has color #C8DAF2 on white background.



Black color preview on #C8DAF2 background

This text has black color on #C8DAF2 background.


White color preview on #C8DAF2 background

This text has white color on #C8DAF2 background.