COLOR #C5C8FD

HEX: #C5C8FD
RGB: (197,200,253)

Color info

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

RGB color model

#C5C8FD color RGB value is (197,200,253).

  • red value is 197;
  • green value is 200;
  • blue value is 253.
RGB:
(197,200,253)
(77%,78%,99%)

RGB channels and saturation

R 197 of 255 = 77%
G 200 of 255 = 78%
B 253 of 255 = 99%

197
200
253

R + G + B ~ 85%. #C5C8FD is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 200 + 253 = 650 (100%)
R 197 of 650 ~ 30.31%
G 200 of 650 ~ 30.77%
B 253 of 650 ~ 38.92%

%30.31
%30.77
%38.92

CMYK color model

#C5C8FD color CMYK value is (22,21,0,1).

  • cyan value is 22.13%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(22,21,0,1)
C22M21Y0K1 
(22%,21%,0%,1%)
(0.22/0.21/0.00/0.01)	

CMYK percentages

%22.13
%20.95
%0
%0.78

Codes

Color #C5C8FD in popluar color models

C5C8FD
RGB197200253
HSL237°93.33%88.24%
HSB/HSV237°22.13%99.22%
CMYK22.13%20.95%0.00%
0.78%

Color #C5C8FD in popluar number systems.

HEXC5C8FD
Decimal197200253
Binary110001011100100011111101
Octal305310375

Shades and tints

Shades of #C5C8FD

#C5C8FD
(197,200,253)
#B4B6E6
(180,182,230)
#A3A4CF
(163,164,207)
#9292B8
(146,146,184)
#8180A1
(129,128,161)
#706E8A
(112,110,138)
#5F5C73
(95,92,115)
#4E4A5C
(78,74,92)
#3D3845
(61,56,69)
#2C262E
(44,38,46)
#1B1417
(27,20,23)
#000000
(0,0,0)

Tints of #C5C8FD

#C5C8FD
(197,200,253)
#CACDFD
(202,205,253)
#CFD2FD
(207,210,253)
#D4D7FD
(212,215,253)
#D9DCFD
(217,220,253)
#DEE1FD
(222,225,253)
#E3E6FD
(227,230,253)
#E8EBFD
(232,235,253)
#EDF0FD
(237,240,253)
#F2F5FD
(242,245,253)
#F7FAFD
(247,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5C8FD color. Also use rgb(197,200,253) instead hex code.

Text Font Color

.myTextColor { color: #C5C8FD; }

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

This text font color is #C5C8FD.


Background Color

.myBgColor { background-color: #C5C8FD; }

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

This div background color is #C5C8FD.


Border color

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

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

This div border color is #C5C8FD.


Opacity

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

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

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

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

This text has shadow with #C5C8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C8FD on black background.


Color preview on white background

This text has color #C5C8FD on white background.



Black color preview on #C5C8FD background

This text has black color on #C5C8FD background.


White color preview on #C5C8FD background

This text has white color on #C5C8FD background.