COLOR #C5CCF5

HEX: #C5CCF5 RGB: (197,204,245)

Color info

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

RGB color model

#C5CCF5 color RGB value is (197,204,245).

RGB: (197,204,245) (77%, 80%, 96%)

RGB channels and saturation

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

197
204
245

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

Portions of RGB colors in percentages

R + G + B = 197 + 204 + 245 = 646 (100%)
R 197 of 646 ~ 30.5%
G 204 of 646 ~ 31.58%
B 245 of 646 ~ 37.93'%

%30.5
%31.58
%37.93

CMYK color model

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

  • cyan value is 19.59%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 3.92%

CMYK: (20,17,0,4)
C20M17Y0K4 (20%, 17%, 0%, 4%)
(0.20 / 0.17 / 0.00 / 0.04)

CMYK percentages

%19.59
%16.73
%0
%3.92

Codes

Color #C5CCF5 in popluar color models

C5 CC F5
RGB 197 204 245
HSL 231° 70.59% 86.67%
HSB/HSV 231° 19.59% 96.08%
CMYK 19.59% 16.73% 0.00%
3.92%

Color #C5CCF5 in popluar number systems.

HEX C5 CC F5
Decimal 197 204 245
Binary 11000101 11001100 11110101
Octal 305 314 365

Shades and tints

Shades of #C5CCF5

#C5CCF5
(197,204,245)
#B4BADF
(180,186,223)
#A3A8C9
(163,168,201)
#9296B3
(146,150,179)
#81849D
(129,132,157)
#707287
(112,114,135)
#5F6071
(95,96,113)
#4E4E5B
(78,78,91)
#3D3C45
(61,60,69)
#2C2A2F
(44,42,47)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #C5CCF5

#C5CCF5
(197,204,245)
#CAD0F5
(202,208,245)
#CFD4F5
(207,212,245)
#D4D8F5
(212,216,245)
#D9DCF5
(217,220,245)
#DEE0F5
(222,224,245)
#E3E4F5
(227,228,245)
#E8E8F5
(232,232,245)
#EDECF5
(237,236,245)
#F2F0F5
(242,240,245)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CCF5; }

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

This text font color is #C5CCF5.

Background Color

.myBgColor { background-color: #C5CCF5; }

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

This div background color is #C5CCF5.

Border color

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

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

This div border color is #C5CCF5.

Opacity

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

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

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

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

This text has shadow with #C5CCF5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CCF5.

Preview

Color preview on black background

This text has color #C5CCF5 on black background.


Color preview on white background

This text has color #C5CCF5 on white background.


Black color preview on #C5CCF5 background

This text has black color on #C5CCF5 background.


White color preview on #C5CCF5 background

This text has white color on #C5CCF5 background.


Related colors

Complementary color

Complementary color for #hex is #3A330A.


I love getcolorcode.com

Triadic colors

1 #F5C5CC and #CCF5C5 with #C5CCF5 are triadic colors.

2 #F5CCC5 and #CCC5F5 with #C5CCF5 are triadic colors.