COLOR #C5CCFE

HEX: #C5CCFE
RGB: (197,204,254)

Color info

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

RGB color model

#C5CCFE color RGB value is (197,204,254).

  • red value is 197;
  • green value is 204;
  • blue value is 254.
RGB:
(197,204,254)
(77%,80%,100%)

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 254 of 255 = 100%

197
204
254

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

Portions of RGB colors in percentages

R + G + B =
197 + 204 + 254 = 655 (100%)
R 197 of 655 ~ 30.08%
G 204 of 655 ~ 31.15%
B 254 of 655 ~ 38.78%

%30.08
%31.15
%38.78

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(22,20,0,0)
C22M20Y0K0 
(22%,20%,0%,0%)
(0.22/0.20/0.00/0.00)	

CMYK percentages

%22.44
%19.69
%0
%0.39

Codes

Color #C5CCFE in popluar color models

C5CCFE
RGB197204254
HSL233°96.61%88.43%
HSB/HSV233°22.44%99.61%
CMYK22.44%19.69%0.00%
0.39%

Color #C5CCFE in popluar number systems.

HEXC5CCFE
Decimal197204254
Binary110001011100110011111110
Octal305314376

Shades and tints

Shades of #C5CCFE

#C5CCFE
(197,204,254)
#B4BAE7
(180,186,231)
#A3A8D0
(163,168,208)
#9296B9
(146,150,185)
#8184A2
(129,132,162)
#70728B
(112,114,139)
#5F6074
(95,96,116)
#4E4E5D
(78,78,93)
#3D3C46
(61,60,70)
#2C2A2F
(44,42,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #C5CCFE

#C5CCFE
(197,204,254)
#CAD0FE
(202,208,254)
#CFD4FE
(207,212,254)
#D4D8FE
(212,216,254)
#D9DCFE
(217,220,254)
#DEE0FE
(222,224,254)
#E3E4FE
(227,228,254)
#E8E8FE
(232,232,254)
#EDECFE
(237,236,254)
#F2F0FE
(242,240,254)
#F7F4FE
(247,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CCFE color. Also use rgb(197,204,254) instead hex code.

Text Font Color

.myTextColor { color: #C5CCFE; }

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

This text font color is #C5CCFE.


Background Color

.myBgColor { background-color: #C5CCFE; }

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

This div background color is #C5CCFE.


Border color

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

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

This div border color is #C5CCFE.


Opacity

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

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

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

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

This text has shadow with #C5CCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCFE on black background.


Color preview on white background

This text has color #C5CCFE on white background.



Black color preview on #C5CCFE background

This text has black color on #C5CCFE background.


White color preview on #C5CCFE background

This text has white color on #C5CCFE background.