COLOR #C4C7FC

HEX: #C4C7FC
RGB: (196,199,252)

Color info

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

RGB color model

#C4C7FC color RGB value is (196,199,252).

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

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 252 of 255 = 99%

196
199
252

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

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 252 = 647 (100%)
R 196 of 647 ~ 30.29%
G 199 of 647 ~ 30.76%
B 252 of 647 ~ 38.95%

%30.29
%30.76
%38.95

CMYK color model

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

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

CMYK percentages

%22.22
%21.03
%0
%1.18

Codes

Color #C4C7FC in popluar color models

C4C7FC
RGB196199252
HSL237°90.32%87.84%
HSB/HSV237°22.22%98.82%
CMYK22.22%21.03%0.00%
1.18%

Color #C4C7FC in popluar number systems.

HEXC4C7FC
Decimal196199252
Binary110001001100011111111100
Octal304307374

Shades and tints

Shades of #C4C7FC

#C4C7FC
(196,199,252)
#B3B5E6
(179,181,230)
#A2A3D0
(162,163,208)
#9191BA
(145,145,186)
#807FA4
(128,127,164)
#6F6D8E
(111,109,142)
#5E5B78
(94,91,120)
#4D4962
(77,73,98)
#3C374C
(60,55,76)
#2B2536
(43,37,54)
#1A1320
(26,19,32)
#000000
(0,0,0)

Tints of #C4C7FC

#C4C7FC
(196,199,252)
#C9CCFC
(201,204,252)
#CED1FC
(206,209,252)
#D3D6FC
(211,214,252)
#D8DBFC
(216,219,252)
#DDE0FC
(221,224,252)
#E2E5FC
(226,229,252)
#E7EAFC
(231,234,252)
#ECEFFC
(236,239,252)
#F1F4FC
(241,244,252)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C7FC color. Also use rgb(196,199,252) instead hex code.

Text Font Color

.myTextColor { color: #C4C7FC; }

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

This text font color is #C4C7FC.


Background Color

.myBgColor { background-color: #C4C7FC; }

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

This div background color is #C4C7FC.


Border color

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

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

This div border color is #C4C7FC.


Opacity

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

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

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

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

This text has shadow with #C4C7FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C7FC on black background.


Color preview on white background

This text has color #C4C7FC on white background.



Black color preview on #C4C7FC background

This text has black color on #C4C7FC background.


White color preview on #C4C7FC background

This text has white color on #C4C7FC background.