COLOR #C8D2FB

HEX: #C8D2FB
RGB: (200,210,251)

Color info

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

RGB color model

#C8D2FB color RGB value is (200,210,251).

  • red value is 200;
  • green value is 210;
  • blue value is 251.
RGB:
(200,210,251)
(78%,82%,98%)

RGB channels and saturation

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

200
210
251

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

Portions of RGB colors in percentages

R + G + B =
200 + 210 + 251 = 661 (100%)
R 200 of 661 ~ 30.26%
G 210 of 661 ~ 31.77%
B 251 of 661 ~ 37.97%

%30.26
%31.77
%37.97

CMYK color model

#C8D2FB color CMYK value is (20,16,0,2).

  • cyan value is 20.32%
  • magenta value is 16.33%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(20,16,0,2)
C20M16Y0K2 
(20%,16%,0%,2%)
(0.20/0.16/0.00/0.02)	

CMYK percentages

%20.32
%16.33
%0
%1.57

Codes

Color #C8D2FB in popluar color models

C8D2FB
RGB200210251
HSL228°86.44%88.43%
HSB/HSV228°20.32%98.43%
CMYK20.32%16.33%0.00%
1.57%

Color #C8D2FB in popluar number systems.

HEXC8D2FB
Decimal200210251
Binary110010001101001011111011
Octal310322373

Shades and tints

Shades of #C8D2FB

#C8D2FB
(200,210,251)
#B6BFE5
(182,191,229)
#A4ACCF
(164,172,207)
#9299B9
(146,153,185)
#8086A3
(128,134,163)
#6E738D
(110,115,141)
#5C6077
(92,96,119)
#4A4D61
(74,77,97)
#383A4B
(56,58,75)
#262735
(38,39,53)
#14141F
(20,20,31)
#000000
(0,0,0)

Tints of #C8D2FB

#C8D2FB
(200,210,251)
#CDD6FB
(205,214,251)
#D2DAFB
(210,218,251)
#D7DEFB
(215,222,251)
#DCE2FB
(220,226,251)
#E1E6FB
(225,230,251)
#E6EAFB
(230,234,251)
#EBEEFB
(235,238,251)
#F0F2FB
(240,242,251)
#F5F6FB
(245,246,251)
#FAFAFB
(250,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8D2FB; }

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

This text font color is #C8D2FB.


Background Color

.myBgColor { background-color: #C8D2FB; }

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

This div background color is #C8D2FB.


Border color

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

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

This div border color is #C8D2FB.


Opacity

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

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

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

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

This text has shadow with #C8D2FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8D2FB on black background.


Color preview on white background

This text has color #C8D2FB on white background.



Black color preview on #C8D2FB background

This text has black color on #C8D2FB background.


White color preview on #C8D2FB background

This text has white color on #C8D2FB background.