COLOR #C4C8FD

HEX: #C4C8FD
RGB: (196,200,253)

Color info

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

RGB color model

#C4C8FD color RGB value is (196,200,253).

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

RGB channels and saturation

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

196
200
253

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

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 253 = 649 (100%)
R 196 of 649 ~ 30.2%
G 200 of 649 ~ 30.82%
B 253 of 649 ~ 38.98%

%30.2
%30.82
%38.98

CMYK color model

#C4C8FD color CMYK value is (23,21,0,1).

  • cyan value is 22.53%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(23,21,0,1)
C23M21Y0K1 
(23%,21%,0%,1%)
(0.23/0.21/0.00/0.01)	

CMYK percentages

%22.53
%20.95
%0
%0.78

Codes

Color #C4C8FD in popluar color models

C4C8FD
RGB196200253
HSL236°93.44%88.04%
HSB/HSV236°22.53%99.22%
CMYK22.53%20.95%0.00%
0.78%

Color #C4C8FD in popluar number systems.

HEXC4C8FD
Decimal196200253
Binary110001001100100011111101
Octal304310375

Shades and tints

Shades of #C4C8FD

#C4C8FD
(196,200,253)
#B3B6E6
(179,182,230)
#A2A4CF
(162,164,207)
#9192B8
(145,146,184)
#8080A1
(128,128,161)
#6F6E8A
(111,110,138)
#5E5C73
(94,92,115)
#4D4A5C
(77,74,92)
#3C3845
(60,56,69)
#2B262E
(43,38,46)
#1A1417
(26,20,23)
#000000
(0,0,0)

Tints of #C4C8FD

#C4C8FD
(196,200,253)
#C9CDFD
(201,205,253)
#CED2FD
(206,210,253)
#D3D7FD
(211,215,253)
#D8DCFD
(216,220,253)
#DDE1FD
(221,225,253)
#E2E6FD
(226,230,253)
#E7EBFD
(231,235,253)
#ECF0FD
(236,240,253)
#F1F5FD
(241,245,253)
#F6FAFD
(246,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8FD; }

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

This text font color is #C4C8FD.


Background Color

.myBgColor { background-color: #C4C8FD; }

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

This div background color is #C4C8FD.


Border color

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

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

This div border color is #C4C8FD.


Opacity

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

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

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

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

This text has shadow with #C4C8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8FD on black background.


Color preview on white background

This text has color #C4C8FD on white background.



Black color preview on #C4C8FD background

This text has black color on #C4C8FD background.


White color preview on #C4C8FD background

This text has white color on #C4C8FD background.