COLOR #CCCCFF

HEX: #CCCCFF RGB: (204,204,255)

Color info

#CCCCFF contains red, green and blue colors in about the same proportion. #CCCCFF color is web safe color. It maybe written shortly as #CCF.

RGB color model

#CCCCFF color RGB value is (204,204,255).

RGB: (204,204,255) (80%, 80%, 100%)

RGB channels and saturation

R 204 of 255 = 80%
G 204 of 255 = 80%
B 255 of 255 = 100%

204
204
255

R + G + B ~ 87%. #CCCCFF is light color.

Portions of RGB colors in percentages

R + G + B = 204 + 204 + 255 = 663 (100%)
R 204 of 663 ~ 30.77%
G 204 of 663 ~ 30.77%
B 255 of 663 ~ 38.46'%

%30.77
%30.77
%38.46

CMYK color model

#CCCCFF color CMYK value is (20,20,0,0).

  • cyan value is 20.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (20,20,0,0)
C20M20Y0K0 (20%, 20%, 0%, 0%)
(0.20 / 0.20 / 0.00 / 0.00)

CMYK percentages

%20
%20
%0
%0

Codes

Color #CCCCFF in popluar color models

CC CC FF
RGB 204 204 255
HSL 240° 100.00% 90.00%
HSB/HSV 240° 20.00% 100.00%
CMYK 20.00% 20.00% 0.00%
0.00%

Color #CCCCFF in popluar number systems.

HEX CC CC FF
Decimal 204 204 255
Binary 11001100 11001100 11111111
Octal 314 314 377

Shades and tints

Shades of #CCCCFF

#CCCCFF
(204,204,255)
#BABAE8
(186,186,232)
#A8A8D1
(168,168,209)
#9696BA
(150,150,186)
#8484A3
(132,132,163)
#72728C
(114,114,140)
#606075
(96,96,117)
#4E4E5E
(78,78,94)
#3C3C47
(60,60,71)
#2A2A30
(42,42,48)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #CCCCFF

#CCCCFF
(204,204,255)
#D0D0FF
(208,208,255)
#D4D4FF
(212,212,255)
#D8D8FF
(216,216,255)
#DCDCFF
(220,220,255)
#E0E0FF
(224,224,255)
#E4E4FF
(228,228,255)
#E8E8FF
(232,232,255)
#ECECFF
(236,236,255)
#F0F0FF
(240,240,255)
#F4F4FF
(244,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCCCFF; }

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

This text font color is #CCCCFF.

Background Color

.myBgColor { background-color: #CCCCFF; }

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

This div background color is #CCCCFF.

Border color

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

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

This div border color is #CCCCFF.

Opacity

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

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

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

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

This text has shadow with #CCCCFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCCCFF.

Preview

Color preview on black background

This text has color #CCCCFF on black background.


Color preview on white background

This text has color #CCCCFF on white background.


Black color preview on #CCCCFF background

This text has black color on #CCCCFF background.


White color preview on #CCCCFF background

This text has white color on #CCCCFF background.


Related colors

Complementary color

Complementary color for #hex is #333300.


I love getcolorcode.com

Gradients

Color #CCCCFF is used in Periwinkle gradient.

Periwinkle