COLOR #C4C8FA

HEX: #C4C8FA
RGB: (196,200,250)

Color info

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

RGB color model

#C4C8FA color RGB value is (196,200,250).

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

RGB channels and saturation

R 196 of 255 = 77%
G 200 of 255 = 78%
B 250 of 255 = 98%

196
200
250

R + G + B ~ 84%. #C4C8FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 200 + 250 = 646 (100%)
R 196 of 646 ~ 30.34%
G 200 of 646 ~ 30.96%
B 250 of 646 ~ 38.7%

%30.34
%30.96
%38.7

CMYK color model

#C4C8FA color CMYK value is (22,20,0,2).

  • cyan value is 21.60%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,20,0,2)
C22M20Y0K2 
(22%,20%,0%,2%)
(0.22/0.20/0.00/0.02)	

CMYK percentages

%21.6
%20
%0
%1.96

Codes

Color #C4C8FA in popluar color models

C4C8FA
RGB196200250
HSL236°84.38%87.45%
HSB/HSV236°21.60%98.04%
CMYK21.60%20.00%0.00%
1.96%

Color #C4C8FA in popluar number systems.

HEXC4C8FA
Decimal196200250
Binary110001001100100011111010
Octal304310372

Shades and tints

Shades of #C4C8FA

#C4C8FA
(196,200,250)
#B3B6E4
(179,182,228)
#A2A4CE
(162,164,206)
#9192B8
(145,146,184)
#8080A2
(128,128,162)
#6F6E8C
(111,110,140)
#5E5C76
(94,92,118)
#4D4A60
(77,74,96)
#3C384A
(60,56,74)
#2B2634
(43,38,52)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #C4C8FA

#C4C8FA
(196,200,250)
#C9CDFA
(201,205,250)
#CED2FA
(206,210,250)
#D3D7FA
(211,215,250)
#D8DCFA
(216,220,250)
#DDE1FA
(221,225,250)
#E2E6FA
(226,230,250)
#E7EBFA
(231,235,250)
#ECF0FA
(236,240,250)
#F1F5FA
(241,245,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C8FA; }

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

This text font color is #C4C8FA.


Background Color

.myBgColor { background-color: #C4C8FA; }

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

This div background color is #C4C8FA.


Border color

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

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

This div border color is #C4C8FA.


Opacity

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

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

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

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

This text has shadow with #C4C8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C8FA on black background.


Color preview on white background

This text has color #C4C8FA on white background.



Black color preview on #C4C8FA background

This text has black color on #C4C8FA background.


White color preview on #C4C8FA background

This text has white color on #C4C8FA background.