COLOR #C8D6FB

HEX: #C8D6FB RGB: (200,214,251)

Color info

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

RGB color model

#C8D6FB color RGB value is (200,214,251).

RGB: (200,214,251) (78%, 84%, 98%)

RGB channels and saturation

R 200 of 255 = 78%
G 214 of 255 = 84%
B 251 of 255 = 98%

200
214
251

R + G + B ~ 87%. #C8D6FB is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 214 + 251 = 665 (100%)
R 200 of 665 ~ 30.08%
G 214 of 665 ~ 32.18%
B 251 of 665 ~ 37.74'%

%30.08
%32.18
%37.74

CMYK color model

#C8D6FB color CMYK value is (20,15,0,2).

  • cyan value is 20.32%
  • magenta value is 14.74%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (20,15,0,2)
C20M15Y0K2 (20%, 15%, 0%, 2%)
(0.20 / 0.15 / 0.00 / 0.02)

CMYK percentages

%20.32
%14.74
%0
%1.57

Codes

Color #C8D6FB in popluar color models

C8 D6 FB
RGB 200 214 251
HSL 224° 86.44% 88.43%
HSB/HSV 224° 20.32% 98.43%
CMYK 20.32% 14.74% 0.00%
1.57%

Color #C8D6FB in popluar number systems.

HEX C8 D6 FB
Decimal 200 214 251
Binary 11001000 11010110 11111011
Octal 310 326 373

Shades and tints

Shades of #C8D6FB

#C8D6FB
(200,214,251)
#B6C3E5
(182,195,229)
#A4B0CF
(164,176,207)
#929DB9
(146,157,185)
#808AA3
(128,138,163)
#6E778D
(110,119,141)
#5C6477
(92,100,119)
#4A5161
(74,81,97)
#383E4B
(56,62,75)
#262B35
(38,43,53)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #C8D6FB

#C8D6FB
(200,214,251)
#CDD9FB
(205,217,251)
#D2DCFB
(210,220,251)
#D7DFFB
(215,223,251)
#DCE2FB
(220,226,251)
#E1E5FB
(225,229,251)
#E6E8FB
(230,232,251)
#EBEBFB
(235,235,251)
#F0EEFB
(240,238,251)
#F5F1FB
(245,241,251)
#FAF4FB
(250,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D6FB color. Also use rgb(200,214,251) instead hex code.

Text Font Color

.myTextColor { color: #C8D6FB; }

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

This text font color is #C8D6FB.

Background Color

.myBgColor { background-color: #C8D6FB; }

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

This div background color is #C8D6FB.

Border color

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

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

This div border color is #C8D6FB.

Opacity

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

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

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

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

This text has shadow with #C8D6FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D6FB.

Preview

Color preview on black background

This text has color #C8D6FB on black background.


Color preview on white background

This text has color #C8D6FB on white background.


Black color preview on #C8D6FB background

This text has black color on #C8D6FB background.


White color preview on #C8D6FB background

This text has white color on #C8D6FB background.


Related colors

Complementary color

Complementary color for #hex is #372904.


I love getcolorcode.com

Triadic colors

1 #FBC8D6 and #D6FBC8 with #C8D6FB are triadic colors.

2 #FBD6C8 and #D6C8FB with #C8D6FB are triadic colors.