COLOR #C5CCF6

HEX: #C5CCF6
RGB: (197,204,246)

Color info

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

RGB color model

#C5CCF6 color RGB value is (197,204,246).

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

RGB channels and saturation

R 197 of 255 = 77%
G 204 of 255 = 80%
B 246 of 255 = 96%

197
204
246

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

Portions of RGB colors in percentages

R + G + B =
197 + 204 + 246 = 647 (100%)
R 197 of 647 ~ 30.45%
G 204 of 647 ~ 31.53%
B 246 of 647 ~ 38.02%

%30.45
%31.53
%38.02

CMYK color model

#C5CCF6 color CMYK value is (20,17,0,4).

  • cyan value is 19.92%
  • magenta value is 17.07%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(20,17,0,4)
C20M17Y0K4 
(20%,17%,0%,4%)
(0.20/0.17/0.00/0.04)	

CMYK percentages

%19.92
%17.07
%0
%3.53

Codes

Color #C5CCF6 in popluar color models

C5CCF6
RGB197204246
HSL231°73.13%86.86%
HSB/HSV231°19.92%96.47%
CMYK19.92%17.07%0.00%
3.53%

Color #C5CCF6 in popluar number systems.

HEXC5CCF6
Decimal197204246
Binary110001011100110011110110
Octal305314366

Shades and tints

Shades of #C5CCF6

#C5CCF6
(197,204,246)
#B4BAE0
(180,186,224)
#A3A8CA
(163,168,202)
#9296B4
(146,150,180)
#81849E
(129,132,158)
#707288
(112,114,136)
#5F6072
(95,96,114)
#4E4E5C
(78,78,92)
#3D3C46
(61,60,70)
#2C2A30
(44,42,48)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5CCF6

#C5CCF6
(197,204,246)
#CAD0F6
(202,208,246)
#CFD4F6
(207,212,246)
#D4D8F6
(212,216,246)
#D9DCF6
(217,220,246)
#DEE0F6
(222,224,246)
#E3E4F6
(227,228,246)
#E8E8F6
(232,232,246)
#EDECF6
(237,236,246)
#F2F0F6
(242,240,246)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCF6; }

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

This text font color is #C5CCF6.


Background Color

.myBgColor { background-color: #C5CCF6; }

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

This div background color is #C5CCF6.


Border color

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

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

This div border color is #C5CCF6.


Opacity

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

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

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

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

This text has shadow with #C5CCF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5CCF6 on black background.


Color preview on white background

This text has color #C5CCF6 on white background.



Black color preview on #C5CCF6 background

This text has black color on #C5CCF6 background.


White color preview on #C5CCF6 background

This text has white color on #C5CCF6 background.