COLOR #CCC5F9

HEX: #CCC5F9
RGB: (204,197,249)

Color info

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

RGB color model

#CCC5F9 color RGB value is (204,197,249).

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

RGB channels and saturation

R 204 of 255 = 80%
G 197 of 255 = 77%
B 249 of 255 = 98%

204
197
249

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

Portions of RGB colors in percentages

R + G + B =
204 + 197 + 249 = 650 (100%)
R 204 of 650 ~ 31.38%
G 197 of 650 ~ 30.31%
B 249 of 650 ~ 38.31%

%31.38
%30.31
%38.31

CMYK color model

#CCC5F9 color CMYK value is (18,21,0,2).

  • cyan value is 18.07%
  • magenta value is 20.88%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(18,21,0,2)
C18M21Y0K2 
(18%,21%,0%,2%)
(0.18/0.21/0.00/0.02)	

CMYK percentages

%18.07
%20.88
%0
%2.35

Codes

Color #CCC5F9 in popluar color models

CCC5F9
RGB204197249
HSL248°81.25%87.45%
HSB/HSV248°20.88%97.65%
CMYK18.07%20.88%0.00%
2.35%

Color #CCC5F9 in popluar number systems.

HEXCCC5F9
Decimal204197249
Binary110011001100010111111001
Octal314305371

Shades and tints

Shades of #CCC5F9

#CCC5F9
(204,197,249)
#BAB4E3
(186,180,227)
#A8A3CD
(168,163,205)
#9692B7
(150,146,183)
#8481A1
(132,129,161)
#72708B
(114,112,139)
#605F75
(96,95,117)
#4E4E5F
(78,78,95)
#3C3D49
(60,61,73)
#2A2C33
(42,44,51)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #CCC5F9

#CCC5F9
(204,197,249)
#D0CAF9
(208,202,249)
#D4CFF9
(212,207,249)
#D8D4F9
(216,212,249)
#DCD9F9
(220,217,249)
#E0DEF9
(224,222,249)
#E4E3F9
(228,227,249)
#E8E8F9
(232,232,249)
#ECEDF9
(236,237,249)
#F0F2F9
(240,242,249)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5F9; }

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

This text font color is #CCC5F9.


Background Color

.myBgColor { background-color: #CCC5F9; }

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

This div background color is #CCC5F9.


Border color

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

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

This div border color is #CCC5F9.


Opacity

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

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

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

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

This text has shadow with #CCC5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC5F9 on black background.


Color preview on white background

This text has color #CCC5F9 on white background.



Black color preview on #CCC5F9 background

This text has black color on #CCC5F9 background.


White color preview on #CCC5F9 background

This text has white color on #CCC5F9 background.