COLOR #CCC5FA

HEX: #CCC5FA
RGB: (204,197,250)

Color info

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

RGB color model

#CCC5FA color RGB value is (204,197,250).

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

RGB channels and saturation

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

204
197
250

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

Portions of RGB colors in percentages

R + G + B =
204 + 197 + 250 = 651 (100%)
R 204 of 651 ~ 31.34%
G 197 of 651 ~ 30.26%
B 250 of 651 ~ 38.4%

%31.34
%30.26
%38.4

CMYK color model

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

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

CMYK percentages

%18.4
%21.2
%0
%1.96

Codes

Color #CCC5FA in popluar color models

CCC5FA
RGB204197250
HSL248°84.13%87.65%
HSB/HSV248°21.20%98.04%
CMYK18.40%21.20%0.00%
1.96%

Color #CCC5FA in popluar number systems.

HEXCCC5FA
Decimal204197250
Binary110011001100010111111010
Octal314305372

Shades and tints

Shades of #CCC5FA

#CCC5FA
(204,197,250)
#BAB4E4
(186,180,228)
#A8A3CE
(168,163,206)
#9692B8
(150,146,184)
#8481A2
(132,129,162)
#72708C
(114,112,140)
#605F76
(96,95,118)
#4E4E60
(78,78,96)
#3C3D4A
(60,61,74)
#2A2C34
(42,44,52)
#181B1E
(24,27,30)
#000000
(0,0,0)

Tints of #CCC5FA

#CCC5FA
(204,197,250)
#D0CAFA
(208,202,250)
#D4CFFA
(212,207,250)
#D8D4FA
(216,212,250)
#DCD9FA
(220,217,250)
#E0DEFA
(224,222,250)
#E4E3FA
(228,227,250)
#E8E8FA
(232,232,250)
#ECEDFA
(236,237,250)
#F0F2FA
(240,242,250)
#F4F7FA
(244,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC5FA; }

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

This text font color is #CCC5FA.


Background Color

.myBgColor { background-color: #CCC5FA; }

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

This div background color is #CCC5FA.


Border color

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

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

This div border color is #CCC5FA.


Opacity

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

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

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

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

This text has shadow with #CCC5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC5FA on black background.


Color preview on white background

This text has color #CCC5FA on white background.



Black color preview on #CCC5FA background

This text has black color on #CCC5FA background.


White color preview on #CCC5FA background

This text has white color on #CCC5FA background.