COLOR #CCCCF5

HEX: #CCCCF5
RGB: (204,204,245)

Color info

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

RGB color model

#CCCCF5 color RGB value is (204,204,245).

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

RGB channels and saturation

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

204
204
245

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

Portions of RGB colors in percentages

R + G + B =
204 + 204 + 245 = 653 (100%)
R 204 of 653 ~ 31.24%
G 204 of 653 ~ 31.24%
B 245 of 653 ~ 37.52%

%31.24
%31.24
%37.52

CMYK color model

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

  • cyan value is 16.73%
  • magenta value is 16.73%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(17,17,0,4)
C17M17Y0K4 
(17%,17%,0%,4%)
(0.17/0.17/0.00/0.04)	

CMYK percentages

%16.73
%16.73
%0
%3.92

Codes

Color #CCCCF5 in popluar color models

CCCCF5
RGB204204245
HSL240°67.21%88.04%
HSB/HSV240°16.73%96.08%
CMYK16.73%16.73%0.00%
3.92%

Color #CCCCF5 in popluar number systems.

HEXCCCCF5
Decimal204204245
Binary110011001100110011110101
Octal314314365

Shades and tints

Shades of #CCCCF5

#CCCCF5
(204,204,245)
#BABADF
(186,186,223)
#A8A8C9
(168,168,201)
#9696B3
(150,150,179)
#84849D
(132,132,157)
#727287
(114,114,135)
#606071
(96,96,113)
#4E4E5B
(78,78,91)
#3C3C45
(60,60,69)
#2A2A2F
(42,42,47)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCCCF5

#CCCCF5
(204,204,245)
#D0D0F5
(208,208,245)
#D4D4F5
(212,212,245)
#D8D8F5
(216,216,245)
#DCDCF5
(220,220,245)
#E0E0F5
(224,224,245)
#E4E4F5
(228,228,245)
#E8E8F5
(232,232,245)
#ECECF5
(236,236,245)
#F0F0F5
(240,240,245)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCF5; }

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

This text font color is #CCCCF5.


Background Color

.myBgColor { background-color: #CCCCF5; }

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

This div background color is #CCCCF5.


Border color

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

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

This div border color is #CCCCF5.


Opacity

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

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

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

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

This text has shadow with #CCCCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCCCF5 on black background.


Color preview on white background

This text has color #CCCCF5 on white background.



Black color preview on #CCCCF5 background

This text has black color on #CCCCF5 background.


White color preview on #CCCCF5 background

This text has white color on #CCCCF5 background.