COLOR #C8D1FB

HEX: #C8D1FB RGB: (200,209,251)

Color info

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

RGB color model

#C8D1FB color RGB value is (200,209,251).

RGB: (200,209,251) (78%, 82%, 98%)

RGB channels and saturation

R 200 of 255 = 78%
G 209 of 255 = 82%
B 251 of 255 = 98%

200
209
251

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

Portions of RGB colors in percentages

R + G + B = 200 + 209 + 251 = 660 (100%)
R 200 of 660 ~ 30.3%
G 209 of 660 ~ 31.67%
B 251 of 660 ~ 38.03'%

%30.3
%31.67
%38.03

CMYK color model

#C8D1FB color CMYK value is (20,17,0,2).

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

CMYK: (20,17,0,2)
C20M17Y0K2 (20%, 17%, 0%, 2%)
(0.20 / 0.17 / 0.00 / 0.02)

CMYK percentages

%20.32
%16.73
%0
%1.57

Codes

Color #C8D1FB in popluar color models

C8 D1 FB
RGB 200 209 251
HSL 229° 86.44% 88.43%
HSB/HSV 229° 20.32% 98.43%
CMYK 20.32% 16.73% 0.00%
1.57%

Color #C8D1FB in popluar number systems.

HEX C8 D1 FB
Decimal 200 209 251
Binary 11001000 11010001 11111011
Octal 310 321 373

Shades and tints

Shades of #C8D1FB

#C8D1FB
(200,209,251)
#B6BEE5
(182,190,229)
#A4ABCF
(164,171,207)
#9298B9
(146,152,185)
#8085A3
(128,133,163)
#6E728D
(110,114,141)
#5C5F77
(92,95,119)
#4A4C61
(74,76,97)
#38394B
(56,57,75)
#262635
(38,38,53)
#14131F
(20,19,31)
#000000
(0,0,0)

Tints of #C8D1FB

#C8D1FB
(200,209,251)
#CDD5FB
(205,213,251)
#D2D9FB
(210,217,251)
#D7DDFB
(215,221,251)
#DCE1FB
(220,225,251)
#E1E5FB
(225,229,251)
#E6E9FB
(230,233,251)
#EBEDFB
(235,237,251)
#F0F1FB
(240,241,251)
#F5F5FB
(245,245,251)
#FAF9FB
(250,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D1FB; }

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

This text font color is #C8D1FB.

Background Color

.myBgColor { background-color: #C8D1FB; }

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

This div background color is #C8D1FB.

Border color

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

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

This div border color is #C8D1FB.

Opacity

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

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

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

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

This text has shadow with #C8D1FB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D1FB.

Preview

Color preview on black background

This text has color #C8D1FB on black background.


Color preview on white background

This text has color #C8D1FB on white background.


Black color preview on #C8D1FB background

This text has black color on #C8D1FB background.


White color preview on #C8D1FB background

This text has white color on #C8D1FB background.


Related colors

Complementary color

Complementary color for #hex is #372E04.


I love getcolorcode.com

Triadic colors

1 #FBC8D1 and #D1FBC8 with #C8D1FB are triadic colors.

2 #FBD1C8 and #D1C8FB with #C8D1FB are triadic colors.