COLOR #C8DAF3

HEX: #C8DAF3
RGB: (200,218,243)

Color info

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

RGB color model

#C8DAF3 color RGB value is (200,218,243).

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

RGB channels and saturation

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

200
218
243

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

Portions of RGB colors in percentages

R + G + B =
200 + 218 + 243 = 661 (100%)
R 200 of 661 ~ 30.26%
G 218 of 661 ~ 32.98%
B 243 of 661 ~ 36.76%

%30.26
%32.98
%36.76

CMYK color model

#C8DAF3 color CMYK value is (18,10,0,5).

  • cyan value is 17.70%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(18,10,0,5)
C18M10Y0K5 
(18%,10%,0%,5%)
(0.18/0.10/0.00/0.05)	

CMYK percentages

%17.7
%10.29
%0
%4.71

Codes

Color #C8DAF3 in popluar color models

C8DAF3
RGB200218243
HSL215°64.18%86.86%
HSB/HSV215°17.70%95.29%
CMYK17.70%10.29%0.00%
4.71%

Color #C8DAF3 in popluar number systems.

HEXC8DAF3
Decimal200218243
Binary110010001101101011110011
Octal310332363

Shades and tints

Shades of #C8DAF3

#C8DAF3
(200,218,243)
#B6C7DD
(182,199,221)
#A4B4C7
(164,180,199)
#92A1B1
(146,161,177)
#808E9B
(128,142,155)
#6E7B85
(110,123,133)
#5C686F
(92,104,111)
#4A5559
(74,85,89)
#384243
(56,66,67)
#262F2D
(38,47,45)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #C8DAF3

#C8DAF3
(200,218,243)
#CDDDF4
(205,221,244)
#D2E0F5
(210,224,245)
#D7E3F6
(215,227,246)
#DCE6F7
(220,230,247)
#E1E9F8
(225,233,248)
#E6ECF9
(230,236,249)
#EBEFFA
(235,239,250)
#F0F2FB
(240,242,251)
#F5F5FC
(245,245,252)
#FAF8FD
(250,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAF3; }

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

This text font color is #C8DAF3.


Background Color

.myBgColor { background-color: #C8DAF3; }

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

This div background color is #C8DAF3.


Border color

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

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

This div border color is #C8DAF3.


Opacity

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

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

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

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

This text has shadow with #C8DAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DAF3 on black background.


Color preview on white background

This text has color #C8DAF3 on white background.



Black color preview on #C8DAF3 background

This text has black color on #C8DAF3 background.


White color preview on #C8DAF3 background

This text has white color on #C8DAF3 background.